Lines Matching refs:cnode
325 di_node_t cnode; in search_children_match_busaddr() local
340 for (cnode = di_child_node(node); cnode != DI_NODE_NIL; in search_children_match_busaddr()
341 cnode = di_sibling_node(cnode)) { in search_children_match_busaddr()
342 busaddr = di_bus_addr(cnode); in search_children_match_busaddr()
346 return (cnode); in search_children_match_busaddr()
360 di_node_t node, cnode = DI_NODE_NIL; in match_edd() local
420 cnode = search_children_match_busaddr(node, busaddrbuf); in match_edd()
435 if ((cnode = search_children_match_busaddr(node, in match_edd()
440 cnode = search_children_match_busaddr(cnode, in match_edd()
443 if (cnode == DI_NODE_NIL) in match_edd()
469 cnode = search_children_match_busaddr(node, in match_edd()
479 cnode = search_tree_match_usbserialno(node, in match_edd()
487 if (cnode != DI_NODE_NIL) { in match_edd()
488 devfspath = di_devfs_path(cnode); in match_edd()