Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
- Timestamp:
- Aug 14, 2024 1:16:30 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164367
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
r99404 r105670 80 80 @param[in] Index The boot or driver option index update. 81 81 @param[in] DataSize The size in bytes of Data. 82 @param[in] Data The buffer for the optio anl data.82 @param[in] Data The buffer for the optional data. 83 83 @param[in] Target The target of the operation. 84 84 85 @retval EFI_SUCCESS The data was suc essfully updated.85 @retval EFI_SUCCESS The data was successfully updated. 86 86 @retval other A error occurred. 87 87 **/ … … 173 173 @param[in] BootIndex The boot option index to CRC. 174 174 175 @retval EFI_SUCCESS The CRC was suc essfully returned.175 @retval EFI_SUCCESS The CRC was successfully returned. 176 176 @retval other A error occurred. 177 177 **/ … … 227 227 228 228 @param[in] TheHandle Driver handle. 229 @param[in, out] FilePath On a suc essful return the device path to the handle.230 231 @retval EFI_SUCCESS The device path was suc essfully returned.229 @param[in, out] FilePath On a successful return the device path to the handle. 230 231 @retval EFI_SUCCESS The device path was successfully returned. 232 232 @retval other A error from gBS->HandleProtocol. 233 233 … … 285 285 286 286 /** 287 Functi noto get Device Path by a handle.287 Function to get Device Path by a handle. 288 288 289 289 @param[in] TheHandle Use it to get DevicePath. 290 290 @param[in] Target Boot option target. 291 @param[in, out] DevicePath On a suc essful return the device path to the handle.291 @param[in, out] DevicePath On a successful return the device path to the handle. 292 292 293 293 @retval SHELL_INVALID_PARAMETER The handle was NULL. … … 871 871 872 872 /** 873 Func iton to remove an item.873 Function to remove an item. 874 874 875 875 @param[in] Target The target item to move. … … 935 935 936 936 /** 937 Func iton to move a item to another location.937 Function to move a item to another location. 938 938 939 939 @param[in] Target The target item to move. … … 1922 1922 @param[in] Name the profile name to use 1923 1923 1924 @retval EFI_SUCCESS the shell command handlers were installed suc essfully1924 @retval EFI_SUCCESS the shell command handlers were installed successfully 1925 1925 @retval EFI_UNSUPPORTED the shell level required was not found. 1926 1926 **/
Note:
See TracChangeset
for help on using the changeset viewer.