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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h167 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
249 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
H A DIONVRAM.h164 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp837 if (gIOPlatform != 0) return gIOPlatform->savePanicInfo(buffer, length);
939 IOByteCount IOPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IOPlatformExpert
1195 IOByteCount IODTPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IODTPlatformExpert
1199 if (dtNVRAM) lengthSaved = dtNVRAM->savePanicInfo(buffer, length);
1201 if (lengthSaved == 0) lengthSaved = super::savePanicInfo(buffer, length);
H A DIONVRAM.cpp554 UInt32 IODTNVRAM::savePanicInfo(UInt8 *buffer, IOByteCount length) function in class:IODTNVRAM

Completed in 84 milliseconds