Searched refs:m_copyback0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 1089 static int m_copyback0(struct mbuf **, int, int len, const void * __sized_by_or_null(len), int, int… 7095 m_copyback0(&m0, off, len, cp, 7113 error = m_copyback0(&m0, off, len, cp, 7146 error = m_copyback0(mp, off, len, NULL, 7166 m_copyback0(struct mbuf **mp0, int off, int len0, const void *vp __sized_by_or_null(len0), int flag… function
|