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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIONVRAM.h154 virtual IOReturn readXPRAM(IOByteCount offset, UInt8 *buffer,
H A DIOPlatformExpert.h233 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1232 IOReturn IODTPlatformExpert::readXPRAM(IOByteCount offset, UInt8 * buffer, function in class:IODTPlatformExpert
1235 if (dtNVRAM) return dtNVRAM->readXPRAM(offset, buffer, length);
H A DIONVRAM.cpp498 IOReturn IODTNVRAM::readXPRAM(IOByteCount offset, UInt8 *buffer, function in class:IODTNVRAM
H A DIOHibernateIO.cpp1528 if (platform && (kIOReturnSuccess == platform->readXPRAM(kXPRamAudioVolume,

Completed in 120 milliseconds