Searched refs:MCF_AUDIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h213 #define MCF_AUDIT 0x00000002 /* enable transaction auditing */ macro
216 #define MCF_DEBUG (MCF_VERIFY | MCF_AUDIT)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c270 if ((flags & MCF_AUDIT) && mca_dump_buf == NULL) {
564 if ((cp->mc_flags & MCF_AUDIT) && cp->mc_slab_audit != NULL)
682 if ((cp->mc_flags & MCF_AUDIT) && cp->mc_slab_audit != NULL)
902 if (flags & MCF_AUDIT) {
961 if (flags & MCF_AUDIT) {
H A Duipc_mbuf.c264 * translates to the mcache flags (MCF_VERIFY | MCF_AUDIT). Additionally,
1030 if (mbuf_debug & MCF_AUDIT) {

Completed in 87 milliseconds