Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_shutdown.c226 const char *panicstr; variable
782 if (panicstr != NULL && kassert_suppress_in_panic) { in kassert_panic()
864 if (panicstr == NULL && !kdb_active) { in vpanic()
879 if (panicstr) in vpanic()
883 panicstr = fmt; in vpanic()
890 panicstr = buf; in vpanic()
963 if (panicstr) in kproc_shutdown()
983 if (panicstr) in kthread_shutdown()
1742 if (panicstr != NULL) in dump_init_header()
1753 if (panicstr == NULL) in DB_SHOW_COMMAND()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmutex.h46 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
/f-stack/freebsd/ddb/
H A Ddb_textdump.c395 len = min(strlen(panicstr), TEXTDUMP_BLOCKSIZE); in textdump_dump_panic()
403 bcopy(panicstr, textdump_block_buffer, len); in textdump_dump_panic()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c326 if (panicstr == NULL) in zfs_shutdown()
H A Dzfs_vfsops.c396 if (panicstr) in zfs_sync()
/f-stack/lib/
H A Dff_host_interface.c138 const char *panicstr = NULL; variable
/f-stack/freebsd/sys/
H A Dsystm.h56 extern const char *panicstr; /* panic message */
/f-stack/freebsd/mips/mips/
H A Dexception.S1228 PTR_LA a0, 9f # panicstr