Searched defs:CCASSERT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/netgraph/atm/ccatm/ | ||
| HD | ng_ccatm_cust.h | 46 #define CCASSERT(E, M) KASSERT(E, M) macro |
| /freebsd-11-stable/contrib/ngatm/libngatm/ | ||
| HD | cccust.h | 43 #define CCASSERT(E, M) assert(E) macro |