Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/nfs/
H A Dnfsm_subs.h197 (E) = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
H A Dnfs_gss.c155 error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, &nmb); in rpc_gss_prepend_32()
191 error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, &mb); in rpc_gss_data_create()
H A Dnfs_socket.c408 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) { in nfsrv_rcv_locked()
/xnu-10063.141.1/bsd/net/
H A Dnet_stubs.c199 STUB(mbuf_get);
/xnu-10063.141.1/bsd/sys/
H A Dkpi_mbuf.h384 extern errno_t mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf)
/xnu-10063.141.1/bsd/kern/
H A Dkpi_mbuf.c139 mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_get() function
345 error = mbuf_get(how, type, mbuf); in mbuf_mclget()