Searched refs:setUTCTimeOfDay (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h188 virtual void setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp383 void IOPlatformExpert::setUTCTimeOfDay(clock_sec_t secs, __unused clock_nsec_t nsecs) function in class:IOPlatformExpert
998 gIOPlatform->setUTCTimeOfDay(secs, usecs * NSEC_PER_USEC);

Completed in 71 milliseconds