Searched defs:pci_pgroup (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard_hostbridge.c36 static const topo_pgroup_info_t pci_pgroup = variable
154 if (topo_pgroup_create(rcn, &pci_pgroup, &err) < 0) {
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c36 static const topo_pgroup_info_t pci_pgroup = variable
180 if (topo_pgroup_create(rcn, &pci_pgroup, &err) < 0) {
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_pciexrc.c49 static const topo_pgroup_info_t pci_pgroup = variable
274 result = topo_pgroup_create(t_node, &pci_pgroup, &err);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_sun4v.c41 static const topo_pgroup_info_t pci_pgroup = variable
215 if (topo_pgroup_create(rcn, &pci_pgroup, &err) < 0) {
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c82 static const topo_pgroup_info_t pci_pgroup = variable
95 { DI_DEVIDPROP, &pci_pgroup, TOPO_PCI_DEVID, maybe_di_uint_to_str },
142 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set },
143 { DI_CLASSPROP, &pci_pgroup, TOPO_PCI_CLASS, maybe_di_uint_to_str },
144 { DI_VENDIDPROP, &pci_pgroup, TOPO_PCI_VENDID, maybe_di_uint_to_str },
145 { DI_AADDRPROP, &pci_pgroup, TOPO_PCI_AADDR, AADDR_set },
171 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set },
172 { NULL, &pci_pgroup, TOPO_PCI_BDF, BDF_set },

Completed in 49 milliseconds