Searched refs:DB_REBOOT_ALWAYS (Results 1 – 4 of 4) sorted by relevance
547 #define DB_REBOOT_ALWAYS 0x100000 /* Don't wait for debugger connection */ macro
1506 if (debug_boot_arg & DB_REBOOT_ALWAYS) {
1387 if (debug_boot_arg && (debug_boot_arg & DB_REBOOT_ALWAYS) == 0) { in kdp_core_init_output_stages()
1490 if (panicDebugging && !(debug_boot_arg & DB_REBOOT_ALWAYS)) { in registerNVRAMController()