Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_xxx.c221 debugger_options_mask |= DEBUGGER_OPTION_USER_WATCHDOG; in sys_panic_with_data()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h628 #define DEBUGGER_OPTION_USER_WATCHDOG 0x8000ULL /* A watchdog panic caused by a… macro
H A Ddebug.c1093 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_data()
1115 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_options()