Searched refs:EFI_TIME (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DFileInfo.h41 EFI_TIME CreateTime;
45 EFI_TIME LastAccessTime;
49 EFI_TIME ModificationTime;
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dextern.h66 void Efi2Tm( EFI_TIME *ET, struct tm *BT);
67 time_t Efi2Time( EFI_TIME *EfiBDtime);
H A DMainData.h87 EFI_TIME TimeBuffer; // Used by <time.h>mk
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeEfi.c2 Transformations between the EFI_TIME structure and struct tm or time_t.
22 /** Convert an EFI_TIME structure into a C Standard tm structure.
24 @param[in] ET Pointer to the EFI_TIME structure to convert.
29 IN EFI_TIME *ET,
46 /** Convert an EFI_TIME structure into a time_t value.
48 @param[in] EfiBDtime Pointer to the EFI_TIME structure to convert.
50 @return The EFI_TIME converted into a time_t value.
54 IN EFI_TIME *EfiBDtime
62 /** Convert a C Standard tm structure into an EFI_TIME structure.
65 @param[out] ET Pointer to an EFI_TIME structur
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c38 OUT EFI_TIME *Time,
58 IN EFI_TIME *Time
84 OUT EFI_TIME *Time
109 IN EFI_TIME *Time OPTIONAL
H A DPcRtc.h174 IN EFI_TIME *Time,
194 OUT EFI_TIME *Time,
217 IN EFI_TIME *Time, OPTIONAL
241 OUT EFI_TIME *Time,
266 See if all fields of a variable of EFI_TIME type is correct.
271 @retval EFI_SUCCESS Time is a valid EFI_TIME variable.
276 IN EFI_TIME *Time
280 Converts time from EFI_TIME format defined by UEFI spec to RTC's.
282 This function converts time from EFI_TIME format defined by UEFI spec to RTC's.
283 If data mode of RTC is BCD, then converts EFI_TIME t
[all...]
H A DPcRtc.c20 Only compare H/M/S in EFI_TIME and ignore other fields here.
31 IN EFI_TIME *From,
32 IN EFI_TIME *To
46 IN EFI_TIME *From,
47 IN EFI_TIME *To
104 EFI_TIME Time;
245 OUT EFI_TIME *Time,
349 IN EFI_TIME *Time,
354 EFI_TIME RtcTime;
370 CopyMem (&RtcTime, Time, sizeof (EFI_TIME));
[all...]
/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)))
27 TBL_ENTRY(EFI_SET_TIME, SetTime, NVOID, EFI_STATUS, 1, (PTR(EFI_TIME)))
28 TBL_ENTRY(EFI_GET_WAKEUP_TIME, GetWakeupTime, NVOID, EFI_STATUS, 3, (PTR(BOOLEAN), PTR(BOOLEAN), PTR(EFI_TIME)))
29 TBL_ENTRY(EFI_SET_WAKEUP_TIME, SetWakeupTime, NVOID, EFI_STATUS, 2, (SCL(BOOLEAN), PTR(EFI_TIME)))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h74 EFI_TIME CreateTime; // The time the file was created.
75 EFI_TIME LastAccessTime; // The time when the file was last accessed.
76 EFI_TIME ModificationTime; // The time when the file's contents were last modified.
H A Dtime.h180 /* Convert an EFI_TIME structure into a time_t value. */
181 time_t Efi2Time( EFI_TIME *EfiBDtime);
183 /* Convert a time_t value into an EFI_TIME structure.
186 EFI_TIME * Time2Efi(time_t OTime);
188 /* Convert an EFI_TIME structure into a C Standard tm structure. */
189 void Efi2Tm( EFI_TIME *EfiBDtime, struct tm *NewTime);
190 void Tm2Efi( struct tm *BdTime, EFI_TIME *ETime);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiRuntimeLib.h58 While the returned EFI_TIME structure contains TimeZone and Daylight savings time information,
78 OUT EFI_TIME *Time,
93 @param Time A pointer to the current time. Type EFI_TIME is defined in the GetTime()
95 fields of the EFI_TIME structure (refer to the EFI_TIME definition in the
107 IN EFI_TIME *Time
120 @param Time The current alarm setting. Type EFI_TIME is defined in the GetTime()
136 OUT EFI_TIME *Time
150 @param Time If Enable is TRUE, the time to set the wakeup alarm for. Type EFI_TIME
165 IN EFI_TIME *Tim
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiMultiPhase.h186 EFI_TIME TimeStamp;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.h119 VOID fsw_efi_decode_time(OUT EFI_TIME *EfiTime, IN UINT32 UnixTime);
H A Dfsw_efi_lib.c94 VOID fsw_efi_decode_time(OUT EFI_TIME *EfiTime, IN UINT32 UnixTime)
100 ZeroMem(EfiTime, sizeof(EFI_TIME));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.h220 Compare two EFI_TIME data.
223 @param FirstTime - A pointer to the first EFI_TIME data.
224 @param SecondTime - A pointer to the second EFI_TIME data.
232 IN EFI_TIME *FirstTime,
233 IN EFI_TIME *SecondTime
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.h240 Compare two EFI_TIME data.
243 @param FirstTime A pointer to the first EFI_TIME data.
244 @param SecondTime A pointer to the second EFI_TIME data.
252 IN EFI_TIME *FirstTime,
253 IN EFI_TIME *SecondTime
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DDataHub.h52 EFI_TIME LogTime;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c250 While the returned EFI_TIME structure contains TimeZone and Daylight savings time information,
270 OUT EFI_TIME *Time,
289 @param Time A pointer to the current time. Type EFI_TIME is defined in the GetTime()
291 fields of the EFI_TIME structure (refer to the EFI_TIME definition in the
303 IN EFI_TIME *Time
320 @param Time The current alarm setting. Type EFI_TIME is defined in the GetTime()
336 OUT EFI_TIME *Time
355 @param Time If Enable is TRUE, the time to set the wakeup alarm for. Type EFI_TIME
370 IN EFI_TIME *Tim
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.h55 EFI_TIME CreateDate;
56 EFI_TIME UsageDate;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Include/Guid/
H A DAuthenticatedVariableFormat.h169 EFI_TIME TimeStamp;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c94 EFI_TIME TheTime;
179 EFI_TIME TheTime;
301 EFI_TIME TheTime;
382 EFI_TIME TheTime;
629 EFI_TIME TheTime;
717 EFI_TIME TheTime;
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c75 EFI_TIME Time;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DManagedNetwork.h93 EFI_TIME Timestamp;
H A DUdp6.h222 EFI_TIME TimeStamp;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiBaseTypes.h72 } EFI_TIME; typedef in typeref:struct:__anon10052

Completed in 96 milliseconds

123