/illumos-gate/usr/src/uts/common/syscall/ |
H A D | resolvepath.c | 47 error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULL, NULL);
|
H A D | link.c | 60 follow = (flag & AT_SYMLINK_FOLLOW)? FOLLOW : NO_FOLLOW;
|
H A D | utime.c | 181 return (cfutimesat(fd, NULL, 2, &vattr, flags, FOLLOW)); 195 (flag & AT_SYMLINK_NOFOLLOW)? NO_FOLLOW : FOLLOW));
|
H A D | mount.c | 99 if (error = lookupname(uap->dir, UIO_USERSPACE, FOLLOW, NULLVPP, &vp))
|
H A D | 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)) {
|
H A D | umount.c | 164 if (error = lookupname(pn.pn_path, UIO_SYSSPACE, FOLLOW,
|
H A D | access.c | 93 if (error = lookupnameatcred(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp,
|
H A D | pathconf.c | 149 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
H A D | chdir.c | 75 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) { 122 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
H A D | stat.c | 264 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; 387 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; 495 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; 614 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
|
H A D | statfs.c | 74 if (error = lookupname(fname, UIO_USERSPACE, FOLLOW, NULLVPP, &vp)) {
|
H A D | open.c | 119 if (error = lookupnameat(fname, seg, FOLLOW,
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | tail.c | 110 #define FOLLOW (1<<2) macro 289 sfset(tp->sp, SF_SHARE, !(flags & FOLLOW)); 434 if (!(flags & FOLLOW) && argv[opt_info.index] && (argv[opt_info.index][0] == '-' || argv[opt_info.index][0] == '+') && !argv[opt_info.index][1]) 489 flags |= FOLLOW; 553 flags |= FOLLOW; 583 flags &= ~FOLLOW; 596 flags &= ~FOLLOW; 598 if ((flags & (FOLLOW|TIMEOUT)) == TIMEOUT) 611 if (flags & FOLLOW)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 79 #define FOLLOW 0x20 macro 81 #define OBITS "\020\1VERIFY\2WHOLE\3YOUNGER\4COMPARE\5REMOVE\6FOLLOW\7IGNLNKS"
|
H A D | main.c | 265 options |= FOLLOW;
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_lookup.c | 116 flags |= FOLLOW; 302 if (cvp->v_type == VLNK && ((flags & FOLLOW) || pn_pathleft(pnp))) { 337 flags |= FOLLOW;
|
/illumos-gate/usr/src/uts/common/gssapi/ |
H A D | gssd_handle.c | 111 FOLLOW, NULLVPP, &vp)) != 0) {
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_pathname.c | 156 int lookup_flags = FOLLOW; 343 * (i.e., we do not pass the FOLLOW flag to lookuppnvp()). This 467 ((flags & FOLLOW) || pn_pathleft(&upn))) { 501 flags |= FOLLOW; 634 int lookup_flags = FOLLOW;
|
/illumos-gate/usr/src/uts/common/exec/java/ |
H A D | java.c | 153 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) {
|
/illumos-gate/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp);
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | lookup.c | 255 flags |= FOLLOW; 452 if (cvp->v_type == VLNK && ((flags & FOLLOW) || pn_pathleft(pnp))) { 492 flags |= FOLLOW; 1346 if (lookuppnvp(&pn, &rpn, FOLLOW, 1371 ret = lookuppnvp(&pn, &rpn, FOLLOW | flags, NULL,
|
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 90 #define FOLLOW 0 macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | dump.c | 173 FOLLOW, NULLVPP, &vp)) != 0)
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | key_call.c | 255 FOLLOW, NULLVPP, &vp)) != 0) {
|
/illumos-gate/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 226 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) {
|