Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c249 topo_mod_t *pcimod; in cpuboard_hb_enum() local
255 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS); in cpuboard_hb_enum()
256 if (pcimod == NULL) { in cpuboard_hb_enum()
274 topo_mod_unload(pcimod); in cpuboard_hb_enum()
283 topo_mod_unload(pcimod); in cpuboard_hb_enum()
291 if ((dnode != NULL) && topo_mod_enumerate(pcimod, rcnode, in cpuboard_hb_enum()
296 topo_mod_unload(pcimod); in cpuboard_hb_enum()
299 topo_mod_unload(pcimod); in cpuboard_hb_enum()
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c268 topo_mod_t *pcimod; in opl_hb_enum() local
271 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS); in opl_hb_enum()
272 if (pcimod == NULL) { in opl_hb_enum()
304 topo_mod_unload(pcimod); in opl_hb_enum()
316 topo_mod_unload(pcimod); in opl_hb_enum()
321 if (topo_mod_enumerate(pcimod, rcnode, in opl_hb_enum()
326 topo_mod_unload(pcimod); in opl_hb_enum()
331 topo_mod_unload(pcimod); in opl_hb_enum()
/titanic_41/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c142 topo_mod_t *pcimod; in hb_enum() local
153 if ((pcimod = pci_enumr_load(mp)) == NULL) in hb_enum()
168 topo_mod_unload(pcimod); in hb_enum()