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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIONVRAM.h176 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
H A DIOPlatformExpert.h178 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
260 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp795 if (gIOPlatform != 0) return gIOPlatform->savePanicInfo(buffer, length);
1030 IOByteCount IOPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IOPlatformExpert
1286 IOByteCount IODTPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IODTPlatformExpert
1290 if (dtNVRAM) lengthSaved = dtNVRAM->savePanicInfo(buffer, length);
1292 if (lengthSaved == 0) lengthSaved = super::savePanicInfo(buffer, length);
H A DIONVRAM.cpp617 IOByteCount IODTNVRAM::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IODTNVRAM

Completed in 109 milliseconds