Home
last modified time | relevance | path

Searched refs:RB_PANIC (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dkern_xxx.c116 if (uap->opt & RB_PANIC) { in reboot()
127 if (uap->opt & RB_PANIC && uap->msg != USER_ADDR_NULL) { in reboot()
142 if (uap->opt & RB_PANIC) { in reboot()
H A Dkern_shutdown.c191 if ((howto & (RB_PANIC | RB_QUICK)) == (RB_PANIC | RB_QUICK)) { in reboot_kernel()
277 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
297 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
337 if (howto & RB_PANIC) { in reboot_kernel()
/xnu-12377.61.12/bsd/sys/
H A Dreboot.h90 #define RB_PANIC 0x800 /* panic the kernel */ macro
/xnu-12377.61.12/tests/
H A Dtest_note_exec.c88 reboot_np(RB_PANIC, "Generating coredump during a fault state"); in sigalrm_handler()
/xnu-12377.61.12/tests/skywalk/
H A Dskt_utunloop.c232 reboot_np(RB_PANIC | RB_QUICK, "skt_utunloop stalled"); in skt_utunloop_xfer_slots()