Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h595 #define DB_REBOOT_POST_CORE 0x4000 /* Attempt to reboot after macro
H A Ddebug.c1517 (debug_boot_arg & DB_REBOOT_POST_CORE)) {
1598 if ((debug_boot_arg & DB_REBOOT_POST_CORE) &&
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_udp.c464 if ((debug & DB_REBOOT_POST_CORE) && (panicd_specified == TRUE)) { in kdp_register_send_receive()
2252 if (debug_boot_arg & DB_REBOOT_POST_CORE) { in kdp_init()