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

/freebsd-11-stable/sys/sys/
H A Drefcount.h37 #define KASSERT(exp, msg) /* */ macro
H A Dsystm.h86 #define KASSERT(exp,msg) do { \ macro
97 #define KASSERT(exp,msg) do { \ macro
/freebsd-11-stable/tests/sys/kern/acct/
H A Dacct_test.c45 #define KASSERT(val, msg) assert(val) macro
/freebsd-11-stable/sys/dev/random/
H A Dunit_test.h87 #define KASSERT(exp,msg) do { \ macro
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-alg-fst.c37 #define KASSERT(exp, msg) assert(exp) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dasmacros.h179 #define KASSERT(r1, msg) \ macro
185 #define KASSERT(r1, msg) macro
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_lock.c52 #define KASSERT(foo, bar) do { if(!(foo)) { warn bar ; exit (1); } } while (0) macro
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h143 #define KASSERT(x, y) do { if (!(x)) printf y ; exit(0); } while (0) macro
/freebsd-11-stable/sys/ufs/ufs/
H A Dextattr.h155 #define KASSERT(cond, str) do { \ macro
/freebsd-11-stable/sys/crypto/camellia/
H A Dcamellia.c43 #define KASSERT(exp, msg) assert(exp) macro
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c110 #define KASSERT(cond, arg) \ macro
[all...]
H A Dsubr_sbuf.c60 #define KASSERT(e, m) macro
[all...]
H A Dsubr_acl_nfs4.c53 #define KASSERT(a, b) assert(a) macro
[all...]
/freebsd-11-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c70 #define KASSERT(c, msg) do { \ macro
/freebsd-11-stable/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-11-stable/sbin/gbde/
H A Dgbde.c94 #define KASSERT(foo, bar) do { if(!(foo)) { warn bar ; exit (1); } } while (0) macro
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c53 #define KASSERT(exp,msg) assert((exp)) macro
[all...]
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h76 #define KASSERT(...) macro

Completed in 683 milliseconds