Searched refs:kassert_panic (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | kassert.h | 71 kassert_panic msg; \ 78 kassert_panic msg; \ 129 # define kassert_panic printf macro 133 void kassert_panic(const char *fmt, ...) __printflike(1, 2); 135 # define kassert_panic panic macro 146 kassert_panic msg; \
|
/freebsd/sys/kern/ |
H A D | subr_witness.c | 881 kassert_panic("%s: lock (%s) %s can not be recursable", in witness_init() 885 kassert_panic("%s: lock (%s) %s can not be sleepable", in witness_init() 889 kassert_panic("%s: lock (%s) %s can not be upgradable", in witness_init() 1130 kassert_panic("acquiring blockable sleep lock with " in witness_checkorder() 1174 kassert_panic("excl->share"); in witness_checkorder() 1183 kassert_panic("share->excl"); in witness_checkorder() 1193 kassert_panic("interlock (%s) %s not locked @ %s:%d", in witness_checkorder() 1197 kassert_panic("interlock (%s) %s recursed @ %s:%d", in witness_checkorder() 1570 kassert_panic( in witness_upgrade() 1575 kassert_panic( in witness_upgrade() [all …]
|
H A D | kern_shutdown.c | 813 kassert_panic(const char *fmt, ...) in kassert_panic() function
|
/freebsd/sys/dev/tcp_log/ |
H A D | tcp_log_dev.c | 120 kassert_panic("%s:%d: unknown queue lock state", __func__, in tcp_log_dev_queue_validate_lock()
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 372 kassert_panic("%s:%d: unknown tree lock state", __func__, in RB_GENERATE_STATIC() 387 kassert_panic("%s:%d: error removing element from tree", in tcp_log_remove_bucket()
|