Searched refs:RB_PANIC (Results 1 – 4 of 4) sorted by relevance
116 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()
182 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()
90 #define RB_PANIC 0x800 /* panic the kernel */ macro
231 reboot_np(RB_PANIC | RB_QUICK, "skt_utunloop stalled"); in skt_utunloop_xfer_slots()