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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h181 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
268 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
H A DIONVRAM.h178 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp829 if (gIOPlatform != 0) return gIOPlatform->savePanicInfo(buffer, length);
1083 IOByteCount IOPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IOPlatformExpert
1339 IOByteCount IODTPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IODTPlatformExpert
1343 if (dtNVRAM) lengthSaved = dtNVRAM->savePanicInfo(buffer, length);
1345 if (lengthSaved == 0) lengthSaved = super::savePanicInfo(buffer, length);
H A DIONVRAM.cpp595 IOByteCount IODTNVRAM::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IODTNVRAM

Completed in 385 milliseconds