Home
last modified time | relevance | path

Searched refs:nextfnp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c458 struct fn *nextfnp; in dologname() local
551 buf = fn_s(nextfnp); in dologname()
868 struct fn *nextfnp; in expirefiles() local
910 buf = fn_s(nextfnp); in expirefiles()
927 fn_free(nextfnp); in expirefiles()
937 fn_free(nextfnp); in expirefiles()
948 fn_free(nextfnp); in expirefiles()
963 if (!fn_isgz(nextfnp)) { in expirefiles()
972 fn_s(nextfnp), fcount); in expirefiles()
975 fn_s(nextfnp), "1"); in expirefiles()
[all …]
H A Dglob.c161 struct fn *nextfnp; in glob_glob() local
171 while ((nextfnp = fn_list_next(tmplist)) != NULL) in glob_glob()
172 if (glob_magic(nextfnp)) { in glob_glob()
183 while ((nextfnp = fn_list_next(tmplist)) != NULL) { in glob_glob()
184 newfnp = glob_to_reglob(nextfnp); in glob_glob()
220 struct fn *nextfnp; in glob_reglob() local
259 while ((nextfnp = fn_list_next(ret)) != NULL) { in glob_reglob()
264 if ((dirp = opendir(fn_s(nextfnp))) == NULL) in glob_reglob()
272 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob()
H A Dfn.c477 struct fn *nextfnp; in fn_list_appendrange() local
483 nextfnp = NULL; in fn_list_appendrange()
485 nextfnp = fnp->fn_next; in fn_list_appendrange()
491 fnp = nextfnp; in fn_list_appendrange()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2336 if ((nextfnp = currfnp->fn_next) != NULL) { in unmount_subtree()
2337 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()
2340 currfnp = nextfnp; in unmount_subtree()
2350 nextfnp = currfnp->fn_parent; in unmount_subtree()
2351 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()
2353 currfnp = nextfnp; in unmount_subtree()
2393 if ((nextfnp = currfnp->fn_trigger) != NULL) { in unmount_subtree()
2394 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()
2397 currfnp = nextfnp; in unmount_subtree()
2403 VN_HOLD(fntovn(nextfnp)); in unmount_subtree()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c4235 nfs4_fname_t *nextfnp; in fn_path() local
4251 nextfnp = fnp->fn_parent; in fn_path()
4252 if (nextfnp != NULL) in fn_path()
4253 fn_hold(nextfnp); in fn_path()
4256 fnp = nextfnp; in fn_path()