Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_shutdown.c229 const char *panicstr; variable
912 if (panicstr == NULL && !kdb_active) { in vpanic()
931 panicstr = fmt; in vpanic()
938 panicstr = buf; in vpanic()
1814 if (panicstr != NULL) in dump_init_header()
1815 strlcpy(kdh->panicstring, panicstr, sizeof(kdh->panicstring)); in dump_init_header()
1825 if (panicstr == NULL) in DB_SHOW_COMMAND_FLAGS()
1828 db_printf("panic: %s\n", panicstr); in DB_SHOW_COMMAND_FLAGS()
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmutex.h46 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
/freebsd-14.2/sys/ddb/
H A Ddb_textdump.c393 len = min(strlen(panicstr), TEXTDUMP_BLOCKSIZE); in textdump_dump_panic()
401 bcopy(panicstr, textdump_block_buffer, len); in textdump_dump_panic()
/freebsd-14.2/sys/sys/
H A Dkassert.h37 extern const char *panicstr; /* panic message */
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c298 if (panicstr == NULL) in zfs_shutdown()
H A Dzfs_vfsops.c429 if (panicstr) in zfs_sync()