Searched refs:mbuf_mclget (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h467 mbuf_mclget will not free it.
480 @function mbuf_mclget
484 mbuf_mclget may return a different mbuf_t than the one you
492 mbuf_mclget will not free it.
494 extern errno_t mbuf_mclget(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c219 errno_t mbuf_mclget(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) function
1079 mbuf_mclget(how, m->m_type, &n);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_boot.c392 error = mbuf_mclget(MBUF_WAITOK, MBUF_TYPE_DATA, m);
H A Dnfsm_subs.h204 (E) = mbuf_mclget(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \

Completed in 40 milliseconds