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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_srvcache.c272 error = mbuf_copym(rp->rc_reply, 0, MBUF_COPYALL, MBUF_WAITOK, mrepp);
343 error = mbuf_copym(nd->nd_nam, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_nam);
410 error = mbuf_copym(repmbuf, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_reply);
H A Dkrpc_subr.c365 if ((error = mbuf_copym(mhead, 0, MBUF_COPYALL, MBUF_WAITOK, &m)))
H A Dnfs_socket.c2945 error = mbuf_copym(req->r_mhead, 0, MBUF_COPYALL,
4937 if ((error = mbuf_copym(mreq, 0, MBUF_COPYALL, MBUF_WAITOK, &m)))
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h273 #define MBUF_COPYALL 1000000000 macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c1364 _CASSERT(MBUF_COPYALL == M_COPYALL);

Completed in 97 milliseconds