Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dkassert.h143 #define KASSERT(exp,msg) do { \ macro
148 #define KASSERT(exp,msg) do { \ macro
/freebsd/sys/dev/random/
H A Dunit_test.h84 #define KASSERT(exp,msg) do { \ macro
H A Dhash.c46 #define KASSERT(x, y) assert(x) macro
/freebsd/tests/sys/kern/acct/
H A Dacct_test.c42 #define KASSERT(val, msg) assert(val) macro
/freebsd/sys/crypto/rijndael/
H A Drijndael-alg-fst.c35 #define KASSERT(exp, msg) assert(exp) macro
/freebsd/sys/geom/bde/
H A Dg_bde_lock.c
/freebsd/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c89 #define KASSERT(e) /* NOTHING */ macro
91 #define KASSERT(a) assert(a) macro
H A Dt_uvm_physseg.c89 #define KASSERT(e) /* NOTHING */ macro
91 #define KASSERT(a) assert(a) macro
/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h141 #define KASSERT(x, y) do { if (!(x)) printf y ; exit(0); } while (0) macro
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c68 #define KASSERT(c, msg) do { \ macro
/freebsd/sbin/gbde/
H A Dgbde.c
/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c52 #define KASSERT(a, b) assert(a) macro
H A Dsubr_sbuf.c59 #define KASSERT(e, m) macro
H A Dsubr_blist.c121 #define KASSERT(a,b) assert(a) macro
H A Dsubr_unit.c110 #define KASSERT(cond, arg) \ macro
H A Dsubr_stats.c180 #define KASSERT(cond, msg) do {} while (0) macro
183 #define KASSERT(cond, msg) do { \ macro
/freebsd/sys/crypto/camellia/
H A Dcamellia.c40 #define KASSERT(exp, msg) assert(exp) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h79 #define KASSERT(...) macro
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c58 #define KASSERT(exp,msg) assert((exp)) macro