Searched refs:RB_PANIC (Results 1 – 5 of 5) 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()
191 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()
90 #define RB_PANIC 0x800 /* panic the kernel */ macro
88 reboot_np(RB_PANIC, "Generating coredump during a fault state"); in sigalrm_handler()
232 reboot_np(RB_PANIC | RB_QUICK, "skt_utunloop stalled"); in skt_utunloop_xfer_slots()