Searched refs:panicstr (Results 1 – 11 of 11) sorted by relevance
226 const char *panicstr; variable783 if (panicstr != NULL && kassert_suppress_in_panic) { in kassert_panic()865 if (panicstr == NULL && !kdb_active) { in vpanic()880 if (panicstr) in vpanic()884 panicstr = fmt; in vpanic()891 panicstr = buf; in vpanic()964 if (panicstr) in kproc_shutdown()984 if (panicstr) in kthread_shutdown()1743 if (panicstr != NULL) in dump_init_header()1754 if (panicstr == NULL) in DB_SHOW_COMMAND()[all …]
390 if (__predict_false(panicstr != NULL)) in kasan_shadow_check()
46 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
37 extern const char *panicstr; /* panic message */
395 len = min(strlen(panicstr), TEXTDUMP_BLOCKSIZE); in textdump_dump_panic()403 bcopy(panicstr, textdump_block_buffer, len); in textdump_dump_panic()
324 if (panicstr == NULL) in zfs_shutdown()
411 if (panicstr) in zfs_sync()
1228 PTR_LA a0, 9f # panicstr
718 if (panicstr) { in hv_storvsc_io_request()
606 if ((kdb_active || panicstr) && vd->vd_driver->vd_postswitch) in vt_window_switch()
7338 if (panicstr != NULL)7369 if (panicstr != NULL) {