Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dlut.c168 struct lut *prev_child = NULL; in lut_walk() local
180 if (tmp->lut_right != NULL && tmp->lut_right != prev_child) { in lut_walk()
188 prev_child = tmp; in lut_walk()
194 if (tmp->lut_right != prev_child) in lut_walk()
208 struct lut *prev_child = NULL; in lut_free() local
221 if (tmp->lut_right != NULL && tmp->lut_right != prev_child) { in lut_free()
230 prev_child = tmp; in lut_free()
232 FREE(prev_child); in lut_free()
237 if (tmp->lut_right != prev_child && callback) in lut_free()
/titanic_41/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()