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