Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c813 static int m_copyback0(struct mbuf **, int, int, const void *, int, int);
6004 m_copyback0(&m0, off, len, cp,
6022 error = m_copyback0(&m0, off, len, cp,
6055 error = m_copyback0(mp, off, len, NULL,
6075 m_copyback0(struct mbuf **mp0, int off, int len, const void *vp, int flags, function