Searched defs:SystemTime (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtime-r0drv-nt.cpp111 LARGE_INTEGER SystemTime; local
113 g_pfnrtKeQuerySystemTimePrecise(&SystemTime);
116 KeQuerySystemTime(&SystemTime); /* macro */
119 g_pfnrtKeQuerySystemTime(&SystemTime);
124 SystemTime.HighPart = ((KUSER_SHARED_DATA volatile *)SharedUserData)->SystemTime.High1Time;
125 SystemTime.LowPart = ((KUSER_SHARED_DATA volatile *)SharedUserData)->SystemTime.LowPart;
126 } while (((KUSER_SHARED_DATA volatile *)SharedUserData)->SystemTime.High2Time != SystemTime
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DTimer.c81 UINT64 SystemTime; local
84 SystemTime = mEfiSystemTime;
87 return SystemTime;
105 UINT64 SystemTime; local
112 SystemTime = CoreCurrentSystemTime ();
120 if (Event->Timer.TriggerTime > SystemTime) {
148 if (Event->Timer.TriggerTime <= SystemTime) {
149 Event->Timer.TriggerTime = SystemTime;
/vbox/src/VBox/VMM/VMMR3/
H A DGIMKvm.cpp278 GIMKVMSYSTEMTIME SystemTime; local
279 RT_ZERO(SystemTime);
282 int rc = PGMPhysSimpleReadGCPhys(pVM, &SystemTime, pcKvmCpu->GCPhysSystemTime, sizeof(GIMKVMSYSTEMTIME));
291 SSMR3PutU8(pSSM, SystemTime.fFlags);
376 GIMKVMSYSTEMTIME SystemTime; local
377 RT_ZERO(SystemTime);
378 SystemTime.u32Version = pKvmCpu->u32SystemTimeVersion;
379 SystemTime.u64NanoTS = pKvmCpu->uVirtNanoTS;
380 SystemTime.u64Tsc = pKvmCpu->uTsc;
381 SystemTime
[all...]
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dnttimesources.cpp55 volatile MY_KSYSTEM_TIME SystemTime; member in struct:_MY_KUSER_SHARED_DATA
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcasync.h94 SYSTEMTIME SystemTime; member in union:tagRPC_EXTENDED_ERROR_INFO::__anon13767
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcasync.h87 SYSTEMTIME SystemTime; member in union:tagRPC_EXTENDED_ERROR_INFO::__anon1132
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp129 SystemTime, member in struct:NTKUSERSHAREDDATA
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h1060 volatile KSYSTEM_TIME SystemTime; member in struct:_KUSER_SHARED_DATA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h1010 volatile KSYSTEM_TIME SystemTime; member in struct:_KUSER_SHARED_DATA
/vbox/include/iprt/nt/
H A Dnt.h472 KSYSTEM_TIME volatile SystemTime; /**< 0x014 */ member in struct:_KUSER_SHARED_DATA
588 AssertCompileMemberOffset(KUSER_SHARED_DATA, SystemTime, 0x014);

Completed in 86 milliseconds