Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c248 topo_mod_t *pcimod; in cpuboard_hb_enum() local
254 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS); in cpuboard_hb_enum()
255 if (pcimod == NULL) { in cpuboard_hb_enum()
273 topo_mod_unload(pcimod); in cpuboard_hb_enum()
282 topo_mod_unload(pcimod); in cpuboard_hb_enum()
290 if ((dnode != NULL) && topo_mod_enumerate(pcimod, rcnode, in cpuboard_hb_enum()
295 topo_mod_unload(pcimod); in cpuboard_hb_enum()
298 topo_mod_unload(pcimod); in cpuboard_hb_enum()
/titanic_50/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c267 topo_mod_t *pcimod; in opl_hb_enum() local
270 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS); in opl_hb_enum()
271 if (pcimod == NULL) { in opl_hb_enum()
303 topo_mod_unload(pcimod); in opl_hb_enum()
315 topo_mod_unload(pcimod); in opl_hb_enum()
320 if (topo_mod_enumerate(pcimod, rcnode, in opl_hb_enum()
325 topo_mod_unload(pcimod); in opl_hb_enum()
330 topo_mod_unload(pcimod); in opl_hb_enum()
/titanic_50/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()