Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c1204 (debug_boot_arg & DB_REBOOT_POST_CORE)) {
1262 if ((debug_boot_arg & DB_REBOOT_POST_CORE) &&
H A Ddebug.h489 #define DB_REBOOT_POST_CORE 0x4000 /* Attempt to reboot after macro
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_udp.c462 if ((debug & DB_REBOOT_POST_CORE) && (panicd_specified == TRUE)) { in kdp_register_send_receive()
2250 if (debug_boot_arg & DB_REBOOT_POST_CORE) { in kdp_init()