Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h502 #define DB_REBOOT_ALWAYS 0x100000 /* Don't wait for debugger connection */ macro
H A Ddebug.c1275 if (debug_boot_arg & DB_REBOOT_ALWAYS) {
/xnu-8019.80.24/iokit/Kernel/
H A DIOPlatformExpert.cpp1443 if (panicDebugging && !(debug_boot_arg & DB_REBOOT_ALWAYS)) { in registerNVRAMController()