Lines Matching full:panic
72 int aft_panic = 0; /* panic (not reboot) on fatal usermode AFLT */
73 int aft_testfatal = 0; /* force all AFTs to panic immediately */
199 * the rest element on rq until the panic starts. in process_resumable_error()
204 * Panic here if aflt->flt_panic has been set. in process_resumable_error()
205 * Enqueued errors will be logged as part of the panic flow. in process_resumable_error()
340 * User generated panic. Call panic directly in process_nonresumable_error()
345 panic("Panic - Generated at user request"); in process_nonresumable_error()
350 cmn_err(CE_WARN, "Panic - Error Descriptor 0x%llx " in process_nonresumable_error()
360 * in the queue until the panic routine stops the in process_nonresumable_error()
366 * Panic here if aflt->flt_panic has been set. in process_nonresumable_error()
367 * Enqueued errors will be logged as part of the panic flow. in process_nonresumable_error()
404 * we need to turn on the panic flag.
425 * we panic in errh_cpu_run_bus_error_handlers()
504 * panic flow. We decode the CPU-specific data, and log appropriate messages.
534 * If we are going to panic, scrub the page first in cpu_async_log_err()
672 * error state. If not, we drive on. If yes, we need to panic. The
722 * softint, called from trap()'s AST handling, or called from the panic flow.
800 panic("failed to create required system error queue"); in error_init()
836 * Nonresumable queue is full, panic here
893 /* Do not panic */ in errh_handle_asr()