Searched refs:m_copyback0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | uipc_mbuf.c | 1093 static int m_copyback0(struct mbuf **, int, int, const void *, int, int); 7080 m_copyback0(&m0, off, len, cp, 7098 error = m_copyback0(&m0, off, len, cp, 7131 error = m_copyback0(mp, off, len, NULL, 7151 m_copyback0(struct mbuf **mp0, int off, int len, const void *vp, int flags, function
|