/titanic_41/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 170 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 D | chdir.c | 75 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 D | mount.c | 99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) in mount()
|
H A D | umount.c | 165 NULLVPP, &fsrootvp)) { in umount2()
|
H A D | pathconf.c | 149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in pathconf()
|
H A D | symlink.c | 78 if (error = lookuppnat(&lpn, NULL, NO_FOLLOW, &dvp, NULLVPP, startvp)) { in symlinkat()
|
H A D | access.c | 93 if (error = lookupnameatcred(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp, in caccess()
|
H A D | readlink.c | 76 NULLVPP, &vp, startvp)) { in readlinkat()
|
H A D | statfs.c | 74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { in statfs32()
|
H A D | utime.c | 90 follow, NULLVPP, &vp, startvp)) != 0) { in cfutimesat()
|
H A D | open.c | 120 NULLVPP, &vp, startvp)) in copen()
|
H A D | acl.c | 78 error = lookupname((char *)fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp); in acl()
|
/titanic_41/usr/src/uts/common/gssapi/ |
H A D | gssd_handle.c | 111 FOLLOW, NULLVPP, &vp)) != 0) { in getgssd_handle()
|
/titanic_41/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp); in shbinexec()
|
/titanic_41/usr/src/uts/common/exec/java/ |
H A D | java.c | 153 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in javaexec()
|
/titanic_41/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 204 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in intpexec()
|
/titanic_41/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 294 UIO_SYSSPACE, FOLLOW, NULLVPP, &vp)) != 0) { in cpr_verify_statefile_path() 349 UIO_SYSSPACE, FOLLOW, NULLVPP, &vp)) != 0) { in cpr_verify_statefile_path() 399 UIO_SYSSPACE, FOLLOW, NULLVPP, &vp)) != 0) { in cpr_verify_statefile_path()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | dump.c | 173 FOLLOW, NULLVPP, &vp)) != 0) in dump_ioctl()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 251 NULLVPP, &cachedirvp); in cachefs_mount() 280 NULLVPP, &backrootvp); in cachefs_mount() 1200 NULLVPP, &cachedirvp); in cachefs_remount() 1289 NULLVPP, &backrootvp); in cachefs_remount()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 91 #define NULLVPP NULL macro
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | key_call.c | 255 FOLLOW, NULLVPP, &vp)) != 0) { in key_call()
|
/titanic_41/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 190 NULLVPP, &nvp)) { in aoutexec()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 56 if (lookupname("/dev/udp", UIO_SYSSPACE, FOLLOW, NULLVPP, &kkvp) == 0) { in rds_do_ip_ioctl()
|
/titanic_41/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 332 if (devfs_lookupname(dirpath, NULLVPP, &dirvp)) { in devfs_dip_to_dvnode()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 236 UIO_USERSPACE, FOLLOW, NULLVPP, &avp)) { in sdev_mount()
|