Home
last modified time | relevance | path

Searched refs:lcol_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c111 lcol->lcol_next = lcollection_head; in lcollection_insert_update()
171 next = lcol->lcol_next; in list_walk_collection()
242 lcol->lcol_prev->lcol_next = lcol->lcol_next; in lcollection_free()
243 if (lcol->lcol_next != NULL) in lcollection_free()
244 lcol->lcol_next->lcol_prev = lcol->lcol_prev; in lcollection_free()
246 lcollection_head = lcol->lcol_next; in lcollection_free()
247 lcol->lcol_next = lcol->lcol_prev = NULL; in lcollection_free()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h150 struct lcollection *lcol_next; member