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

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c163 struct fn *nextfnp; local
173 while ((nextfnp = fn_list_next(tmplist)) != NULL)
174 if (glob_magic(nextfnp)) {
185 while ((nextfnp = fn_list_next(tmplist)) != NULL) {
186 newfnp = glob_to_reglob(nextfnp);
222 struct fn *nextfnp; local
261 while ((nextfnp = fn_list_next(ret)) != NULL) {
266 if ((dirp = opendir(fn_s(nextfnp))) == NULL)
274 struct fn *matchfnp = fn_dup(nextfnp);
H A Dmain.c454 struct fn *nextfnp; local
546 while ((nextfnp = fn_list_next(logfiles)) != NULL)
547 buf = fn_s(nextfnp);
558 while ((nextfnp = fn_list_next(globbedfiles)) != NULL)
559 if (rotatelog(nextfnp, allopts))
560 expirefiles(nextfnp, allopts);
863 struct fn *nextfnp; local
904 while ((nextfnp = fn_list_next(files)) != NULL)
905 buf = fn_s(nextfnp);
919 ((nextfnp
[all...]
H A Dfn.c479 struct fn *nextfnp; local
485 nextfnp = NULL;
487 nextfnp = fnp->fn_next;
493 fnp = nextfnp;
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2282 fnnode_t *nextfnp; /* next examined node in the tree */ local
2334 if ((nextfnp = currfnp->fn_next) != NULL) {
2335 VN_HOLD(fntovn(nextfnp));
2338 currfnp = nextfnp;
2348 nextfnp = currfnp->fn_parent;
2349 VN_HOLD(fntovn(nextfnp));
2351 currfnp = nextfnp;
2391 if ((nextfnp = currfnp->fn_trigger) != NULL) {
2392 VN_HOLD(fntovn(nextfnp));
2395 currfnp = nextfnp;
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c4251 nfs4_fname_t *nextfnp; local
4267 nextfnp = fnp->fn_parent;
4268 if (nextfnp != NULL)
4269 fn_hold(nextfnp);
4272 fnp = nextfnp;

Completed in 76 milliseconds