Lines Matching refs:cnode
327 di_node_t cnode; in search_children_match_busaddr() local
342 for (cnode = di_child_node(node); cnode != DI_NODE_NIL; in search_children_match_busaddr()
343 cnode = di_sibling_node(cnode)) { in search_children_match_busaddr()
344 busaddr = di_bus_addr(cnode); in search_children_match_busaddr()
348 return (cnode); in search_children_match_busaddr()
362 di_node_t node, cnode = DI_NODE_NIL; in match_edd() local
422 cnode = search_children_match_busaddr(node, busaddrbuf); in match_edd()
437 if ((cnode = search_children_match_busaddr(node, in match_edd()
442 cnode = search_children_match_busaddr(cnode, in match_edd()
445 if (cnode == DI_NODE_NIL) in match_edd()
471 cnode = search_children_match_busaddr(node, in match_edd()
481 cnode = search_tree_match_usbserialno(node, in match_edd()
489 if (cnode != DI_NODE_NIL) { in match_edd()
490 devfspath = di_devfs_path(cnode); in match_edd()