Searched refs:TimeSpecTS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp827 RTTIMESPEC TimeSpecTS; local
828 RTTimeNow(&TimeSpecTS);
870 i_facilityUpdate(VBoxGuestFacilityType_Graphics, VBoxGuestFacilityStatus_Active, 0 /*fFlags*/, &TimeSpecTS);
893 0 /*fFlags*/, &TimeSpecTS); /** @todo the timestamp isn't gonna be right here on saved state restore. */
1078 RTTIMESPEC TimeSpecTS;
1079 RTTimeNow(&TimeSpecTS);
1083 0 /*fFlags*/, &TimeSpecTS);
H A DVMMDevInterface.cpp238 RTTIMESPEC TimeSpecTS; local
239 RTTimeNow(&TimeSpecTS);
240 guest->i_setAdditionsStatus(VBoxGuestFacilityType_All, VBoxGuestFacilityStatus_Inactive, 0 /*fFlags*/, &TimeSpecTS);
H A DDisplayImpl.cpp1085 RTTIMESPEC TimeSpecTS; local
1086 RTTimeNow(&TimeSpecTS);
1092 0 /*fFlags*/, &TimeSpecTS);
1096 0 /*fFlags*/, &TimeSpecTS);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h109 RTTIMESPEC TimeSpecTS; member in struct:VMMDEVFACILITYSTATUSENTRY
H A DVMMDev.cpp673 pThis->aFacilityStatuses[i].TimeSpecTS = *pTimeSpecNow;
675 RTTimeSpecSetNano(&pThis->aFacilityStatuses[i].TimeSpecTS, 0);
736 pThis->aFacilityStatuses[i].TimeSpecTS = Now;
750 pEntry->TimeSpecTS = Now;
3411 SSMR3PutS64(pSSM, RTTimeSpecGetNano(&pThis->aFacilityStatuses[i].TimeSpecTS));
3531 RTTimeSpecSetNano(&pEntry->TimeSpecTS, iTimeStampNano);
3575 &pThis->aFacilityStatuses[i].TimeSpecTS);
3687 pThis->aFacilityStatuses[iFacility].TimeSpecTS = TimeStampNow;

Completed in 145 milliseconds