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

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp107 err = readXPRAM(kXPRAMTimeToGMTOffset, (UInt8 *)&_timeToGMT,
108 sizeof(_timeToGMT));
111 if (_timeToGMT & (1 << 23))
112 _timeToGMT |= 0xFF000000;
114 _timeToGMT &= 0x00FFFFFF;
132 return (localtime - _timeToGMT - SECS_BETWEEN_1904_1970);
150 secs += _timeToGMT;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h66 SInt32 _timeToGMT; member in class:ApplePlatformExpert

Completed in 13 milliseconds