Searched refs:MBUF_COPYALL (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/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-12377.41.6/bsd/sys/ |
| H A D | kpi_mbuf.h | 300 #define MBUF_COPYALL 1000000000 macro
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 1406 static_assert(MBUF_COPYALL == M_COPYALL); in mbinit()
|
| H A D | uipc_mbuf_mcache.c | 1039 static_assert(MBUF_COPYALL == M_COPYALL); in mbinit()
|