Searched refs:kassert_panic (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | kassert.h | 49 kassert_panic msg; \ 56 kassert_panic msg; \ 107 # define kassert_panic printf macro 111 void kassert_panic(const char *fmt, ...) __printflike(1, 2); 113 # define kassert_panic panic macro 124 kassert_panic msg; \
|
| /freebsd-14-stable/sys/kern/ |
| HD | subr_witness.c | 889 kassert_panic("%s: lock (%s) %s can not be recursable", in witness_init() 893 kassert_panic("%s: lock (%s) %s can not be sleepable", in witness_init() 897 kassert_panic("%s: lock (%s) %s can not be upgradable", in witness_init() 1139 kassert_panic("acquiring blockable sleep lock with " in witness_checkorder() 1183 kassert_panic("excl->share"); in witness_checkorder() 1192 kassert_panic("share->excl"); in witness_checkorder() 1202 kassert_panic("interlock (%s) %s not locked @ %s:%d", in witness_checkorder() 1206 kassert_panic("interlock (%s) %s recursed @ %s:%d", in witness_checkorder() 1579 kassert_panic( in witness_upgrade() 1584 kassert_panic( in witness_upgrade() [all …]
|
| HD | kern_shutdown.c | 817 kassert_panic(const char *fmt, ...) in kassert_panic() function
|
| /freebsd-14-stable/sys/dev/tcp_log/ |
| HD | tcp_log_dev.c | 121 kassert_panic("%s:%d: unknown queue lock state", __func__, in tcp_log_dev_queue_validate_lock()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_log_buf.c | 364 kassert_panic("%s:%d: unknown tree lock state", __func__, in RB_GENERATE_STATIC() 379 kassert_panic("%s:%d: error removing element from tree", in tcp_log_remove_bucket()
|