Searched refs:fn_next (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dfifo.c40 struct fifonode *fn_next; member in struct:fifonode
65 fn->fn_next = NULL;
70 f->f_tail->fn_next = fn;
86 if ((f->f_head = fn->fn_next) == NULL)
115 fn = fn->fn_next;
128 for (i = 0, fn = f->f_head; fn; fn = fn->fn_next, i++);
146 for (fn = f->f_head; fn; fn = fn->fn_next) {
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c61 struct fn *fn_next; /* next in list */ member in struct:fn
86 fnp->fn_next = NULL;
405 fnp->fn_next = NULL;
409 fnlp->fnl_last->fn_next = fnp;
434 fnlp->fnl_rptr = fnlp->fnl_rptr->fn_next;
455 nextfnp2 = fnp2->fn_next;
487 nextfnp = fnp->fn_next;
542 fnlp->fnl_first = ret->fn_next;
546 if (fnp->fn_next == ret) {
547 fnp->fn_next
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c81 struct filename *fn_next; member in struct:filename
204 for (fnp = fnanchor; fnp; fnp = fnp->fn_next) {
442 fnp->fn_next = NULL;
444 fnpc->fn_next = fnp;
464 fnp->fn_next = NULL;
466 fnpc->fn_next = fnp;
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1302 newfnp->fn_next = dfnp->fn_trigger;
1315 if (newfnp->fn_next != NULL)
1317 newfnp->fn_next->fn_name));
1507 *fnpp = tmp->fn_next; /* remove it from the list */
1514 fnpp = &tmp->fn_next;
1546 for (; cfnp; cfnp = cfnp->fn_next) {
1563 if (cfnp->fn_next != NULL) {
1565 (cfnp->fn_next->fn_offset - cfnp->fn_offset);
1569 spp = &cfnp->fn_next;
1573 spp = &cfnp->fn_next;
[all...]
H A Dauto_vfsops.c655 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents;
739 pfnp->fn_next = fnp->fn_next;
741 myrootfnnodep->fn_dirents = fnp->fn_next;
742 fnp->fn_next = NULL;
746 fnp = fnp->fn_next;
H A Dauto_vnops.c1144 nfnp = cfnp->fn_next;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h102 * fn_next
108 * pointed to by fn_dirents, fn_next, and fn_parent.
110 * to remove a node pointed to by fn_dirents or fn_next.
173 struct fnnode *fn_next; /* sibling */ member in struct:fnnode

Completed in 216 milliseconds