Home
last modified time | relevance | path

Searched refs:fn_next (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c59 struct fn *fn_next; /* next in list */ member
84 fnp->fn_next = NULL; in fn_new()
403 fnp->fn_next = NULL; in fn_list_addfn()
407 fnlp->fnl_last->fn_next = fnp; in fn_list_addfn()
432 fnlp->fnl_rptr = fnlp->fnl_rptr->fn_next; in fn_list_next()
453 nextfnp2 = fnp2->fn_next; in fn_list_addfn_list()
485 nextfnp = fnp->fn_next; in fn_list_appendrange()
540 fnlp->fnl_first = ret->fn_next; in fn_list_popoldest()
544 if (fnp->fn_next == ret) { in fn_list_popoldest()
545 fnp->fn_next = ret->fn_next; in fn_list_popoldest()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c79 struct filename *fn_next; member
202 for (fnp = fnanchor; fnp; fnp = fnp->fn_next) { in main()
440 fnp->fn_next = NULL; in getmntnames()
442 fnpc->fn_next = fnp; in getmntnames()
462 fnp->fn_next = NULL; in getcmdnames()
464 fnpc->fn_next = fnp; in getcmdnames()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1317 if (newfnp->fn_next != NULL) in auto_perform_actions()
1319 newfnp->fn_next->fn_name)); in auto_perform_actions()
1516 fnpp = &tmp->fn_next; in auto_disconnect()
1565 if (cfnp->fn_next != NULL) { in auto_enter()
1571 spp = &cfnp->fn_next; in auto_enter()
1575 spp = &cfnp->fn_next; in auto_enter()
1591 (*fnpp)->fn_next = *spp; in auto_enter()
1800 next = tp->fn_next; in unmount_triggers()
1880 t1p = t1p->fn_next) { in triggers_busy()
2074 nfnp = fnp->fn_next; in unmount_autofs()
[all …]
H A Dauto_vfsops.c658 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents; in auto_mount()
742 pfnp->fn_next = fnp->fn_next; in auto_unmount()
744 myrootfnnodep->fn_dirents = fnp->fn_next; in auto_unmount()
745 fnp->fn_next = NULL; in auto_unmount()
749 fnp = fnp->fn_next; in auto_unmount()
H A Dauto_vnops.c1145 nfnp = cfnp->fn_next; in auto_readdir()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h173 struct fnnode *fn_next; /* sibling */ member