Searched refs:readXPRAM (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp107 err = readXPRAM(kXPRAMTimeToGMTOffset, (UInt8 *)&_timeToGMT,
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONVRAM.h142 virtual IOReturn readXPRAM(IOByteCount offset, UInt8 *buffer,
H A DIOPlatformExpert.h222 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1141 IOReturn IODTPlatformExpert::readXPRAM(IOByteCount offset, UInt8 * buffer, function in class:IODTPlatformExpert
1144 if (dtNVRAM) return dtNVRAM->readXPRAM(offset, buffer, length);
H A DIONVRAM.cpp435 IOReturn IODTNVRAM::readXPRAM(IOByteCount offset, UInt8 *buffer, function in class:IODTNVRAM
H A DIOHibernateIO.cpp1306 if (platform && (kIOReturnSuccess == platform->readXPRAM(kXPRamAudioVolume,

Completed in 40 milliseconds