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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c1768 l->l_sentinel->li_next = l->l_sentinel;
1805 log_item_t *li, *li_next; local
1807 li = l->l_sentinel->li_next;
1809 li_next = li->li_next;
1812 li = li_next;
1848 for (li = l->l_sentinel->li_next; li != l->l_sentinel; li = li->li_next)
1872 li->li_next = l->l_sentinel;
1873 l->l_sentinel->li_prev->li_next
[all...]
H A Dpool_internal.h216 struct log_item *li_next; /* List of log items */ member in struct:log_item

Completed in 25 milliseconds