Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Duio.h95 int uiomove_frombuf(void *buf, int buflen, struct uio *uio);
/f-stack/tools/compat/include/sys/
H A Duio.h107 int uiomove_frombuf(void *buf, int buflen, struct uio *uio);
/f-stack/freebsd/kern/
H A Dsubr_uio.c290 uiomove_frombuf(void *buf, int buflen, struct uio *uio) in uiomove_frombuf() function
H A Duipc_mqueue.c1360 error = uiomove_frombuf(buf, len, uio); in mqfs_read()