Lines Matching refs:DI_NODE_NIL
88 static di_node_t root_node = DI_NODE_NIL;
94 static di_node_t root_allnode = DI_NODE_NIL;
265 pb.di_node = DI_NODE_NIL; in search_tree_match_pcibdf()
299 usbs.node = DI_NODE_NIL; in search_tree_match_usbserialno()
330 return (DI_NODE_NIL); in search_children_match_busaddr()
340 for (cnode = di_child_node(node); cnode != DI_NODE_NIL; in search_children_match_busaddr()
349 return (DI_NODE_NIL); in search_children_match_busaddr()
360 di_node_t node, cnode = DI_NODE_NIL; in match_edd()
398 if (node == DI_NODE_NIL) { in match_edd()
436 busaddrbuf)) != DI_NODE_NIL) { in match_edd()
443 if (cnode == DI_NODE_NIL) in match_edd()
487 if (cnode != DI_NODE_NIL) { in match_edd()
547 if (root_node != DI_NODE_NIL) in cleanup_and_exit()
550 if (root_allnode != DI_NODE_NIL) in cleanup_and_exit()
587 if ((root_node = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { in main()
592 if ((root_allnode = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { in main()