Searched refs:db_panic_str (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | debug.c | 199 const char *db_panic_str; member 219 #define CPUPANICSTR current_debugger_state()->db_panic_str 672 DebuggerSaveState(debugger_op db_op, const char *db_message, const char *db_panic_str, in DebuggerSaveState() argument 688 CPUPANICSTR = db_panic_str; in DebuggerSaveState() 717 DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic_str, in DebuggerTrapWithState() argument 733 vsnprintf(buf, EARLY_PANIC_BUFLEN, db_panic_str, *db_panic_args); in DebuggerTrapWithState() 739 DebuggerSaveState(db_op, db_message, db_panic_str, db_panic_args, in DebuggerTrapWithState() 790 …(uint64_t panic_options_mask, unsigned long panic_caller, const char *db_panic_str, va_list *db_pa… in check_and_handle_nested_panic() argument 804 if (db_panic_str) { in check_and_handle_nested_panic() 808 _doprnt(db_panic_str, db_panic_args, PE_kputc, 0); in check_and_handle_nested_panic()
|
| H A D | debug.h | 840 …rTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic_str, va_list *db_pa…
|