Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/AT386/
H A Dmodel_dep.c977 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
988 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
995 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
1001 PESavePanicInfoAction(panic_info, offset_to_flush, size_to_flush); in paniclog_flush_internal()
/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h114 extern void PESavePanicInfoAction(void *buffer, UInt32 offset, UInt32 length);
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp1134 PESavePanicInfoAction(void *buffer, UInt32 offset, UInt32 length) in PESavePanicInfoAction() function