Searched refs:mbuf_get (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c266 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &m)))
291 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &nam)))
H A Dnfsm_subs.h206 (E) = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
H A Dnfs_socket.c5656 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) {
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h362 @function mbuf_get
369 extern errno_t mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c97 errno_t mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) function
226 error = mbuf_get(how, type, mbuf);

Completed in 87 milliseconds