Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
r48674 r58459 875 875 @param[in, out] DataLength The length of data buffer. 876 876 @param[in] StartLba The start address of LBA. 877 @param[in] SectorSize The sector size.877 @param[in] SectorSize The number of contiguous logical blocks of data that shall be transferred. 878 878 879 879 @retval EFI_SUCCESS The command is executed successfully. … … 973 973 @param[in, out] DataLength The length of data buffer. 974 974 @param[in] StartLba The start address of LBA. 975 @param[in] SectorSize The sector size.975 @param[in] SectorSize The number of contiguous logical blocks of data that shall be transferred. 976 976 977 977 @retval EFI_SUCCESS The command executed successfully. … … 1071 1071 @param[in, out] DataLength The length of data buffer. 1072 1072 @param[in] StartLba The start address of LBA. 1073 @param[in] SectorSize The sector size.1073 @param[in] SectorSize The number of contiguous logical blocks of data that shall be transferred. 1074 1074 1075 1075 @retval EFI_SUCCESS The command executed successfully. … … 1169 1169 @param[in, out] DataLength The length of data buffer. 1170 1170 @param[in] StartLba The start address of LBA. 1171 @param[in] SectorSize The sector size.1171 @param[in] SectorSize The number of contiguous logical blocks of data that shall be transferred. 1172 1172 1173 1173 @retval EFI_SUCCESS The command is executed successfully.
Note:
See TracChangeset
for help on using the changeset viewer.