Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mbuf.c631 error = m_unmappedtouio(m, off, &uio, len); in m_copyfromunmapped()
1819 m_unmappedtouio(const struct mbuf *m, int m_off, struct uio *uio, int len) in m_unmappedtouio() function
1872 m_unmappedtouio(const struct mbuf *m, int m_off, struct uio *uio, int len) in m_unmappedtouio() function
1897 error = m_unmappedtouio(m, 0, uio, length); in m_mbuftouio()
H A Duipc_socket.c2204 error = m_unmappedtouio(m, moff, uio, (int)len);
/f-stack/freebsd/sys/
H A Dmbuf.h827 int m_unmappedtouio(const struct mbuf *, int, struct uio *, int);