Searched refs:m_mbtypes (Results 1 – 1 of 1) sorted by relevance
47 static u_long *m_mbtypes; variable104 if (m_mbtypes[i] > max) { in showmbufs()105 max = m_mbtypes[i]; in showmbufs()131 mb->m_mbufs -= m_mbtypes[idx]; in showmbufs()132 m_mbtypes[idx] = 0; in showmbufs()161 if ((m_mbtypes = calloc(1, mbtypeslen)) == NULL) { in initmbufs()165 nmbtypes = mbtypeslen / sizeof(*m_mbtypes); in initmbufs()187 len = nmbtypes * sizeof *m_mbtypes; in fetchmbufs()188 if (sysctlbyname("kern.ipc.mbtypes", m_mbtypes, &len, 0, 0) < 0) in fetchmbufs()