Searched refs:setGMTTimeOfDay (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DApplePlatformExpert.h80 virtual void setGMTTimeOfDay(long secs);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp140 void ApplePlatformExpert::setGMTTimeOfDay(long secs) function in class:ApplePlatformExpert
154 IOLog("ApplePlatformExpert::setGMTTimeOfDay can not set time of day RTC did not show up\n");
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h148 virtual void setGMTTimeOfDay( long secs );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp297 void IOPlatformExpert::setGMTTimeOfDay(long secs) function in class:IOPlatformExpert
925 if( gIOPlatform) gIOPlatform->setGMTTimeOfDay(secs);

Completed in 23 milliseconds