Searched refs:pci_pgroup (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 83 static const topo_pgroup_info_t pci_pgroup = variable 96 { DI_DEVIDPROP, &pci_pgroup, TOPO_PCI_DEVID, maybe_di_uint_to_str }, 143 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set }, 144 { DI_CLASSPROP, &pci_pgroup, TOPO_PCI_CLASS, maybe_di_uint_to_str }, 145 { DI_VENDIDPROP, &pci_pgroup, TOPO_PCI_VENDID, maybe_di_uint_to_str }, 146 { DI_AADDRPROP, &pci_pgroup, TOPO_PCI_AADDR, AADDR_set }, 172 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set }, 173 { NULL, &pci_pgroup, TOPO_PCI_BDF, BDF_set },
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 37 static const topo_pgroup_info_t pci_pgroup = variable 155 if (topo_pgroup_create(rcn, &pci_pgroup, &err) < 0) { in cpuboard_rc_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 37 static const topo_pgroup_info_t pci_pgroup = variable 181 if (topo_pgroup_create(rcn, &pci_pgroup, &err) < 0) { in opl_rc_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 42 static const topo_pgroup_info_t pci_pgroup = variable 216 if (topo_pgroup_create(rcn, &pci_pgroup, &err) < 0) { in platform_pciexrc_declare()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_pciexrc.c | 50 static const topo_pgroup_info_t pci_pgroup = variable 274 result = topo_pgroup_create(t_node, &pci_pgroup, &err); in pi_enum_update()
|