Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Ddebug.h684 boolean_t panic_stackshot_to_disk_enabled(void);
H A Ddebug.c2121 panic_stackshot_to_disk_enabled(void) function
/xnu-10063.101.15/iokit/bsddev/
H A DIOKitBSDInit.cpp1166 } else if (panic_stackshot_to_disk_enabled()) { in GetCoreFileMode()