Searched refs:SetWakeupTime (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c119 including GetTime(),SetTime(),GetWakeupTime(),and SetWakeupTime().
145 gRT->SetWakeupTime = PcRtcEfiSetWakeupTime;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h29 TBL_ENTRY(EFI_SET_WAKEUP_TIME, SetWakeupTime, NVOID, EFI_STATUS, 2, (SCL(BOOLEAN), PTR(EFI_TIME)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h49 EFI_SET_WAKEUP_TIME SetWakeupTime; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c101 "SetWakeupTime",
102 (VOID *)gRT->SetWakeupTime,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c328 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->SetWakeupTime);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c345 This service is a wrapper for the UEFI Runtime Service SetWakeupTime()
348 When the alarm fires, the alarm signal is latched until it is acknowledged by calling SetWakeupTime()
373 return mInternalRT->SetWakeupTime (Enable, Time);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1755 EFI_SET_WAKEUP_TIME SetWakeupTime; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1754 EFI_SET_WAKEUP_TIME SetWakeupTime; member in struct:__anon15719
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1706 Status = gRT->SetWakeupTime (TRUE, &EfiTime);

Completed in 95 milliseconds