Searched refs:PCIEX_BUS (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h50 #define PCIEX_BUS "pciexbus" macro
H A Dpcibus.c238 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)
654 "Unable to proceed with %s enumeration.\n", pnm, PCIEX_BUS);
726 if (strcmp(name, PCI_BUS) != 0 && strcmp(name, PCIEX_BUS) != 0) {
729 PCI_BUS, PCIEX_BUS);
736 PCI_BUS, PCIEX_BUS);
745 } else if (strcmp(name, PCIEX_BUS) == 0) {
750 PCI_BUS, PCIEX_BUS, name);
H A Ddid_props.c566 * If this is a PCIEX_BUS and its parent is a PCIEX_ROOT,
570 if ((strcmp(nm, PCIEX_BUS) == 0) &&
584 strcmp(nm, PCIEX_DEVICE) != 0 && strcmp(nm, PCIEX_BUS) != 0) {
596 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 Dpcibus_labels.c430 strcmp(nm, PCIEX_BUS) != 0) {
477 strcmp(nm, PCIEX_BUS) != 0)
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h73 #define PCIEX_BUS "pciexbus" macro
H A Dhc.c181 { PCIEX_BUS, TOPO_STABILITY_PRIVATE },
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_hostbridge.c147 if (topo_node_range_create(mod, tn_rc, PCIEX_BUS, 0,
151 f, PCIEX_BUS, topo_mod_errmsg(mod));
155 return (topo_mod_enumerate(mod, tn_rc, PCI_BUS, PCIEX_BUS,
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/
H A Dhb_i86pc.c68 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c226 (void) topo_node_range_create(mp, rcn, PCIEX_BUS, 0, OPL_BUS_MAX);
321 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) {
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard_hostbridge.c201 (void) topo_node_range_create(mp, rcn, PCIEX_BUS, 0, CPUBOARD_MAX);
291 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) {
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_pciexrc.c166 result = topo_mod_enumerate(mod, t_node, PCI_BUS, PCIEX_BUS,
396 result = topo_node_range_create(mod, t_node, PCIEX_BUS, 0,
401 _enum_name, (uint64_t)mde_node, PCIEX_BUS);
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c310 if (child_range_add(mod, ntn, PCIEX_BUS, 0, MAX_HB_BUSES) < 0) {
311 topo_node_range_destroy(ntn, PCIEX_BUS);
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c173 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, NULL) == 0)
252 rcs[rc], PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES,
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/
H A Dpci_sun4v.c147 strcmp(nm, PCIEX_BUS) != 0)
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_sun4v.c258 (void) topo_node_range_create(mod, rcn, PCIEX_BUS, 0, MAX_HB_BUSES);

Completed in 33 milliseconds