HomeSort by relevance Sort by last modified time
    Searched refs:UIO_USERSPACE (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
uio.h 47 #define UIO_USERSPACE 0 /* from user data space */
  /onnv/onnv-gate/usr/src/uts/common/syscall/
link.c 55 if (error = vn_link(from, to, UIO_USERSPACE))
rmdir.c 57 if (error = vn_remove(dname, UIO_USERSPACE, RMDIRECTORY))
unlink.c 57 if (error = vn_remove(fname, UIO_USERSPACE, RMFILE))
101 UIO_USERSPACE, (flags == AT_REMOVEDIR) ? RMDIRECTORY : RMFILE);
mkdir.c 62 error = vn_create(dname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, CRMKDIR,
resolvepath.c 44 if (error = pn_get(path, UIO_USERSPACE, &lookpn))
readlink.c 68 if (error = lookupname(name, UIO_USERSPACE, NO_FOLLOW, NULLVPP, &vp)) {
94 auio.uio_segflg = UIO_USERSPACE;
rename.c 57 if (error = vn_rename(from, to, UIO_USERSPACE))
130 error = vn_renameat(fromvp, old, tovp, new, UIO_USERSPACE);
mknod.c 91 if (error = vn_create(fname, UIO_USERSPACE, &vattr, EXCL, 0, &vp,
mount.c 99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp))
statvfs.c 170 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
225 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
299 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
340 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
symlink.c 67 if (error = pn_get(linkname, UIO_USERSPACE, &lpn))
pathconf.c 149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
umount.c 146 if (error = pn_get(pathp, UIO_USERSPACE, &pn))
chdir.c 77 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
124 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
open.c 68 uio_seg_t seg = UIO_USERSPACE;
133 if (error = pn_get(fname, UIO_USERSPACE, &pn)) {
chown.c 122 if (error = lookupnameat(name, UIO_USERSPACE,
statfs.c 74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
access.c 93 if (error = lookupnameatcred(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp,
rw.c 165 auio.uio_segflg = UIO_USERSPACE;
303 auio.uio_segflg = UIO_USERSPACE;
446 auio.uio_segflg = UIO_USERSPACE;
576 auio.uio_segflg = UIO_USERSPACE;
735 auio.uio_segflg = UIO_USERSPACE;
892 auio.uio_segflg = UIO_USERSPACE;
1020 auio.uio_segflg = UIO_USERSPACE;
1144 auio.uio_segflg = UIO_USERSPACE;
  /onnv/onnv-gate/usr/src/uts/common/os/
move.c 79 case UIO_USERSPACE:
147 case UIO_USERSPACE:
166 case UIO_USERSPACE:
203 case UIO_USERSPACE:
279 case UIO_USERSPACE:
341 case UIO_USERSPACE:
459 if (uioa->uio_segflg != UIO_USERSPACE || rw != UIO_READ) {
inst_sync.c 162 if ((error = vn_open(pathname, UIO_USERSPACE,
182 (void) vn_remove(pathname, UIO_USERSPACE, RMFILE);
  /onnv/onnv-gate/usr/src/uts/common/sys/
uio.h 88 typedef enum uio_seg { UIO_USERSPACE, UIO_SYSSPACE, UIO_USERISPACE } uio_seg_t;
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_vfsops.c 250 error = lookupname(cachedir, UIO_USERSPACE, FOLLOW,
279 error = lookupname(backfs, UIO_USERSPACE, FOLLOW,
592 uap->dir, UIO_USERSPACE,
1199 error = lookupname(cachedir, UIO_USERSPACE, FOLLOW,
1288 error = lookupname(backfs, UIO_USERSPACE, FOLLOW,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ksocket/
ksocket.c 209 auio.uio_segflg = UIO_USERSPACE;
261 auio.uio_segflg = UIO_USERSPACE;
310 auio.uio_segflg = UIO_USERSPACE;
368 auio.uio_segflg = UIO_USERSPACE;
421 auio.uio_segflg = UIO_USERSPACE;
472 auio.uio_segflg = UIO_USERSPACE;

Completed in 240 milliseconds

1 2 3 4