Searched refs:m_unmappedtouio (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 631 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 D | uipc_socket.c | 2204 error = m_unmappedtouio(m, moff, uio, (int)len);
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 827 int m_unmappedtouio(const struct mbuf *, int, struct uio *, int);
|