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

/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c45 fifonode_t *f_tail; member in struct:fifo
67 if (f->f_tail == NULL)
68 f->f_head = f->f_tail = fn;
70 f->f_tail->fn_next = fn;
71 f->f_tail = fn;
87 f->f_tail = NULL;

Completed in 43 milliseconds