Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_mbuf.c813 static int m_copyback0(struct mbuf **, int, int, const void *, int, int);
6032 m_copyback0(&m0, off, len, cp,
6050 error = m_copyback0(&m0, off, len, cp,
6083 error = m_copyback0(mp, off, len, NULL,
6103 m_copyback0(struct mbuf **mp0, int off, int len, const void *vp, int flags, function