Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c110 lcol->lcol_prev = NULL; in lcollection_insert_update()
114 lcollection_head->lcol_prev = lcol; in lcollection_insert_update()
241 if (lcol->lcol_prev != NULL) in lcollection_free()
242 lcol->lcol_prev->lcol_next = lcol->lcol_next; in lcollection_free()
244 lcol->lcol_next->lcol_prev = lcol->lcol_prev; in lcollection_free()
247 lcol->lcol_next = lcol->lcol_prev = NULL; in lcollection_free()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h149 struct lcollection *lcol_prev; /* global collection list */ member