Home
last modified time | relevance | path

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

1234

/titanic_53/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.c198 if ((error = pn_get((char *)fname, UIO_USERSPACE, &pn)) != 0) in exec_common()
208 if ((error = pn_get((char *)fname, UIO_USERSPACE, &pn)) != 0) in exec_common()
1233 oldlen, (offset_t)oldoffset, UIO_USERSPACE, 0, in execmap()
1504 if (segflg == UIO_USERSPACE) { in stk_add()
1569 error = stk_add(args, uap->fname, UIO_USERSPACE); in stk_copyin()
1593 if ((error = stk_add(args, sp, UIO_USERSPACE)) != 0) in stk_copyin()
1611 if ((error = stk_add(args, sp, UIO_USERSPACE)) != 0) in stk_copyin()
/titanic_53/usr/src/uts/common/syscall/
H A Dstatvfs.c170 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs()
225 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs64()
299 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statvfs32()
340 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 Dunlink.c63 error = vn_removeat(startvp, name, UIO_USERSPACE, in unlinkat()
H A Dresolvepath.c44 if (error = pn_get(path, UIO_USERSPACE, &lookpn)) in resolvepath()
H A Drename.c64 error = vn_renameat(fstartvp, from, tstartvp, to, UIO_USERSPACE); in renameat()
H A Drw.c164 auio.uio_segflg = UIO_USERSPACE; in read()
302 auio.uio_segflg = UIO_USERSPACE; in write()
445 auio.uio_segflg = UIO_USERSPACE; in pread()
575 auio.uio_segflg = UIO_USERSPACE; in pwrite()
734 auio.uio_segflg = UIO_USERSPACE; in readv()
891 auio.uio_segflg = UIO_USERSPACE; in writev()
1076 auio.uio_segflg = UIO_USERSPACE; in preadv()
1289 auio.uio_segflg = UIO_USERSPACE; in pwritev()
1410 auio.uio_segflg = UIO_USERSPACE; in pread64()
1534 auio.uio_segflg = UIO_USERSPACE; in pwrite64()
H A Dmkdir.c70 error = vn_createat(dname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mkdirat()
H A Dlink.c69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE); in linkat()
H A Dopen.c70 uio_seg_t seg = UIO_USERSPACE; in copen()
163 if (error = pn_get(fname, UIO_USERSPACE, &pn)) { in copen()
H A Dmount.c99 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.c149 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.c74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statfs32()
H A Dutime.c89 if ((error = lookupnameat(fname, UIO_USERSPACE, in cfutimesat()
/titanic_53/usr/src/lib/libbc/inc/include/sys/
H A Duio.h47 #define UIO_USERSPACE 0 /* from user data space */ macro
/titanic_53/usr/src/uts/common/io/ksocket/
H A Dksocket.c211 auio.uio_segflg = UIO_USERSPACE; in ksocket_send()
263 auio.uio_segflg = UIO_USERSPACE; in ksocket_sendto()
312 auio.uio_segflg = UIO_USERSPACE; in ksocket_sendmsg()
370 auio.uio_segflg = UIO_USERSPACE; in ksocket_recv()
423 auio.uio_segflg = UIO_USERSPACE; in ksocket_recvfrom()
474 auio.uio_segflg = UIO_USERSPACE; in ksocket_recvmsg()
/titanic_53/usr/src/lib/libfakekernel/common/
H A Duio.c45 case UIO_USERSPACE: in uiomove()
/titanic_53/usr/src/uts/common/sys/
H A Duio.h93 typedef enum uio_seg { UIO_USERSPACE, UIO_SYSSPACE, UIO_USERISPACE } uio_seg_t; enumerator

1234