Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmcache.h338 #define MCF_TRACE 0x00000002 /* enable transaction auditing */ macro
343 #define MCF_DEBUG (MCF_VERIFY | MCF_TRACE)
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1698 mcltrace = (mbuf_debug & MCF_TRACE); in mbinit()