/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 73 #define PCIEX_BUS "pciexbus" macro
|
H A D | hc.c | 176 { PCIEX_BUS, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.h | 50 #define PCIEX_BUS "pciexbus" macro
|
H A D | pcibus.c | 238 if (child_range_add(mod, ntn, PCIEX_BUS, 0, MAX_HB_BUSES) < 0) { 243 topo_node_range_destroy(ntn, PCIEX_BUS); 289 if ((ntn = pci_tnode_create(mod, parent, PCIEX_BUS, i, dn)) == NULL) 639 "Unable to proceed with %s enumeration.\n", pnm, PCIEX_BUS); 711 if (strcmp(name, PCI_BUS) != 0 && strcmp(name, PCIEX_BUS) != 0) { 714 PCI_BUS, PCIEX_BUS); 721 PCI_BUS, PCIEX_BUS); 730 } else if (strcmp(name, PCIEX_BUS) == 0) { 735 PCI_BUS, PCIEX_BUS, name);
|
H A D | did_props.c | 567 * If this is a PCIEX_BUS and its parent is a PCIEX_ROOT, 571 if ((strcmp(nm, PCIEX_BUS) == 0) && 585 strcmp(nm, PCIEX_DEVICE) != 0 && strcmp(nm, PCIEX_BUS) != 0) { 597 strcmp(nm, PCIEX_DEVICE) == 0 || strcmp(nm, PCIEX_BUS) == 0) { 634 * If this is a PCIEX_BUS and its parent is a PCIEX_ROOT, 638 if ((strcmp(topo_node_name(tn), PCIEX_BUS) == 0) && 693 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_BUS, &err);
|
H A D | pcibus_labels.c | 436 strcmp(nm, PCIEX_BUS) != 0) { 483 strcmp(nm, PCIEX_BUS) != 0)
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 150 if (topo_node_range_create(mod, tn_rc, PCIEX_BUS, 0, 154 f, PCIEX_BUS, topo_mod_errmsg(mod)); 158 return (topo_mod_enumerate(mod, tn_rc, PCI_BUS, PCIEX_BUS,
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 69 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 226 (void) topo_node_range_create(mp, rcn, PCIEX_BUS, 0, OPL_BUS_MAX); 321 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 201 (void) topo_node_range_create(mp, rcn, PCIEX_BUS, 0, CPUBOARD_MAX); 291 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_pciexrc.c | 167 result = topo_mod_enumerate(mod, t_node, PCI_BUS, PCIEX_BUS, 395 result = topo_node_range_create(mod, t_node, PCIEX_BUS, 0, 400 _enum_name, (uint64_t)mde_node, PCIEX_BUS);
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 308 if (child_range_add(mod, ntn, PCIEX_BUS, 0, MAX_HB_BUSES) < 0) { 309 topo_node_range_destroy(ntn, PCIEX_BUS);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 173 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, NULL) == 0) 252 rcs[rc], PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES,
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 146 strcmp(nm, PCIEX_BUS) != 0)
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 259 (void) topo_node_range_create(mod, rcn, PCIEX_BUS, 0, MAX_HB_BUSES);
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 257 PCIEX_BUS, s->smbl_bus, PCIEX_DEVICE, dev, PCIEX_FUNCTION, func);
|