Home
last modified time | relevance | path

Searched refs:RB_PANIC_ZPRINT (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dreboot.h91 #define RB_PANIC_ZPRINT 0x1000 /* add zprint info to panic string */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_shutdown.c159 if ((howto & RB_PANIC_ZPRINT) == RB_PANIC_ZPRINT) { in panic_kernel()