Lines Matching refs:root_node
1027 di_node_t root_node; in pci_cfg_snapshot() local
1036 root_node = di_init("/", DINFOCPYALL); in pci_cfg_snapshot()
1037 if (root_node == DI_NODE_NIL) in pci_cfg_snapshot()
1044 return (root_node); in pci_cfg_snapshot()
1047 node = di_drv_first_node(di_driver_name(pci_node), root_node); in pci_cfg_snapshot()
1056 return (root_node); in pci_cfg_snapshot()
1062 return (root_node); in pci_cfg_snapshot()
1072 return (root_node); in pci_cfg_snapshot()
1093 di_node_t root_node = DI_NODE_NIL; in pci_cfg_creat_cb() local
1108 root_node = pci_cfg_snapshot(pci_node, pci_minor, &node, &minor); in pci_cfg_creat_cb()
1109 if (root_node == DI_NODE_NIL || node == DI_NODE_NIL || in pci_cfg_creat_cb()
1194 if (root_node != DI_NODE_NIL) in pci_cfg_creat_cb()
1195 di_fini(root_node); in pci_cfg_creat_cb()