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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c693 static int m_copyback0(struct mbuf **, int, int, const void *, int, int);
696 /* flags for m_copyback0 */
5157 m_copyback0(&m0, off, len, cp,
5174 error = m_copyback0(&m0, off, len, cp,
5206 error = m_copyback0(mp, off, len, NULL,
5223 m_copyback0(struct mbuf **mp0, int off, int len, const void *vp, int flags, function
5309 panic("m_copyback0: read-only");

Completed in 29 milliseconds