Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c182 if ((howto & (RB_PANIC | RB_QUICK)) == (RB_PANIC | RB_QUICK)) { in reboot_kernel()
268 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
283 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
323 if (howto & RB_PANIC) { in reboot_kernel()
/xnu-11215.1.10/bsd/sys/
H A Dreboot.h90 #define RB_PANIC 0x800 /* panic the kernel */ macro
/xnu-11215.1.10/tests/skywalk/
H A Dskt_utunloop.c231 reboot_np(RB_PANIC | RB_QUICK, "skt_utunloop stalled"); in skt_utunloop_xfer_slots()