Searched refs:WARN_PANIC (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_syscall.c177 WITNESS_WARN(WARN_PANIC, NULL, "System call %s returning",
H A Dsubr_trap.c185 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode");
H A Dkern_mbuf.c745 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK | WARN_PANIC, NULL,
H A Dkern_intr.c1371 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread");
1555 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread");
H A Dkern_exit.c419 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid);
H A Dsubr_witness.c1702 if (flags & WARN_PANIC && n)
/freebsd-9.3-release/sys/sys/
H A Dlock.h232 #define WARN_PANIC 0x02 /* Panic if check fails. */ macro

Completed in 110 milliseconds