Searched defs:KASSERT (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | refcount.h | 39 #define KASSERT(exp, msg) /* */ macro
|
| H A D | systm.h | 150 #define KASSERT(exp,msg) do { \ macro 155 #define KASSERT(exp,msg) do { \ macro
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 37 #define KASSERT(exp, msg) assert(exp) macro
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | dn_test.h | 142 #define KASSERT(x, y) do { if (!(x)) printf y ; exit(0); } while (0) macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 54 #define KASSERT(a, b) assert(a) macro
|
| H A D | subr_unit.c | 125 #define KASSERT(cond, arg) \ macro
|
| H A D | subr_sbuf.c | 62 #define KASSERT(e, m) macro
|
| H A D | subr_blist.c | 123 #define KASSERT(a,b) assert(a) macro
|
| H A D | subr_stats.c | 185 #define KASSERT(cond, msg) do {} while (0) macro 188 #define KASSERT(cond, msg) do { \ macro
|
| /f-stack/freebsd/crypto/camellia/ |
| H A D | camellia.c | 43 #define KASSERT(exp, msg) assert(exp) macro
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 61 #define KASSERT(exp,msg) assert((exp)) macro
|