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

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DApplePlatformExpert.h79 virtual long getGMTTimeOfDay(void);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp120 long ApplePlatformExpert::getGMTTimeOfDay(void) function in class:ApplePlatformExpert
135 IOLog("ApplePlatformExpert::getGMTTimeOfDay can not provide time of day RTC did not show up\n");
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h147 virtual long getGMTTimeOfDay( void );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp292 long IOPlatformExpert::getGMTTimeOfDay(void) function in class:IOPlatformExpert
918 if( gIOPlatform) result = gIOPlatform->getGMTTimeOfDay();

Completed in 65 milliseconds