Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dmbuf.h799 #define MCLALLOC(p, how) ((p) = m_mclalloc(how))
1489 __private_extern__ caddr_t m_mclalloc(int);
/xnu-8020.101.4/bsd/kern/
H A Duipc_mbuf2.c433 t = (struct m_tag *)(void *)m_mclalloc(wait); in m_tag_alloc()
H A Dkpi_mbuf.c247 if (*size <= MCLBYTES && (*addr = m_mclalloc(how)) != NULL) { in mbuf_alloccluster()
H A Duipc_mbuf.c4030 m->m_ext.ext_buf = m_mclalloc(wait);
4041 m_mclalloc(int wait) function