Searched defs:nodechild (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c1065 di_node_t nodechild = DI_NODE_NIL; local
1069 if ((nodechild = di_child_node(node)) == DI_NODE_NIL) {
1080 if ((nodechild == DI_NODE_NIL) && (path == DI_PATH_NIL)) {
1084 while (nodechild != DI_NODE_NIL) {
1085 if (get_attached_devices_info(nodechild, port_ptr)
1089 nodechild = di_sibling_node(nodechild);

Completed in 58 milliseconds