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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_list.c49 lp->l_head = lp->l_tail = NULL;
72 ITEM(item)->i_prev = lp->l_tail;
73 if (lp->l_tail == NULL) {
76 lp->l_head = lp->l_tail = item;
78 lp->l_tail->i_next = item;
79 lp->l_tail = item;
94 ASSERT(lp->l_tail == 0);
96 lp->l_head = lp->l_tail = item;
116 if (item == lp->l_tail) {
119 lp->l_tail
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h151 void *l_tail; /* pointer to the tail of the list */ member in struct:list
H A Dprstat.c630 list->l_head = list->l_tail = lwp = Zalloc(sizeof (lwp_info_t));
633 lwp->li_prev = list->l_tail;
634 ((lwp_info_t *)list->l_tail)->li_next = lwp;
635 list->l_tail = lwp;
654 list->l_tail = lwp->li_prev; /* removing the tail */
666 lwp_info_t *lwp = list->l_tail;
685 list->l_head = list->l_tail = NULL;
695 list->l_head = list->l_tail = id = Zalloc(sizeof (id_info_t));
737 id = list->l_tail;
739 id->id_next->id_prev = list->l_tail;
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h73 av1394_list_item_t *l_tail; /* last item */ member in struct:av1394_list_s

Completed in 63 milliseconds