Home
last modified time | relevance | path

Searched defs:KASSERT (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/sys/
H A Drefcount.h39 #define KASSERT(exp, msg) /* */ macro
H A Dsystm.h150 #define KASSERT(exp,msg) do { \ macro
155 #define KASSERT(exp,msg) do { \ macro
/f-stack/freebsd/crypto/rijndael/
H A Drijndael-alg-fst.c37 #define KASSERT(exp, msg) assert(exp) macro
/f-stack/freebsd/netpfil/ipfw/test/
H A Ddn_test.h142 #define KASSERT(x, y) do { if (!(x)) printf y ; exit(0); } while (0) macro
/f-stack/freebsd/kern/
H A Dsubr_acl_nfs4.c54 #define KASSERT(a, b) assert(a) macro
H A Dsubr_unit.c125 #define KASSERT(cond, arg) \ macro
H A Dsubr_sbuf.c62 #define KASSERT(e, m) macro
H A Dsubr_blist.c123 #define KASSERT(a,b) assert(a) macro
H A Dsubr_stats.c185 #define KASSERT(cond, msg) do {} while (0) macro
188 #define KASSERT(cond, msg) do { \ macro
/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c43 #define KASSERT(exp, msg) assert(exp) macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c61 #define KASSERT(exp,msg) assert((exp)) macro