Searched refs:kassert_panic (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c838 kassert_panic("%s: lock (%s) %s can not be recursable",
842 kassert_panic("%s: lock (%s) %s can not be sleepable",
846 kassert_panic("%s: lock (%s) %s can not be upgradable",
1090 kassert_panic("acquiring blockable sleep lock with "
1135 kassert_panic("excl->share");
1144 kassert_panic("share->excl");
1154 kassert_panic("interlock (%s) %s not locked @ %s:%d",
1158 kassert_panic("interlock (%s) %s recursed @ %s:%d",
1481 kassert_panic(
1486 kassert_panic(
[all...]
H A Dkern_shutdown.c632 kassert_panic(const char *fmt, ...) function
/freebsd-11.0-release/sys/sys/
H A Dsystm.h80 void kassert_panic(const char *fmt, ...) __printflike(1, 2);
86 kassert_panic msg; \
91 kassert_panic msg; \

Completed in 60 milliseconds