Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c410 static int m_copyback0(struct mbuf **, int, int len, const void * __sized_by_or_null(len), int, int…
3768 m_copyback0(&m0, off, len, cp, in m_copyback()
3786 error = m_copyback0(&m0, off, len, cp, in m_copyback_cow()
3813 error = m_copyback0(mp, off, len, NULL, in m_makewritable()
3833 m_copyback0(struct mbuf **mp0, int off, int len0, const void *vp __sized_by_or_null(len0), int flag… in m_copyback0() function