Home
last modified time | relevance | path

Searched refs:UIO_USERSPACE (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/os/
H A Dmove.c79 case UIO_USERSPACE: in uiomove()
147 case UIO_USERSPACE: in uio_prefaultpages()
166 case UIO_USERSPACE: in uio_prefaultpages()
203 case UIO_USERSPACE: in uiocopy()
279 case UIO_USERSPACE: in ureadc()
341 case UIO_USERSPACE: in uwritec()
459 if (uioa->uio_segflg != UIO_USERSPACE || rw != UIO_READ) { in uioamove()
H A Dinst_sync.c165 if ((error = vn_open(pathname, UIO_USERSPACE, in in_sync_sys()
185 (void) vn_remove(pathname, UIO_USERSPACE, RMFILE); in in_sync_sys()
H A Dexec.c293 if ((error = pn_get((char *)fname, UIO_USERSPACE, &pn)) != 0) in exec_common()
304 if ((error = pn_get((char *)fname, UIO_USERSPACE, in exec_common()
1346 oldlen, (offset_t)oldoffset, UIO_USERSPACE, 0, in execmap()
1617 if (segflg == UIO_USERSPACE) { in stk_add()
1695 error = stk_add(args, uap->fname, UIO_USERSPACE); in stk_copyin()
1719 if ((error = stk_add(args, sp, UIO_USERSPACE)) != 0) in stk_copyin()
1737 if ((error = stk_add(args, sp, UIO_USERSPACE)) != 0) in stk_copyin()
/illumos-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c168 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs()
223 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs64()
297 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs32()
338 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs64_32()
H A Dreadlink.c75 if (error = lookupnameat(name, UIO_USERSPACE, NO_FOLLOW, in readlinkat()
103 auio.uio_segflg = UIO_USERSPACE; in readlinkat()
H A Dchdir.c75 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in chdir()
122 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in chroot()
H A Dresolvepath.c44 if (error = pn_get(path, UIO_USERSPACE, &lookpn)) in resolvepath()
H A Dunlink.c63 error = vn_removeat(startvp, name, UIO_USERSPACE, in unlinkat()
H A Drename.c64 error = vn_renameat(fstartvp, from, tstartvp, to, UIO_USERSPACE); in renameat()
H A Dmkdir.c70 error = vn_createat(dname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mkdirat()
H A Drw.c165 auio.uio_segflg = UIO_USERSPACE; in read()
303 auio.uio_segflg = UIO_USERSPACE; in write()
446 auio.uio_segflg = UIO_USERSPACE; in pread()
576 auio.uio_segflg = UIO_USERSPACE; in pwrite()
760 auio.uio_segflg = UIO_USERSPACE; in readv()
951 auio.uio_segflg = UIO_USERSPACE; in writev()
1164 auio.uio_segflg = UIO_USERSPACE; in preadv()
1382 auio.uio_segflg = UIO_USERSPACE; in pwritev()
1505 auio.uio_segflg = UIO_USERSPACE; in pread64()
1629 auio.uio_segflg = UIO_USERSPACE; in pwrite64()
H A Dopen.c71 uio_seg_t seg = UIO_USERSPACE; in copen()
164 if (error = pn_get(fname, UIO_USERSPACE, &pn)) { in copen()
H A Dlink.c69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE); in linkat()
H A Dmount.c97 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) in mount()
H A Dmknod.c101 error = vn_createat(fname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mknodat()
H A Dumount.c145 if (error = pn_get(pathp, UIO_USERSPACE, &pn)) in umount2()
H A Dsymlink.c74 if (error = pn_get(linkname, UIO_USERSPACE, &lpn)) in symlinkat()
H A Dpathconf.c147 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in pathconf()
H A Daccess.c93 if (error = lookupnameatcred(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp, in caccess()
H A Dstatfs.c72 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statfs32()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c105 auio.uio_segflg = UIO_USERSPACE; in fake_pread()
179 auio.uio_segflg = UIO_USERSPACE; in fake_pwrite()
H A Dfake_getdents.c82 auio.uio_segflg = UIO_USERSPACE; in fake_getdents()
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c209 auio.uio_segflg = UIO_USERSPACE; in ksocket_send()
261 auio.uio_segflg = UIO_USERSPACE; in ksocket_sendto()
310 auio.uio_segflg = UIO_USERSPACE; in ksocket_sendmsg()
368 auio.uio_segflg = UIO_USERSPACE; in ksocket_recv()
421 auio.uio_segflg = UIO_USERSPACE; in ksocket_recvfrom()
472 auio.uio_segflg = UIO_USERSPACE; in ksocket_recvmsg()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Duio.c48 case UIO_USERSPACE: in uiomove()
/illumos-gate/usr/src/uts/common/sys/
H A Duio.h93 typedef enum uio_seg { UIO_USERSPACE, UIO_SYSSPACE, UIO_USERISPACE } uio_seg_t; enumerator

1234