Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1118 u_int32_t m_mcfail; /* times m_copym failed */ member
1141 u_int32_t m_mcfail; /* times m_copym failed */ member
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c1240 stats->mcfail = mbstat.m_mcfail; in mbuf_stats()