Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c1084 static int m_copyback0(struct mbuf **, int, int, const void *, int, int);
7043 m_copyback0(&m0, off, len, cp,
7061 error = m_copyback0(&m0, off, len, cp,
7094 error = m_copyback0(mp, off, len, NULL,
7114 m_copyback0(struct mbuf **mp0, int off, int len, const void *vp, int flags, function