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

/freebsd-10.0-release/cddl/contrib/opensolaris/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) {

Completed in 100 milliseconds