Searched defs:fnl_last (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c69 struct fn *fnl_last; /* last element of list */ member in struct:fn_list
352 fnlp->fnl_first = fnlp->fnl_last = fnlp->fnl_rptr = NULL;
407 fnlp->fnl_first = fnlp->fnl_last = fnlp->fnl_rptr = fnp;
409 fnlp->fnl_last->fn_next = fnp;
410 fnlp->fnl_last = fnp;
431 if (fnlp->fnl_rptr == fnlp->fnl_last)
452 if (fnp2 == fnlp2->fnl_last)
463 fnlp2->fnl_first = fnlp2->fnl_last = fnlp2->fnl_rptr = NULL;
484 if (fnp == fnlp->fnl_last)
548 if (fnlp->fnl_last
[all...]

Completed in 44 milliseconds