Symbol: KASSERT
common/lib/libc/gen/ptree.c
52
#define KASSERT(e) assert(e)
common/lib/libc/gen/ptree.c
54
#define KASSERT(e) do { } while (0)
common/lib/libc/gen/radixtree.c
132
#define KASSERT assert
common/lib/libc/gen/radixtree.c
134
#define KASSERT(a) /* nothing */
common/lib/libc/gen/rbtree.c
46
#define KASSERT(s) assert(s)
common/lib/libc/gen/rbtree.c
48
#define KASSERT(s) do { } while (/*CONSTCOND*/ 0)
common/lib/libc/gen/rpst.c
58
#define KASSERT assert
common/lib/libc/gen/rpst.c
60
#define KASSERT(a)
common/lib/libx86emu/x86emu_i8254.c
36
#define KASSERT(x) assert(x)
regress/sys/uvm/pdsim/pdsim.h
109
#define KASSERT(x) assert(x)
sbin/fsck_lfs/lfs_user.h
59
#define KASSERT assert
sys/crypto/adiantum/adiantum.c
84
#define KASSERT assert
sys/crypto/aes/aes_bear.c
41
#define KASSERT assert
sys/crypto/aes/aes_bear64.c
41
#define KASSERT assert
sys/crypto/aes/arch/arm/aes_armv8.c
41
#define KASSERT assert
sys/crypto/aes/arch/arm/aes_neon_subr.c
40
#define KASSERT assert
sys/crypto/aes/arch/x86/aes_ni.c
40
#define KASSERT assert
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
43
#define KASSERT assert
sys/crypto/aes/arch/x86/aes_ssse3_subr.c
39
#define KASSERT assert
sys/crypto/aes/arch/x86/aes_via.c
43
#define KASSERT assert
sys/ddb/db_user.h
51
#define KASSERT assert
sys/fs/cd9660/cd9660_util.c
65
#define KASSERT(x) assert(x) /* XXX for <fs/unicode.h> */
sys/fs/msdosfs/msdosfs_conv.c
57
#define KASSERT(x) assert(x)
sys/kern/subr_acl_nfs4.c
67
#define KASSERT(a) assert(a)
sys/kern/subr_extent.c
101
#define KASSERT(exp)
sys/kern/subr_time_arith.c
91
#define KASSERT assert
sys/kern/subr_vmem.c
126
#define KASSERT(a) assert(a)
sys/kern/vfs_wapbl.c
91
#define KASSERT(x) assert(x)
sys/lib/libkern/libkern.h
272
#define KASSERT(e) /* NOTHING */
sys/lib/libkern/libkern.h
281
#define KASSERT(e) ((void)sizeof((long)(e)))
sys/lib/libkern/libkern.h
290
#define KASSERT(e) (__predict_true((e)) ? (void)0 : \
sys/netinet/cpu_in_cksum.c
44
#define KASSERT(x) assert(x)
sys/rump/net/lib/libshmif/shmif_busops.c
46
#define KASSERT(a) assert(a)
sys/ufs/ffs/ffs_appleufs.c
52
#define KASSERT(x) assert(x)
sys/ufs/lfs/lfs_accessors.h
159
#define KASSERT assert
tests/sys/uvm/t_uvm_physseg.c
89
#define KASSERT(e) /* NOTHING */
tests/sys/uvm/t_uvm_physseg.c
91
#define KASSERT(a) assert(a)
tests/sys/uvm/t_uvm_physseg_load.c
89
#define KASSERT(e) /* NOTHING */
tests/sys/uvm/t_uvm_physseg_load.c
91
#define KASSERT(a) assert(a)
usr.sbin/makefs/ffs/buf.h
120
#define KASSERT(a)