gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:KASSERT (0.07 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
202: #define KASSERTMSG(e, msg)      /* NOTHING */
203: #define KASSERT(e)              /* NOTHING */
204: #else /* !lint */
More results from libkern.h
bsd_source/t2ex/network/net/src_bsd/netinet/cpu_in_cksum.c - 14.3KB - 386 lines
43: 
44: #define KASSERT(x) assert(x)
45: #endif