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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c1607 EFI_STATUS FallStatus; local
1611 FallStatus = EFI_SUCCESS;
1633 FallStatus = EFI_SUCCESS;
1637 FallStatus = EFI_DEVICE_ERROR;
1641 FallStatus = EFI_DEVICE_ERROR;
1648 FallStatus = EFI_DEVICE_ERROR;
1651 if (EFI_ERROR (FallStatus)) {

Completed in 190 milliseconds