Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/arm/
H A Dpe_identify_machine.c24 #define panic_trace_error(msg, args...) { if (panic_trace_debug == 1) kprintf("panic_trace: " msg "… macro
26 #define panic_trace_log(msg, args...) { if (panic_trace_debug) panic_trace_error(msg, ##args); }