Searched refs:DB_REBOOT_ALWAYS (Results 1 – 3 of 3) sorted by relevance
502 #define DB_REBOOT_ALWAYS 0x100000 /* Don't wait for debugger connection */ macro
1275 if (debug_boot_arg & DB_REBOOT_ALWAYS) {
1443 if (panicDebugging && !(debug_boot_arg & DB_REBOOT_ALWAYS)) { in registerNVRAMController()