Searched defs:follow (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c55 enum symfollow follow; local
60 follow = (flag & AT_SYMLINK_FOLLOW)? FOLLOW : NO_FOLLOW;
69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE);
H A Dutime.c52 cfutimesat(int fd, char *fname, int nmflag, vattr_t *vap, int flags, int follow) argument
90 follow, NULLVPP, &vp, startvp)) != 0) {
H A Dstat.c65 cstatat_getvp(int fd, char *name, int follow, vnode_t **vp, cred_t **cred) argument
109 if (error = lookupnameat(name, UIO_USERSPACE, follow, NULLVPP,
256 cstatat(int fd, char *name, struct stat *sb, int follow, int flags) argument
264 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
379 cstatat32(int fd, char *name, struct stat32 *sb, int follow, int flags) argument
387 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
487 cstatat64(int fd, char *name, struct stat64 *sb, int follow, int flags) argument
495 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
606 cstatat64_32(int fd, char *name, struct stat64_32 *sb, int follow, int flags) argument
614 link_follow = (follow
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c101 int follow = lstat? AT_SYMLINK_NOFOLLOW : 0; local
133 "/var/adm/utmpx", &nb, follow)) != -1) {
142 "/var/adm/wtmpx", &nb, follow)) != -1) {
160 if ((ret = _syscall(SYS_fstatat, AT_FDCWD, path, &nb, follow)) != -1)
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c382 * follow -- display the file, from an offset, forward.
386 follow(file_info_t *files, enum STYLE style, off_t off) function
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c78 static int iflag = 0; /* follow symlinks */
84 static void follow(char *path);
131 case 'i': /* follow symlinks */
141 /* follow symlinks */
158 follow(argv[optind++]);
267 follow(char *path) function
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c393 int follow = 0, err; local
403 if (follow++ && ((err = token(&str, &slen,
421 if (follow && ((err = token(&str, &slen, &format[fmt])) !=
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c164 ptype(char *prefix, char *type, int follow) argument
180 f_print(fout, "%s ", follow ? fixtype(type) : type);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c34 static void follow(int v);
63 follow(v);
134 /* print sets of chars which may follow positions */
169 follow(int v) function
187 follow(p);
190 follow(p);
195 follow(p);
199 follow(p);
204 follow(p);
208 warning("bad switch follow
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Db.c85 static void follow(Node *);
145 cfoll(f, p1); /* set up follow sets */
303 /* enter follow set of each leaf of vertex v into lfollow[leaf] */
317 follow(v); /* computes setvec and setcnt */
319 overflo("follow set overflow");
381 /* collects leaves that can follow v into setvec */
383 follow(Node *v) function
394 follow(p);
399 follow(p);
405 follow(
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Db.c99 static void follow(NODE *v);
125 cfoll(p1); /* set up follow sets */
157 freetr(NODE *p) /* free parse tree and follow sets */
232 cfoll(NODE *v) /* enter follow set of each leaf of vertex v into foll[leaf] */
244 follow(v);
301 follow(NODE *v) function
302 /* collects leaves that can follow v into setvec */
313 follow(p);
318 case QUEST: follow(p);
324 follow(
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c898 int32_t prev, count, follow; local
902 follow = extractStartCluster(entry);
903 while (follow != cluster && follow >= FIRST_CLUSTER &&
904 follow <= LastCluster) {
905 prev = follow;
907 follow = nextInChain(follow);
909 if (follow != cluster) {
951 if ((follow
1232 int32_t follow; local
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c734 char **cname, int *len, int follow)
756 error = lookuppn(&pn, NULL, follow, dvp, vp);
762 error = lookuppn(&pn, NULL, follow, NULL, vp);
1267 int follow; local
1291 * find out if we need to follow symbolic links.
1293 follow = !(events & FILE_NOFOLLOW);
1301 follow)) != 0) {
1400 NULL, NULL, follow)) == 0) {
733 port_fop_getdvp(void *objptr, vnode_t **vp, vnode_t **dvp, char **cname, int *len, int follow) argument
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c398 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST) macro
414 i = follow(env, rex, cont, s);
477 i = follow(env, rex, cont, s);
537 switch (follow(env, rex, cont, s))
568 switch (follow(env, rex, cont, s))
857 r = follow(env, rex, rex->re.alt_catch.cont, s);
915 switch (follow(env, rex, cont, s))
936 switch (follow(env, rex, cont, s))
976 switch (follow(env, rex, cont, s))
1000 switch (follow(en
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c747 static enum symfollow follow = NO_FOLLOW; local
765 err = lookupnameat(dirname, seg, follow, NULL, vpp, dvp);
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c192 "\t-f follow growth of log file by waiting for additional data\n "
954 pipeline_process(struct fmdump_pipeline *pl, char *logpath, boolean_t follow) argument
998 if (follow) {
1003 } while (follow);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c555 cardbus_phdl_t *follow = NULL; local
559 for (entry = cardbus_phdl_list; entry != NULL; follow = entry,
565 follow->next = entry->next;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c105 ID *follow; /* Array of IDs of following lit expressions */ member in struct:Expr
258 static void follow(Positionset *fpos, Expr *e);
551 follow(Positionset *fpos, Expr *e) function
566 follow(fpos, p);
570 follow(fpos, p);
574 follow(fpos, p);
620 follow(fpos, e);
622 e->follow = (ID *)egmalloc(e->flen * sizeof (ID));
623 p = e->follow;
633 if (p != e->follow
[all...]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1662 pcicfg_phdl_t *follow = NULL; local
1665 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry,
1671 follow->next = entry->next;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h533 follow = 1, enumerator in enum:__anon3641
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1758 pcicfg_phdl_t *follow = NULL; local
1761 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry,
1767 follow->next = entry->next;
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c960 enum symfollow follow; local
976 follow = NO_FOLLOW;
978 follow = FOLLOW;
1010 if (error = lookupnameat(pnamep, seg, follow,
1310 enum symfollow follow; local
1318 follow = NO_FOLLOW;
1320 follow = FOLLOW;
1346 error = lookuppnat(&pn, NULL, follow, &dvp,
1576 vn_linkat(vnode_t *fstartvp, char *from, enum symfollow follow, argument
1594 if (error = lookupnameat(from, seg, follow, NULLVP
[all...]

Completed in 161 milliseconds