Searched refs:panicstr (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11.0-release/sys/kern/
H A Dkern_shutdown.c147 * Variable panicstr contains argument to first call to panic; used as flag
150 const char *panicstr; variable
711 if (panicstr == NULL && !kdb_active) {
726 if (panicstr)
730 panicstr = fmt;
736 panicstr = buf;
803 if (panicstr)
823 if (panicstr)
928 if (panicstr != NULL)
929 strlcpy(kdh->panicstring, panicstr, sizeo
[all...]
H A Dsubr_witness.c856 if (witness_watch < 1 || panicstr != NULL ||
1034 if (witness_watch == -1 || panicstr != NULL)
1075 panicstr != NULL)
1419 panicstr != NULL)
1476 if (lock->lo_witness == NULL || witness_watch == -1 || panicstr != NULL)
1522 if (lock->lo_witness == NULL || witness_watch == -1 || panicstr != NULL)
1570 if (witness_cold || lock->lo_witness == NULL || panicstr != NULL)
1676 if (lle == NULL || panicstr != NULL)
1711 if (witness_cold || witness_watch < 1 || panicstr != NULL)
1805 if (witness_watch == -1 || panicstr !
[all...]
H A Dkern_mutex.c680 if (i < 60000000 || kdb_active || panicstr != NULL)
769 kdb_active || panicstr != NULL)
890 if (panicstr != NULL || dumping)
H A Dsubr_prf.c403 if (!panicstr)
435 if ((panicstr == NULL) && (constty != NULL))
480 if ((flags & TOTTY) && tp != NULL && panicstr == NULL)
H A Dkern_ktr.c326 if (panicstr || kdb_active)
H A Dkern_switch.c165 if (panicstr && ((td->td_proc->p_flag & P_SYSTEM) == 0 &&
H A Dkern_synch.c408 KASSERT(td->td_critnest == 1 || panicstr,
H A Dkern_rmlock.c750 if (panicstr != NULL)
H A Dkern_lock.c492 if (panicstr != NULL) {
1421 if (panicstr != NULL)
H A Dsched_4bsd.c326 * - The kernel is in the throes of crashing (panicstr).
351 if (panicstr != NULL || pri >= cpri || cold /* || dumping */ ||
1130 if (!smp_started || cold || panicstr)
H A Dkern_rwlock.c1196 if (panicstr != NULL)
H A Dkern_sx.c1147 if (panicstr != NULL)
H A Dsubr_smp.c182 if (!smp_started || cold || panicstr)
/freebsd-11.0-release/sys/cddl/compat/opensolaris/sys/
H A Dmutex.h45 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
/freebsd-11.0-release/sys/ddb/
H A Ddb_textdump.c392 len = min(strlen(panicstr), TEXTDUMP_BLOCKSIZE);
400 bcopy(panicstr, textdump_block_buffer, len);
473 if (textdump_do_panic && panicstr != NULL)
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dmp_machdep.c614 if (kdb_active != 0 || panicstr != NULL)
653 if (kdb_active != 0 || panicstr != NULL)
712 if (kdb_active != 0 || panicstr != NULL)
753 if (kdb_active != 0 || panicstr != NULL)
804 if (kdb_active != 0 || panicstr != NULL)
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c122 if (!panicstr)
423 if (panicstr) {
475 if (panicstr) {
489 !panicstr)
/freebsd-11.0-release/sys/dev/xen/console/
H A Dxen_console.c204 if (panicstr == NULL)
212 if (panicstr == NULL)
/freebsd-11.0-release/sys/arm/versatile/
H A Dpl050.c78 if (!kdb_active && panicstr == NULL) \
/freebsd-11.0-release/sys/sys/
H A Dsystm.h51 extern const char *panicstr; /* panic message */
/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dchrome_kb.c85 if (!kdb_active && panicstr == NULL) \
/freebsd-11.0-release/sys/dev/vt/
H A Dvt_core.c1179 !kdb_active && panicstr == NULL) { /* DDB inactive. */
1251 if (kdb_active || panicstr != NULL) {
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_fb_helper.c77 if (!kdb_active && panicstr == NULL)
/freebsd-11.0-release/sys/mips/mips/
H A Dexception.S1249 PTR_LA a0, 9f # panicstr
/freebsd-11.0-release/sys/dev/usb/input/
H A Dukbd.c265 if (!kdb_active && panicstr == NULL) \

Completed in 319 milliseconds

12