Searched refs:mca_next (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h225 struct mcache_audit *mca_next; /* next audit struct */ member in struct:mcache_audit
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c5112 next = mca->mca_next;
5114 mca->mca_next = next;
5127 mca = mca->mca_next;
5133 *mca_list = mca_tail->mca_next;
5134 mca_tail->mca_next = NULL;

Completed in 22 milliseconds