Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c166 struct lut *prev_child = NULL; in lut_walk() local
178 if (tmp->lut_right != NULL && tmp->lut_right != prev_child) { in lut_walk()
186 prev_child = tmp; in lut_walk()
192 if (tmp->lut_right != prev_child) in lut_walk()
206 struct lut *prev_child = NULL; in lut_free() local
219 if (tmp->lut_right != NULL && tmp->lut_right != prev_child) { in lut_free()
228 prev_child = tmp; in lut_free()
230 FREE(prev_child); in lut_free()
235 if (tmp->lut_right != prev_child && callback) in lut_free()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c997 hp_node_t prev_child = NULL; in i_hp_unpack_branch() local
1051 if (prev_child) { in i_hp_unpack_branch()
1052 prev_child->hp_sibling = child; in i_hp_unpack_branch()
1056 prev_child = child; in i_hp_unpack_branch()