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

/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp623 * @param pTimeSpecNow Optionally giving the entry timestamp to use (ctor).
626 vmmdevAllocFacilityStatusEntry(PVMMDEV pThis, uint32_t uFacility, bool fFixed, PCRTTIMESPEC pTimeSpecNow) argument
672 if (pTimeSpecNow)
673 pThis->aFacilityStatuses[i].TimeSpecTS = *pTimeSpecNow;

Completed in 194 milliseconds