Home
last modified time | relevance | path

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

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