Searched refs:extbuf (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kpi_mbuf.c | 156 caddr_t extbuf, void (*extfree)(caddr_t, u_int, caddr_t), in mbuf_attachcluster() argument 159 if (mbuf == NULL || extbuf == NULL || extfree == NULL || extsize == 0) { in mbuf_attachcluster() 163 if ((*mbuf = m_clattach(*mbuf, type, extbuf, in mbuf_attachcluster() 175 caddr_t extbuf = NULL; in mbuf_ring_cluster_alloc() local 182 if ((err = mbuf_alloccluster(how, size, &extbuf)) != 0) { in mbuf_ring_cluster_alloc() 186 if ((*mbuf = m_clattach(*mbuf, type, extbuf, in mbuf_ring_cluster_alloc() 188 mbuf_freecluster(extbuf, *size); in mbuf_ring_cluster_alloc()
|
| H A D | uipc_mbuf.c | 3897 m_clattach(struct mbuf *m, int type, caddr_t extbuf, argument 3976 MEXT_INIT(m, extbuf, extsize, extfree, extarg, rfa, 3979 MEXT_INIT(m, extbuf, extsize, extfree, (caddr_t)m, rfa, 8359 caddr_t extbuf; local 8369 extbuf = m->m_ext.ext_buf; 8374 VERIFY(extbuf != NULL && rfa != NULL); 8383 MEXT_INIT(m, extbuf, extsize, extfree, (caddr_t)m, rfa,
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | kpi_mbuf.h | 427 mbuf_t *mbuf, caddr_t extbuf, void (*extfree)(caddr_t, u_int, caddr_t),
|