Lines Matching refs:root_node
1018 di_node_t root_node; in pci_cfg_snapshot() local
1027 root_node = di_init("/", DINFOCPYALL); in pci_cfg_snapshot()
1028 if (root_node == DI_NODE_NIL) in pci_cfg_snapshot()
1035 return (root_node); in pci_cfg_snapshot()
1038 node = di_drv_first_node(di_driver_name(pci_node), root_node); in pci_cfg_snapshot()
1047 return (root_node); in pci_cfg_snapshot()
1053 return (root_node); in pci_cfg_snapshot()
1063 return (root_node); in pci_cfg_snapshot()
1084 di_node_t root_node = DI_NODE_NIL; in pci_cfg_creat_cb() local
1099 root_node = pci_cfg_snapshot(pci_node, pci_minor, &node, &minor); in pci_cfg_creat_cb()
1100 if (root_node == DI_NODE_NIL || node == DI_NODE_NIL || in pci_cfg_creat_cb()
1185 if (root_node != DI_NODE_NIL) in pci_cfg_creat_cb()
1186 di_fini(root_node); in pci_cfg_creat_cb()