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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIONVRAM.h156 virtual IOReturn readXPRAM(IOByteCount offset, UInt8 *buffer,
H A DIOPlatformExpert.h241 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp1285 IOReturn IODTPlatformExpert::readXPRAM(IOByteCount offset, UInt8 * buffer, function in class:IODTPlatformExpert
1288 if (dtNVRAM) return dtNVRAM->readXPRAM(offset, buffer, length);
H A DIONVRAM.cpp500 IOReturn IODTNVRAM::readXPRAM(IOByteCount offset, UInt8 *buffer, function in class:IODTNVRAM
H A DIOHibernateIO.cpp1759 if (platform && (kIOReturnSuccess == platform->readXPRAM(kXPRamAudioVolume,

Completed in 88 milliseconds