/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ocmm.idl | 62 HRESULT GetTime([out] VARIANT *pvtime);
|
H A D | mmstream.idl | 119 HRESULT GetTime(
|
H A D | axcore.idl | 344 HRESULT GetTime( 391 HRESULT GetTime(
|
H A D | amstream.idl | 273 HRESULT GetTime(
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ocmm.idl | 62 HRESULT GetTime([out] VARIANT *pvtime);
|
H A D | mmstream.idl | 119 HRESULT GetTime(
|
H A D | axcore.idl | 342 HRESULT GetTime( 389 HRESULT GetTime(
|
H A D | amstream.idl | 273 HRESULT GetTime(
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/ |
H A D | PcRtcEntry.c | 119 including GetTime(),SetTime(),GetWakeupTime(),and SetWakeupTime(). 142 gRT->GetTime = PcRtcEfiGetTime;
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/ |
H A D | runtime_service_table.h | 26 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 D | DxeCis.h | 46 EFI_GET_TIME GetTime; member in struct:__anon10528
|
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | profile_main.cpp | 64 GetTime() function 78 TestTimer() : mStartTime(GetTime()) { } 82 nsInt64 stopTime = GetTime();
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | TimeDate.c | 104 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 D | Ls.c | 540 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 D | TimerWrapper.c | 81 gRT->GetTime (&Time, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/ |
H A D | RuntimeServicesTable.c | 77 "GetTime", 78 (VOID *)gRT->GetTime,
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/ |
H A D | Dhcp6Utility.c | 122 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 D | Runtime.c | 325 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->GetTime);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/ |
H A D | RuntimeLib.c | 247 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 D | UserProfileAdd.c | 196 Status = gRT->GetTime (&Date, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
H A D | Touch.c | 40 Status = gRT->GetTime(&FileInfo->ModificationTime, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/ |
H A D | DataHub.c | 79 gRT->GetTime (&LogTime, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
H A D | UserIdentifyManager.c | 811 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 D | UefiSpec.h | 1752 EFI_GET_TIME GetTime; member in struct:__anon12445
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | Time.c | 547 Status = gRT->GetTime( ET, NULL);
|