Searched refs:MBUF_COPYALL (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/bsd/nfs/ |
| H A D | nfs_srvcache.c | 280 error = mbuf_copym(rp->rc_reply, 0, MBUF_COPYALL, MBUF_WAITOK, mrepp); in nfsrv_getcache() 350 error = mbuf_copym(nd->nd_nam, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_nam); in nfsrv_getcache() 420 error = mbuf_copym(repmbuf, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_reply); in nfsrv_updatecache()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | kpi_mbuf.h | 283 #define MBUF_COPYALL 1000000000 macro
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf.c | 2284 _CASSERT(MBUF_COPYALL == M_COPYALL); in mbinit()
|