Home
last modified time | relevance | path

Searched refs:m_mclalloc (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/bsd/sys/
H A Dmbuf.h858 #define MCLALLOC(p, how) ((p) = m_mclalloc(how))
1567 __private_extern__ caddr_t m_mclalloc(int);
/xnu-10002.61.3/bsd/kern/
H A Duipc_mbuf2.c501 mb_cl = m_mclalloc(wait); in m_tag_alloc_mbuf()
H A Dkpi_mbuf.c249 if (*size <= MCLBYTES && (*addr = m_mclalloc(how)) != NULL) { in mbuf_alloccluster()
H A Duipc_mbuf.c4832 m->m_ext.ext_buf = m_mclalloc(wait);
4848 m_mclalloc(int wait) function