Searched refs:EFI_NOT_READY (Results 1 - 25 of 98) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dsendto.c95 if ( EFI_ERROR ( Status ) && ( EFI_NOT_READY != Status )) {
105 } while (( 0 != length ) && ( EFI_NOT_READY == Status ) && bBlocking );
H A Dconnect.c87 } while ( bBlocking && ( EFI_NOT_READY == Status ));
H A Daccept.c76 } while ( bBlocking && ( EFI_NOT_READY == Status ));
H A Dclose.c47 while ( EFI_NOT_READY == Status ) {
H A Drecvfrom.c172 } while ( EFI_NOT_READY == Status );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/UseSocketDxe/
H A DUseSocketDxe.c157 case EFI_NOT_READY:
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c332 Private->IcmpToken.Status = EFI_NOT_READY;
467 Private->Icmp6Token.Status = EFI_NOT_READY;
673 Token.Status = EFI_NOT_READY;
696 Token.Status == EFI_NOT_READY &&
701 Status = (Token.Status == EFI_NOT_READY) ? EFI_TIMEOUT : Token.Status;
773 Token.Status = EFI_NOT_READY;
796 Token.Status == EFI_NOT_READY &&
801 Status = (Token.Status == EFI_NOT_READY) ? EFI_TIMEOUT : Token.Status;
1146 Token->Status = EFI_NOT_READY;
1158 Token->Status == EFI_NOT_READY
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c183 @retval EFI_NOT_READY The DHCP OFFER packet doesn't match our requirements.
210 return EFI_NOT_READY;
215 return EFI_NOT_READY;
221 return EFI_NOT_READY;
239 Status = EFI_NOT_READY;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c200 @retval EFI_NOT_READY The DHCP OFFER packet doesn't match our requirements.
228 return EFI_NOT_READY;
233 return EFI_NOT_READY;
239 return EFI_NOT_READY;
257 Status = EFI_NOT_READY;
H A DIScsiDhcp6.c230 @retval EFI_NOT_READY Tell the EFI DHCPv6 Protocol instance to continue
259 return EFI_NOT_READY;
264 return EFI_NOT_READY;
269 Status = EFI_NOT_READY;
473 } while (TimerStatus == EFI_NOT_READY);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c26 @retval EFI_NOT_READY Not a valid input at all.
94 return EFI_NOT_READY;
98 return EFI_NOT_READY;
114 @retval EFI_NOT_READY The usernme in mAddUserName had been used.
153 return EFI_NOT_READY;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c350 if (Status == EFI_NOT_READY) {
406 if (Status == EFI_NOT_READY) {
589 if (Status == EFI_NOT_READY) {
642 if (Status == EFI_NOT_READY) {
749 if (Status == EFI_NOT_READY) {
785 if (Status == EFI_NOT_READY) {
849 if (Status == EFI_NOT_READY) {
942 if (Status == EFI_NOT_READY) {
1030 if (Status == EFI_NOT_READY) {
1108 if (Status == EFI_NOT_READY) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DCommPs2.c346 @retval EFI_NOT_READY Mouse Device not ready to input data packet, or some error happened during getting the packet
385 return EFI_NOT_READY;
390 return EFI_NOT_READY;
411 return EFI_NOT_READY;
419 return EFI_NOT_READY;
820 @retval EFI_NOT_READY Keyboard controller is not ready
835 return EFI_NOT_READY;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DCommPs2.c346 @retval EFI_NOT_READY Mouse Device not ready to input data packet, or some error happened during getting the packet
385 return EFI_NOT_READY;
390 return EFI_NOT_READY;
411 return EFI_NOT_READY;
419 return EFI_NOT_READY;
819 @retval EFI_NOT_READY Keyboard controller is not ready
834 return EFI_NOT_READY;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiBaseTypes.h106 #define EFI_NOT_READY RETURN_NOT_READY macro
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMainHexEditor.c177 if (Status == EFI_NOT_READY) {
261 if (Status == EFI_NOT_READY) {
382 if (Status == EFI_NOT_READY) {
469 if (Status == EFI_NOT_READY) {
774 if (Status == EFI_NOT_READY) {
889 if (Status == EFI_NOT_READY) {
978 if (Status == EFI_NOT_READY) {
1106 if (Status == EFI_NOT_READY) {
1175 if (Status == EFI_NOT_READY) {
1210 if (Status == EFI_NOT_READY) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c1050 } else if (Status == EFI_NOT_READY) {
1064 if ((Status == EFI_TIMEOUT) || (Status == EFI_NOT_READY)) {
1077 if (Status == EFI_NOT_READY) {
1169 if (Status == EFI_NOT_READY) {
1182 if ((Status == EFI_TIMEOUT) || (Status == EFI_NOT_READY)) {
1196 if (Status == EFI_NOT_READY) {
1426 if (CommandStatus == EFI_NOT_READY) {
1440 if ((Status == EFI_TIMEOUT) || (Status == EFI_NOT_READY)) {
1454 if (Status == EFI_NOT_READY) {
1505 @retval EFI_NOT_READY Adapte
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DReceive.c37 @retval EFI_NOT_READY No packets have been received on the network
101 return EFI_NOT_READY;
152 If there are no packets on the receive queue, then EFI_NOT_READY will be
184 @retval EFI_NOT_READY No packets have been received on the network interface.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiBaseType.h126 #define EFI_NOT_READY RETURN_NOT_READY macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiBaseType.h128 #define EFI_NOT_READY RETURN_NOT_READY macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.c148 @retval EFI_NOT_READY The device return NAK to the transfer
206 Status = EFI_NOT_READY;
229 @retval EFI_NOT_READY The device return NAK to the transfer
279 Status = EFI_NOT_READY;
H A DUsbMassBoot.c90 Status = EFI_NOT_READY;
99 Status = EFI_NOT_READY;
281 if (Status == EFI_NOT_READY) {
400 @retval EFI_NOT_READY The returned block size is zero.
482 @retval EFI_NOT_READY The returned block size is zero.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.c583 @retval EFI_NOT_READY The event is not in the signaled state
610 Status = EFI_NOT_READY;
685 if (Status != EFI_NOT_READY) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c878 @retval EFI_NOT_READY An asynchrous process is invoked to set the specified
911 ASSERT (Instance->DataItem[Ip6ConfigDataTypeManualAddress].Status != EFI_NOT_READY);
984 // Store the new data, and init the DataItem status to EFI_NOT_READY because
993 DataItem->Status = EFI_NOT_READY;
1130 if (DataItem->Status == EFI_NOT_READY) {
1136 Status = EFI_NOT_READY;
1441 @retval EFI_NOT_READY The reply packet does not contain the DNS server option, or
1469 return EFI_NOT_READY;
1474 return EFI_NOT_READY;
1479 Status = EFI_NOT_READY;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWrite.c358 return EFI_NOT_READY;
381 return EFI_NOT_READY;

Completed in 101 milliseconds

1234