Searched refs:GetTime (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Docmm.idl62 HRESULT GetTime([out] VARIANT *pvtime);
H A Dmmstream.idl119 HRESULT GetTime(
H A Daxcore.idl344 HRESULT GetTime(
391 HRESULT GetTime(
H A Damstream.idl273 HRESULT GetTime(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Docmm.idl62 HRESULT GetTime([out] VARIANT *pvtime);
H A Dmmstream.idl119 HRESULT GetTime(
H A Daxcore.idl342 HRESULT GetTime(
389 HRESULT GetTime(
H A Damstream.idl273 HRESULT GetTime(
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c119 including GetTime(),SetTime(),GetWakeupTime(),and SetWakeupTime().
142 gRT->GetTime = PcRtcEfiGetTime;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h26 TBL_ENTRY(EFI_GET_TIME, GetTime, NVOID, EFI_STATUS, 2, (PTR(EFI_TIME), PTR(EFI_TIME_CAPABILITIES)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h46 EFI_GET_TIME GetTime; member in struct:__anon10528
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp64 GetTime() function
78 TestTimer() : mStartTime(GetTime()) { }
82 nsInt64 stopTime = GetTime();
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c104 Status = gRT->GetTime(&TheTime, NULL);
106 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_UEFI_FUNC_WARN), gShellLevel2HiiHandle, L"gRT->GetTime", Status);
223 Status = gRT->GetTime(&TheTime, NULL);
314 Status = gRT->GetTime(&TheTime, NULL);
425 Status = gRT->GetTime(&TheTime, NULL);
496 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_UEFI_FUNC_ERROR), gShellLevel2HiiHandle, L"gRT->GetTime", L"TheTime.Daylight", TheTime.Daylight);
644 Status = gRT->GetTime(&TheTime, NULL);
790 Status = gRT->GetTime(&TheTime, NULL);
853 // TimeZone was EFI_UNSPECIFIED_TIMEZONE (unknown) from GetTime()
H A DLs.c540 Status = gRT->GetTime(&TheTime, NULL);
542 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_UEFI_FUNC_WARN), gShellLevel2HiiHandle, L"gRT->GetTime", Status);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c81 gRT->GetTime (&Time, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c77 "GetTime",
78 (VOID *)gRT->GetTime,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c122 gRT->GetTime (&Time, NULL);
338 gRT->GetTime (&Time, NULL);
818 gRT->GetTime (&Time, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c325 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->GetTime);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c247 This service is a wrapper for the UEFI Runtime Service GetTime().
249 The GetTime() function returns a time that was valid sometime during the call to the function.
252 information returned by GetTime() are the values that were last set via SetTime().
253 The GetTime() function should take approximately the same amount of time to read the time each
256 access to the device before calling GetTime().
274 return mInternalRT->GetTime (Time, Capabilities);
289 @param Time A pointer to the current time. Type EFI_TIME is defined in the GetTime()
292 GetTime() function description for full details), and EFI_INVALID_PARAMETER
320 @param Time The current alarm setting. Type EFI_TIME is defined in the GetTime()
356 is defined in the GetTime() functio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c196 Status = gRT->GetTime (&Date, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DTouch.c40 Status = gRT->GetTime(&FileInfo->ModificationTime, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.c79 gRT->GetTime (&LogTime, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c811 gRT->GetTime (&Time, NULL);
1600 Status = gRT->GetTime (&CreateDate, NULL);
1926 Status = gRT->GetTime (&Date, NULL);
1950 Status = gRT->GetTime (&Date, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1752 EFI_GET_TIME GetTime; member in struct:__anon12445
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c547 Status = gRT->GetTime( ET, NULL);

Completed in 97 milliseconds

12