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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c168 struct lut *prev_child = NULL; local
180 if (tmp->lut_right != NULL && tmp->lut_right != prev_child) {
188 prev_child = tmp;
194 if (tmp->lut_right != prev_child)
208 struct lut *prev_child = NULL; local
221 if (tmp->lut_right != NULL && tmp->lut_right != prev_child) {
230 prev_child = tmp;
232 FREE(prev_child);
237 if (tmp->lut_right != prev_child && callback)
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c997 hp_node_t prev_child = NULL; local
1051 if (prev_child) {
1052 prev_child->hp_sibling = child;
1056 prev_child = child;

Completed in 75 milliseconds