Searched refs:RB_PANIC (Results 1 – 3 of 3) 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()
181 if ((howto & (RB_PANIC | RB_QUICK)) == (RB_PANIC | RB_QUICK)) { in reboot_kernel()267 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()282 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()322 if (howto & RB_PANIC) { in reboot_kernel()
89 #define RB_PANIC 0x800 /* panic the kernel */ macro