Searched defs:CommandStatus (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c1342 EFI_STATUS CommandStatus; local
1377 CommandStatus = ScsiReadCapacityCommand (
1390 if ((!EFI_ERROR (CommandStatus)) && (CapacityData10->LastLba3 == 0xff) && (CapacityData10->LastLba2 == 0xff) &&
1400 CommandStatus = ScsiReadCapacity16Command (
1416 if (CommandStatus == EFI_SUCCESS) {
1426 if (CommandStatus == EFI_NOT_READY) {
1429 } else if ((CommandStatus == EFI_INVALID_PARAMETER) || (CommandStatus == EFI_UNSUPPORTED)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h894 UINT32 CommandStatus; member in struct:__anon11334

Completed in 92 milliseconds