Searched refs:Time (Results 1 - 25 of 164) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
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...]
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.h47 // Dallas DS12C887 Real Time Clock
137 UINT8 Vrt : 1; // Valid RAM and Time
164 @param Time A pointer to the current time.
174 IN EFI_TIME *Time,
182 @param Time A pointer to storage to receive a snapshot of the current time.
188 @retval EFI_INVALID_PARAMETER Time is NULL.
194 OUT EFI_TIME *Time,
203 @param Time If Enable is TRUE, the time to set the wakeup alarm for.
217 IN EFI_TIME *Time, OPTIONAL
226 @param Time Th
[all...]
/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/Runtime/common/asn1/
H A Dasn1-ut-time-decode.cpp54 if ( pThis->Time.u8Month > 0
55 && pThis->Time.u8Month <= 12
56 && pThis->Time.u8Hour < 24
57 && pThis->Time.u8Minute < 60
58 && pThis->Time.u8Second < 60) /** @todo what about leap seconds? */
60 RTTIME const TimeCopy = pThis->Time;
61 if (RTTimeNormalize(&pThis->Time))
63 if ( TimeCopy.u8MonthDay == pThis->Time.u8MonthDay
64 && TimeCopy.u8Month == pThis->Time.u8Month
65 && TimeCopy.i32Year == pThis->Time
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Drandrproto.h42 #define Time CARD32 macro
110 Time timestamp B32;
111 Time configTimestamp B32;
126 Time timestamp B32;
127 Time configTimestamp B32;
138 Time timestamp B32;
139 Time configTimestamp B32;
152 Time newTimestamp B32;
153 Time newConfigTimestamp B32;
181 Time timestam
202 #undef Time macro
[all...]
H A Dxteststr.h32 #define Time CARD32 macro
93 Time time B32;
117 #undef Time macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Deventstr.h90 Time time; /**< Time in ms */
137 Time time; /**< Time in ms */
163 Time time; /**< Time in ms */
201 Time time; /**< Time in ms */
220 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Deventstr.h89 Time time; /**< Time in ms */
135 Time time; /**< Time in ms */
160 Time time; /**< Time in ms */
197 Time time; /**< Time in ms */
215 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Deventstr.h87 Time time; /**< Time in ms */
140 Time time; /**< Time in ms */
177 Time time; /**< Time in ms */
196 Time time; /**< Time in ms */
218 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Deventstr.h87 Time time; /**< Time in ms */
140 Time time; /**< Time in ms */
177 Time time; /**< Time in ms */
196 Time time; /**< Time in ms */
218 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Deventstr.h87 Time time; /**< Time in ms */
140 Time time; /**< Time in ms */
177 Time time; /**< Time in ms */
196 Time time; /**< Time in ms */
218 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Deventstr.h87 Time time; /**< Time in ms */
140 Time time; /**< Time in ms */
177 Time time; /**< Time in ms */
196 Time time; /**< Time in ms */
218 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Deventstr.h83 Time time; /**< Time in ms */
136 Time time; /**< Time in ms */
173 Time time; /**< Time in ms */
192 Time time; /**< Time in ms */
214 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Deventstr.h91 Time time; /**< Time in ms */
138 Time time; /**< Time in ms */
163 Time time; /**< Time in ms */
201 Time time; /**< Time in ms */
219 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Deventstr.h91 Time time; /**< Time in ms */
138 Time time; /**< Time in ms */
163 Time time; /**< Time in ms */
201 Time time; /**< Time in ms */
219 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Deventstr.h91 Time time; /**< Time in ms */
137 Time time; /**< Time in ms */
162 Time time; /**< Time in ms */
199 Time time; /**< Time in ms */
217 Time time; /**< Time i
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Deventstr.h91 Time time; /**< Time in ms */
138 Time time; /**< Time in ms */
163 Time time; /**< Time in ms */
201 Time time; /**< Time in ms */
219 Time time; /**< Time i
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp3 * IPRT - Time, Windows.
128 LARGE_INTEGER Time;
131 Time.HighPart = pUserSharedData->InterruptTime.High1Time;
132 Time.LowPart = pUserSharedData->InterruptTime.LowPart;
133 } while (pUserSharedData->InterruptTime.High2Time != Time.HighPart);
135 return (uint64_t)Time.QuadPart * 100;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiRuntimeLib.h66 @param Time A pointer to storage to receive a snapshot of the current time.
71 @retval EFI_INVALID_PARAMETER Time is NULL.
78 OUT EFI_TIME *Time,
93 @param Time A pointer to the current time. Type EFI_TIME is defined in the GetTime()
107 IN EFI_TIME *Time
120 @param Time The current alarm setting. Type EFI_TIME is defined in the GetTime()
126 @retval EFI_INVALID_PARAMETER Time is NULL.
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 *Time OPTIONA
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c35 EFI_TIME Time; local
122 gRT->GetTime (&Time, NULL);
125 (((((Time.Year - 2000) * 360 + (Time.Month - 1)) * 30 + (Time.Day - 1)) * 24 + Time.Hour) * 60 + Time.Minute) *
127 Time.Second
329 EFI_TIME Time; local
338 gRT->GetTime (&Time, NUL
811 EFI_TIME Time; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c258 @param Time A pointer to storage to receive a snapshot of the current time.
263 @retval EFI_INVALID_PARAMETER Time is NULL.
270 OUT EFI_TIME *Time,
274 return mInternalRT->GetTime (Time, Capabilities);
289 @param Time A pointer to the current time. Type EFI_TIME is defined in the GetTime()
303 IN EFI_TIME *Time
306 return mInternalRT->SetTime (Time);
320 @param Time The current alarm setting. Type EFI_TIME is defined in the GetTime()
326 @retval EFI_INVALID_PARAMETER Time is NULL.
336 OUT EFI_TIME *Time
269 EfiGetTime( OUT EFI_TIME *Time, OUT EFI_TIME_CAPABILITIES *Capabilities OPTIONAL ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/randrproto-1.3.0/X11/extensions/
H A Drandrproto.h45 #define Time CARD32 macro
117 Time timestamp B32;
118 Time configTimestamp B32;
133 Time timestamp B32;
134 Time configTimestamp B32;
145 Time timestamp B32;
146 Time configTimestamp B32;
159 Time newTimestamp B32;
160 Time newConfigTimestamp B32;
249 Time timestam
795 #undef Time macro
[all...]
/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/damageproto-1.1.0/X11/extensions/
H A Ddamageproto.h42 #define Time CARD32 macro
139 Time timestamp B32;
156 #undef Time macro

Completed in 2883 milliseconds

1234567