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

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
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) {
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_subr.c1582 *fnpp = tmp->fn_next; /* remove it from the list */
1599 fnpp = &tmp->fn_next;
1676 for (; cfnp; cfnp = cfnp->fn_next) {
1724 if (cfnp->fn_next != NULL) {
1726 (cfnp->fn_next->fn_offset - cfnp->fn_offset);
1730 spp = &cfnp->fn_next;
1734 spp = &cfnp->fn_next;
1761 (*fnpp)->fn_next = *spp;
1801 for (p = dfnp->fn_dirents; p != NULL; p = p->fn_next) {
H A Dautofs_kern.h146 * fn_next
151 * pointed to by fn_dirents, fn_next, and fn_parent.
153 * to remove a node pointed to by fn_dirents or fn_next.
184 struct fnnode *fn_next; /* sibling */ member in struct:fnnode
H A Dauto_vfsops.c632 rootfnp->fn_next = fngp->fng_rootfnnodep->fn_dirents;
932 pfnp->fn_next = fnp->fn_next;
934 myrootfnnodep->fn_dirents = fnp->fn_next;
935 fnp->fn_next = NULL;
939 fnp = fnp->fn_next;
1321 fnp != NULL; fnp = fnp->fn_next) {
H A Dauto_vnops.c927 nfnp = cfnp->fn_next;

Completed in 121 milliseconds