Home | History | Annotate | Download | only in systat

Lines Matching defs:mb

52 static struct mbstat *mb;
89 if (mb == 0)
94 if (mb->m_mtypes[i] > max) {
95 max = mb->m_mtypes[i];
115 mb->m_mtypes[idx] = 0;
124 if (mb == 0)
125 mb = calloc(1, sizeof (*mb));
132 size_t len = sizeof(*mb);
133 if (sysctlbyname("kern.mbuf.stats", mb, &len, NULL, 0))