Home
last modified time | relevance | path

Searched refs:rnode (Results 1 – 1 of 1) sorted by relevance

/libpciaccess/src/
H A Dsolx_devfs.c856 di_node_t rnode = DI_NODE_NIL; in pci_device_solx_devfs_probe() local
876 if ((rnode = di_init(nexus->dev_path, DINFOCPYALL)) == DI_NODE_NIL) { in pci_device_solx_devfs_probe()
883 (void) di_walk_node(rnode, DI_WALK_CLDFIRST, in pci_device_solx_devfs_probe()
999 if (rnode != DI_NODE_NIL) { in pci_device_solx_devfs_probe()
1000 di_fini(rnode); in pci_device_solx_devfs_probe()