Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h130 pcidb_hdl_t *th_pcidb; /* libpcidb handle */ member
H A Dtopo_mod.c745 if (thp->th_pcidb == NULL) in topo_mod_pcidb()
746 thp->th_pcidb = pcidb_open(PCIDB_VERSION); in topo_mod_pcidb()
748 return (thp->th_pcidb); in topo_mod_pcidb()
H A Dtopo_snap.c274 if (thp->th_pcidb != NULL) in topo_close()
275 pcidb_close(thp->th_pcidb); in topo_close()