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

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c68 @param Pending Indicates if the alarm signal is pending and requires acknowledgement.
73 @retval EFI_INVALID_PARAMETER Pending is NULL.
83 OUT BOOLEAN *Pending,
87 return PcRtcGetWakeupTime (Enabled, Pending, Time, &mModuleGlobal);
81 PcRtcEfiGetWakeupTime( OUT BOOLEAN *Enabled, OUT BOOLEAN *Pending, OUT EFI_TIME *Time ) argument
H A DPcRtc.c441 @param Pending Indicates if the alarm signal is pending and requires acknowledgment.
447 @retval EFI_INVALID_PARAMETER Pending is NULL.
456 OUT BOOLEAN *Pending,
471 if ((Enabled == NULL) || (Pending == NULL) || (Time == NULL)) {
501 *Pending = RegisterC.Bits.Af;
454 PcRtcGetWakeupTime( OUT BOOLEAN *Enabled, OUT BOOLEAN *Pending, OUT EFI_TIME *Time, IN PC_RTC_MODULE_GLOBALS *Global ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DFlashUpdate.c173 @param Pending A Boolean value with TRUE indicating
192 IN OUT BOOLEAN *Pending
204 *Pending = FALSE;
256 *Pending = TRUE;
290 // Now set Pending as FALSE as this record has been cleared
292 *Pending = FALSE;
332 BOOLEAN Pending; local
391 Pending = FALSE;
409 &Pending
412 if (Pending
827 BOOLEAN Pending; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c319 @param Pending Indicates if the alarm signal is pending and requires acknowledgement.
325 @retval EFI_INVALID_PARAMETER Pending is NULL.
335 OUT BOOLEAN *Pending,
339 return mInternalRT->GetWakeupTime (Enabled, Pending, Time);
333 EfiGetWakeupTime( OUT BOOLEAN *Enabled, OUT BOOLEAN *Pending, OUT EFI_TIME *Time ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1201 BOOLEAN Pending; local
1301 Status = gRT->GetWakeupTime (&Enabled, &Pending, &EfiTime);
1615 BOOLEAN Pending; local
1678 Status = gRT->GetWakeupTime (&Enabled, &Pending, &EfiTime);

Completed in 43 milliseconds