Searched defs:Time (Results 26 - 50 of 66) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxclient.h59 #define Time Time64 macro
118 #undef Time macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DNVDataStruc.h69 EFI_HII_TIME Time; member in struct:__anon11169
/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/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c526 UINT64 Time; local
547 Time = Ping6CalculateTick (TxInfo->TimeStamp, ReadTime ());
552 if (Time > PING6_DEFAULT_TIMEOUT) {
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp344 RTTIME Time; local
345 RTTimeExplode(&Time, RTTimeNow(&TimeSpec));
346 pts += RTStrFormatNumber(pts, Time.u8Hour, 10, 2, 0, RTSTR_F_ZEROPAD);
348 pts += RTStrFormatNumber(pts, Time.u8Minute, 10, 2, 0, RTSTR_F_ZEROPAD);
350 pts += RTStrFormatNumber(pts, Time.u8Second, 10, 2, 0, RTSTR_F_ZEROPAD);
352 pts += RTStrFormatNumber(pts, Time.u32Nanosecond / 1000000, 10, 3, 0, RTSTR_F_ZEROPAD);
486 RTPrintf("Time stamp Object Metric Value\n");
/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 Dsaverproto.h45 #define Time CARD32 macro
143 Time timestamp B32;
164 #undef Time macro
H A Dshapestr.h40 #define Time CARD32 macro
175 Time time B32; /* time of change */
232 #undef Time macro
H A DXvproto.h63 #define Time CARD32 macro
272 Time time B32;
281 Time time B32;
571 Time time B32;
583 Time time B32;
600 #undef Time macro
H A Drenderproto.h41 #define Time CARD32 macro
580 #undef Time macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceTimeSync.cpp19 /** @page pg_vboxservice_timesync The Time Sync Service
21 * The time sync service plays along with the Time Manager (TM) in the VMM
449 VBoxServiceVerbose(3, "VBoxServiceTimeSyncCancelAdjust: Windows Time Adjustment is now disabled.\n");
478 RTTIME Time; local
480 RTTimeToString(RTTimeExplode(&Time, &NewGuestTime), sz, sizeof(sz)));
485 RTTimeToString(RTTimeExplode(&Time, RTTimeNow(&Tmp)), sz, sizeof(sz)));
497 RTTIME Time; local
568 RTTimeToString(RTTimeExplode(&Time, &HostNow), sz, sizeof(sz)), MinAdjust);
570 RTTimeToString(RTTimeExplode(&Time, &GuestNow), sz, sizeof(sz)),
671 "Time synchronizatio
[all...]
/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp3 * IPRT - Time.
742 RTTIME Time; local
743 return RTTimeToString(RTTimeExplode(&Time, pTime), psz, cb);
857 * Time zone.
901 RTTIME Time; local
902 if (RTTimeFromString(&Time, pszString))
903 return RTTimeImplode(pTime, &Time);
/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/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c1479 EFI_TIME Time; local
1486 ZeroMem (&Time, sizeof (EFI_TIME));
1487 gRT->GetTime (&Time, NULL);
1490 ((((((Time.Year - 1900) * 360 +
1491 (Time.Month - 1)) * 30 +
1492 (Time.Day - 1)) * 24 + Time.Hour) * 60 +
1493 Time.Minute) * 60 + Time.Second) * 100
1494 + DivU64x32(Time
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h332 void step(uint64_t Time) argument
334 m_Data.mCurTimeUsed += Time;
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dshapeproto.h38 #define Time CARD32 macro
178 Time time B32; /* time of change */
235 #undef Time macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9anim.h125 FLOAT Time; member in struct:_D3DXKEY_VECTOR3
131 FLOAT Time; member in struct:_D3DXKEY_QUATERNION
137 float Time; member in struct:_D3DXKEY_CALLBACK
/vbox/src/VBox/Additions/x11/x11include/fixesproto-4.0/X11/extensions/
H A Dxfixesproto.h63 #define Time CARD32 macro
135 Time timestamp B32;
136 Time selectionTimestamp B32;
157 Time timestamp;
516 #undef Time macro
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c803 EFI_TIME Time; local
811 gRT->GetTime (&Time, NULL);
812 CopyMem (Identifier, &Time, sizeof (EFI_TIME));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c141 EFI_TIME Time; local
168 ZeroMem (&Time, sizeof (EFI_TIME));
169 Status = gRT->GetTime (&Time, NULL);
174 Time.Pad1 = 0;
175 Time.Nanosecond = 0;
176 Time.TimeZone = 0;
177 Time.Daylight = 0;
178 Time.Pad2 = 0;
179 CopyMem (&DescriptorData->TimeStamp, &Time, sizeof (EFI_TIME));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c184 In X86(IA32/X64), the register is the Time Stamp Counter (TSC)
763 UINT64 Time; local
788 Time = CalculateTick (TxInfo->TimeStamp, ReadTime ());
793 if (Time > DEFAULT_TIMEOUT) {
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp129 RTTIME Time; local
130 RTTimeExplode(&Time, RTTimeNow(&TimeSpec));
137 s_apszDayNms[Time.u8WeekDay],
138 Time.u8MonthDay,
139 s_apszMonthNms[Time.u8Month],
140 Time.i32Year,
141 Time.u8Hour,
142 Time.u8Minute,
143 Time.u8Second);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/extensions/
H A Drenderproto.h41 #define Time CARD32 macro
580 #undef Time macro
/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/Additions/x11/x11include/renderproto-0.11/X11/extensions/
H A Drenderproto.h41 #define Time CARD32 macro
654 #undef Time macro

Completed in 136 milliseconds

123