Searched refs:panic_format_str (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/unit/mocks/ |
| H A D | mock_misc.c | 144 panic_trap_to_debugger, (const char *panic_format_str, va_list * panic_args, 149 vsnprintf(buf, PRINT_BUF_SIZE, panic_format_str, *panic_args);
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | debug.c | 270 void panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, 1217 panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, unsigned int reason, void… in panic_trap_to_debugger() argument 1229 vsnprintf(buf, EARLY_PANIC_BUFLEN, panic_format_str, *panic_args); in panic_trap_to_debugger() 1244 …ml_panic_trap_to_debugger(panic_format_str, panic_args, reason, ctx, panic_options_mask, panic_cal… in panic_trap_to_debugger() 1256 ADDR(panic_format_str), in panic_trap_to_debugger() 1260 check_and_handle_nested_panic(panic_options_mask, panic_caller, panic_format_str, panic_args); in panic_trap_to_debugger() 1272 PE_panic_hook(panic_format_str); in panic_trap_to_debugger() 1312 panic_format_str, panic_args, in panic_trap_to_debugger() 1324 DebuggerTrapWithState(DBOP_PANIC, "panic", panic_format_str, in panic_trap_to_debugger()
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | machine_routines.h | 211 void ml_panic_trap_to_debugger(const char *panic_format_str,
|
| H A D | machine_routines.c | 869 ml_panic_trap_to_debugger(__unused const char *panic_format_str, in ml_panic_trap_to_debugger() argument
|
| /xnu-12377.61.12/osfmk/arm/ |
| H A D | machine_routines.h | 425 void ml_panic_trap_to_debugger(const char *panic_format_str,
|