Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsodirect.c177 if (!uioamove(mp1->b_rptr, len, UIO_READ, uioap)) { in sod_uioa_mblk_init()
296 error = uioamove(wbp->b_rptr, len, in sod_uioa_so_init()
/titanic_44/usr/src/uts/common/sys/
H A Duio.h250 int uioamove(void *, size_t, enum uio_rw, uioa_t *);
/titanic_44/usr/src/uts/common/os/
H A Dmove.c443 uioamove(void *p, size_t n, enum uio_rw rw, uioa_t *uioa) in uioamove() function