uipc_mbuf.c | 535 m_get(int how, int type) function in typeref:struct:mbuf * 570 m = m_get(how, type); 600 if ((m = m_get(how, type)) == NULL) 674 mp = m_get(how, type); 700 mn = m_get(how, m->m_type); 779 n = m_get(wait, m->m_type); 852 n = m_get(how, m->m_type); 869 o = m_get(how, m->m_type); 1063 m = m_get(M_DONTWAIT, n->m_type); 1241 o = m_get(M_DONTWAIT, m->m_type) [all...] |