Lines Matching refs:DI_NODE_NIL
90 static di_node_t root_node = DI_NODE_NIL;
96 static di_node_t root_allnode = DI_NODE_NIL;
267 pb.di_node = DI_NODE_NIL; in search_tree_match_pcibdf()
301 usbs.node = DI_NODE_NIL; in search_tree_match_usbserialno()
332 return (DI_NODE_NIL); in search_children_match_busaddr()
342 for (cnode = di_child_node(node); cnode != DI_NODE_NIL; in search_children_match_busaddr()
351 return (DI_NODE_NIL); in search_children_match_busaddr()
362 di_node_t node, cnode = DI_NODE_NIL; in match_edd()
400 if (node == DI_NODE_NIL) { in match_edd()
438 busaddrbuf)) != DI_NODE_NIL) { in match_edd()
445 if (cnode == DI_NODE_NIL) in match_edd()
489 if (cnode != DI_NODE_NIL) { in match_edd()
549 if (root_node != DI_NODE_NIL) in cleanup_and_exit()
552 if (root_allnode != DI_NODE_NIL) in cleanup_and_exit()
589 if ((root_node = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { in main()
594 if ((root_allnode = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { in main()