Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_trap.c157 WITNESS_WARN(WARN_PANIC, NULL, "userret: returning"); in userret()
314 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode"); in ast_handler()
H A Dkern_exit.c458 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid); in exit1()
H A Dkern_intr.c1307 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread"); in ithread_loop()
H A Dsubr_witness.c1865 if (flags & WARN_PANIC && n) in witness_warn()
/freebsd/sys/dev/e1000/
H A De1000_osdep.h250 WITNESS_WARN(WARN_GIANTOK|WARN_SLEEPOK|WARN_PANIC, NULL, "unexpected non-sleepable lock"); \
/freebsd/sys/sys/
H A Dlock.h255 #define WARN_PANIC 0x02 /* Panic if check fails. */ macro
/freebsd/sys/amd64/vmm/
H A Dvmm.c2331 WITNESS_WARN(WARN_PANIC, NULL, "vm_smp_rendezvous"); in vm_smp_rendezvous()