Searched refs:_MGET (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 1541 #define _MGET(m, how, type) ((m) = _M_GET(how, type)) macro 1573 _MGET(m, wait, type); in m_getclr() 3000 _MGET(mn, how, m->m_type); in m_prepend() 3510 _MGET(m, M_DONTWAIT, n->m_type); in m_pullup() 3688 _MGET(n, wait, m->m_type); in m_split0()
|