HomeSort by: relevance | last modified time | path
    Searched defs:f_head (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
fifo.c 49 fifonode_t *f_head; member in struct:fifo
73 f->f_head = f->f_tail = fn;
87 if ((fn = f->f_head) == NULL)
91 if ((f->f_head = fn->fn_next) == NULL)
110 fifonode_t *fn = f->f_head;
133 for (i = 0, fn = f->f_head; fn; fn = fn->fn_next, i++);
141 return (f->f_head == NULL);
151 for (fn = f->f_head; fn; fn = fn->fn_next) {

Completed in 112 milliseconds