Home
last modified time | relevance | path

Searched refs:mbuf_get (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/nfs/
H A Dnfsm_subs.h199 (E) = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
H A Dnfs_gss.c158 error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, &nmb); in rpc_gss_prepend_32()
194 error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, &mb); in rpc_gss_data_create()
H A Dnfs_socket.c442 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) { in nfsrv_rcv_locked()
/xnu-12377.41.6/bsd/net/
H A Dnet_stubs.c202 STUB(mbuf_get);
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h482 extern errno_t mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf)
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c163 mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_get() function
367 error = mbuf_get(how, type, mbuf); in mbuf_mclget()