/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 240 if (child_range_add(mod, ntn, PCIEX_BUS, 0, MAX_HB_BUSES) < 0) { in pciexfn_declare() 245 topo_node_range_destroy(ntn, PCIEX_BUS); in pciexfn_declare() 291 if ((ntn = pci_tnode_create(mod, parent, PCIEX_BUS, i, dn)) == NULL) in pciexbus_declare() 653 "Unable to proceed with %s enumeration.\n", pnm, PCIEX_BUS); in pciexbus_enum() 725 if (strcmp(name, PCI_BUS) != 0 && strcmp(name, PCIEX_BUS) != 0) { in pci_enum() 728 PCI_BUS, PCIEX_BUS); in pci_enum() 735 PCI_BUS, PCIEX_BUS); in pci_enum() 744 } else if (strcmp(name, PCIEX_BUS) == 0) { in pci_enum() 749 PCI_BUS, PCIEX_BUS, name); in pci_enum()
|
H A D | pcibus.h | 50 #define PCIEX_BUS "pciexbus" macro
|
H A D | did_props.c | 571 if ((strcmp(nm, PCIEX_BUS) == 0) && in FRU_set() 585 strcmp(nm, PCIEX_DEVICE) != 0 && strcmp(nm, PCIEX_BUS) != 0) { in FRU_set() 597 strcmp(nm, PCIEX_DEVICE) == 0 || strcmp(nm, PCIEX_BUS) == 0) { in FRU_set() 638 if ((strcmp(topo_node_name(tn), PCIEX_BUS) == 0) && in label_set() 693 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_BUS, &err); in EXCAP_set()
|
H A D | pcibus_labels.c | 436 strcmp(nm, PCIEX_BUS) != 0) { in pci_label_cmn() 483 strcmp(nm, PCIEX_BUS) != 0) in pci_fru_cmn()
|
/titanic_50/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, in pciex_process() 154 f, PCIEX_BUS, topo_mod_errmsg(mod)); in pciex_process() 158 return (topo_mod_enumerate(mod, tn_rc, PCI_BUS, PCIEX_BUS, in pciex_process()
|
/titanic_50/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, in pi_enum_pciexrc_defer() 395 result = topo_node_range_create(mod, t_node, PCIEX_BUS, 0, in pi_enum_update() 400 _enum_name, (uint64_t)mde_node, PCIEX_BUS); in pi_enum_update()
|
/titanic_50/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); in cpuboard_rc_node_create() 291 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) { in cpuboard_hb_enum()
|
/titanic_50/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); in opl_rc_node_create() 321 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) { in opl_hb_enum()
|
/titanic_50/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) { in pciexrc_declare() 309 topo_node_range_destroy(ntn, PCIEX_BUS); in pciexrc_declare()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 73 #define PCIEX_BUS "pciexbus" macro
|
H A D | hc.c | 177 { PCIEX_BUS, TOPO_STABILITY_PRIVATE },
|
/titanic_50/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) in rc_process() 252 rcs[rc], PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, in declare_exbuses()
|
/titanic_50/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) { in rc_process()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 146 strcmp(nm, PCIEX_BUS) != 0) in platform_pci_fru()
|
/titanic_50/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); in platform_pciexrc_declare()
|
/titanic_50/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 257 PCIEX_BUS, s->smbl_bus, PCIEX_DEVICE, dev, PCIEX_FUNCTION, func); in do_slot_mapping()
|