Searched defs:Time (Results 1 - 25 of 66) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c2 C Run-Time Libraries (CRT) Time Management Routines Wrapper Implementation
21 // -- Time Management Routines --
75 EFI_TIME Time; local
81 gRT->GetTime (&Time, NULL);
87 for (Year = 1970, *timer = 0; Year != Time.Year; Year++) {
95 (time_t)((Time.TimeZone != EFI_UNSPECIFIED_TIMEZONE) ? (Time.TimeZone * 60) : 0) +
96 (time_t)(CumulativeDays[IsLeap(Time.Year)][Time
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c26 @param Time A pointer to storage to receive a snapshot of the current time.
31 @retval EFI_INVALID_PARAMETER Time is NULL.
38 OUT EFI_TIME *Time,
42 return PcRtcGetTime (Time, Capabilities, &mModuleGlobal);
48 @param Time A pointer to the current time.
58 IN EFI_TIME *Time
61 return PcRtcSetTime (Time, &mModuleGlobal);
69 @param Time The current alarm setting.
74 @retval EFI_INVALID_PARAMETER Time is NULL.
84 OUT EFI_TIME *Time
37 PcRtcEfiGetTime( OUT EFI_TIME *Time, OUT EFI_TIME_CAPABILITIES *Capabilities OPTIONAL ) argument
[all...]
H A DPcRtc.c104 EFI_TIME Time; local
155 // Get the Time/Date/Daylight Savings values.
157 Time.Second = RtcRead (RTC_ADDRESS_SECONDS);
158 Time.Minute = RtcRead (RTC_ADDRESS_MINUTES);
159 Time.Hour = RtcRead (RTC_ADDRESS_HOURS);
160 Time.Day = RtcRead (RTC_ADDRESS_DAY_OF_THE_MONTH);
161 Time.Month = RtcRead (RTC_ADDRESS_MONTH);
162 Time.Year = RtcRead (RTC_ADDRESS_YEAR);
192 Time.TimeZone = (INT16) TimerVar;
193 Time
244 PcRtcGetTime( OUT EFI_TIME *Time, OUT EFI_TIME_CAPABILITIES *Capabilities, OPTIONAL IN PC_RTC_MODULE_GLOBALS *Global ) argument
348 PcRtcSetTime( IN EFI_TIME *Time, IN PC_RTC_MODULE_GLOBALS *Global ) argument
454 PcRtcGetWakeupTime( OUT BOOLEAN *Enabled, OUT BOOLEAN *Pending, OUT EFI_TIME *Time, IN PC_RTC_MODULE_GLOBALS *Global ) argument
570 PcRtcSetWakeupTime( IN BOOLEAN Enable, IN EFI_TIME *Time, OPTIONAL IN PC_RTC_MODULE_GLOBALS *Global ) argument
736 ConvertRtcTimeToEfiTime( IN OUT EFI_TIME *Time, IN UINT8 Century, IN RTC_REGISTER_B RegisterB ) argument
947 ConvertEfiTimeToRtcTime( IN OUT EFI_TIME *Time, IN RTC_REGISTER_B RegisterB, OUT UINT8 *Century ) argument
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimelocal-posix.cpp3 * IPRT - Local Time, Posix.
116 RTTIMESPEC Time; local
117 return rtTimeLocalUTCOffset(RTTimeNow(&Time), true /* current time, skip fallback */);
/vbox/src/VBox/Runtime/testcase/
H A DtstPrfRT.cpp147 RTTIMESPEC Time; local
148 ITERATE(RT_NOTHING, RTTimeNow(&Time);, RT_NOTHING, 1000000);
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp306 RTTIME Time; local
307 RTTimeExplode(&Time, RTTimeNow(&TimeSpec));
310 Time.i32Year, Time.u8Month, Time.u8MonthDay, Time.u8Hour, Time.u8Minute, Time.u8Second, Time.u32Nanosecond / 10000000,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxclient.h59 #define Time Time64 macro
110 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxclient.h59 #define Time Time64 macro
110 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxclient.h59 #define Time Time64 macro
118 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxclient.h58 #define Time Time64 macro
117 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxclient.h58 #define Time Time64 macro
117 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxclient.h58 #define Time Time64 macro
113 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxclient.h58 #define Time Time64 macro
111 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxclient.h58 #define Time Time64 macro
111 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxclient.h58 #define Time Time64 macro
109 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxclient.h58 #define Time Time64 macro
109 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxclient.h58 #define Time Time64 macro
109 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxclient.h58 #define Time Time64 macro
108 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxclient.h59 #define Time Time64 macro
110 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxclient.h59 #define Time Time64 macro
110 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxclient.h59 #define Time Time64 macro
110 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxteststr.h32 #define Time CARD32 macro
93 Time time B32;
117 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/damageproto-1.1.0/X11/extensions/
H A Ddamageproto.h42 #define Time CARD32 macro
139 Time timestamp B32;
156 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxclient.h59 #define Time Time64 macro
118 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dxtestproto.h33 #define Time CARD32 macro
97 Time time B32;
121 #undef Time macro

Completed in 110 milliseconds

123