Home
last modified time | relevance | path

Searched refs:DB_REBOOT_ALWAYS (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Ddebug.h547 #define DB_REBOOT_ALWAYS 0x100000 /* Don't wait for debugger connection */ macro
H A Ddebug.c1506 if (debug_boot_arg & DB_REBOOT_ALWAYS) {
/xnu-10063.141.1/osfmk/kdp/
H A Dkdp_core.c1387 if (debug_boot_arg && (debug_boot_arg & DB_REBOOT_ALWAYS) == 0) { in kdp_core_init_output_stages()
/xnu-10063.141.1/iokit/Kernel/
H A DIOPlatformExpert.cpp1490 if (panicDebugging && !(debug_boot_arg & DB_REBOOT_ALWAYS)) { in registerNVRAMController()