Searched refs:Pending (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/ |
H A D | PcRtcEntry.c | 68 @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 D | PcRtc.h | 225 @param Pending Indicates if the alarm signal is pending and requires acknowledgement. 231 @retval EFI_INVALID_PARAMETER Pending is NULL. 240 OUT BOOLEAN *Pending,
|
H A D | PcRtc.c | 441 @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 D | FlashUpdate.c | 173 @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/Include/Library/ |
H A D | UefiRuntimeLib.h | 119 @param Pending Indicates if the alarm signal is pending and requires acknowledgement. 125 @retval EFI_INVALID_PARAMETER Pending is NULL. 135 OUT BOOLEAN *Pending,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/ |
H A D | RuntimeLib.c | 319 @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/BaseTools/Source/Python/Workspace/ |
H A D | BuildClassObject.py | 58 self.Pending = False
|
H A D | WorkspaceDatabase.py | 2126 Pcd.Pending = True 2132 Pcd.Pending = False
|
/vbox/src/libs/zlib-1.2.6/as400/ |
H A D | zlib.inc | 342 D pending 10U 0 Pending bytes 343 D bits 10I 0 Pending bits
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/ |
H A D | UefiSpec.h | 762 @param Pending Indicates if the alarm signal is pending and requires acknowledgement. 767 @retval EFI_INVALID_PARAMETER Pending is NULL. 777 OUT BOOLEAN *Pending,
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/ |
H A D | UefiSpec.h | 762 @param Pending Indicates if the alarm signal is pending and requires acknowledgement. 767 @retval EFI_INVALID_PARAMETER Pending is NULL. 777 OUT BOOLEAN *Pending,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | Setup.c | 1201 BOOLEAN Pending; local 1301 Status = gRT->GetWakeupTime (&Enabled, &Pending, &EfiTime); 1615 BOOLEAN Pending; local 1678 Status = gRT->GetWakeupTime (&Enabled, &Pending, &EfiTime);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/ |
H A D | AutoGen.py | 1572 if ToPcd.Pending and FromPcd.Type not in [None, '']:
|
Completed in 681 milliseconds