Home
last modified time | relevance | path

Searched refs:PESavePanicInfoAction (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/i386/AT386/
H A Dmodel_dep.c976 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
987 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
994 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
1000 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h114 extern void PESavePanicInfoAction(void *buffer, UInt32 offset, UInt32 length);
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp1121 PESavePanicInfoAction(void *buffer, UInt32 offset, UInt32 length) in PESavePanicInfoAction() function