Searched refs:IsError (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c575 if ((!(*Task->IsError)) && ((Task->Packet.Asb->AtaStatus & 0x01) == 0x01)) {
599 if (!(*Task->IsError)) {
605 FreePool (Task->IsError);
687 BOOLEAN *IsError; local
693 IsError = NULL;
737 IsError = AllocateZeroPool (sizeof (BOOLEAN));
738 if (IsError == NULL) {
742 DEBUG ((EFI_D_BLKIO, "Allocation IsError Addr=%x\n", IsError));
743 *IsError
[all...]
H A DAtaBus.h144 BOOLEAN *IsError;// Indicate whether meeting error during source allocation for new task. member in struct:__anon10810
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c2260 BOOLEAN IsError; local
2262 IsError = FALSE;
2290 IsError = TRUE;
2308 IsError = TRUE;
2323 return IsError;
2345 BOOLEAN IsError; local
2347 IsError = FALSE;
2356 IsError = TRUE;
2362 return IsError;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c2160 BOOLEAN IsError; local
2162 IsError = FALSE;
2185 IsError = TRUE;
2197 IsError = TRUE;
2212 return IsError;

Completed in 52 milliseconds