Home
last modified time | relevance | path

Searched refs:MCF_VERIFY (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dmcache.h218 #define MCF_VERIFY 0x00000001 /* enable verification */ macro
224 #define MCF_DEBUG (MCF_VERIFY | MCF_TRACE)
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf_mcache.c1113 mclverify = (mbuf_debug & MCF_VERIFY); in mbinit()