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

/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1055 di_node_t node, sib_node, count_node; local
1128 sib_node = di_child_node(count_node);
1129 while (sib_node != DI_NODE_NIL) {
1130 state = di_state(sib_node);
1136 DDI_DEV_T_ANY, sib_node,
1144 sib_node = di_sibling_node(sib_node);
1165 sib_node = di_child_node(node);
1166 while (sib_node != DI_NODE_NIL) {
1167 state = di_state(sib_node);
[all...]

Completed in 57 milliseconds