/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 118 if (topo_node_range_create(mod, tn_hbr, PCIEX_ROOT, 0, in pciex_process() 122 f, PCIEX_ROOT, topo_mod_errmsg(mod)); in pciex_process() 126 hcfmri.hc_name = PCIEX_ROOT; in pciex_process() 131 f, PCIEX_ROOT, rci); in pciex_process() 145 f, PCIEX_ROOT, rci); in pciex_process()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 161 (void) topo_node_range_create(mod, hbn, PCIEX_ROOT, 0, MAX_HB_BUSES); in platform_pciexhostbridge_declare() 181 topo_mod_dprintf(mod, "Create node %s=%d\n", PCIEX_ROOT, inst); in platform_pciexrc_declare() 183 rcn = hb_tnode_create(mod, parent, PCIEX_ROOT, inst, NULL); in platform_pciexrc_declare() 186 PCIEX_ROOT, inst); in platform_pciexrc_declare() 253 TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err) != 0) { in platform_pciexrc_declare()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 101 rcn = cpuboard_node_create(mp, parent, PCIEX_ROOT, inst, (void *)dnode); in cpuboard_rc_node_create() 192 TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err) != 0) { in cpuboard_rc_node_create() 230 (void) topo_node_range_create(mp, hbn, PCIEX_ROOT, 0, CPUBOARD_MAX); in cpuboard_hb_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 114 rcn = opl_node_create(mp, parent, PCIEX_ROOT, inst, (void *)dnode); in opl_rc_node_create() 217 TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err) != 0) { in opl_rc_node_create() 250 (void) topo_node_range_create(mp, hbn, PCIEX_ROOT, 0, OPL_RC_MAX); in opl_hb_node_create()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_filter.c | 70 if (strcmp(topo_node_name(node), PCIEX_ROOT) != 0) in etm_pciexrc_walker() 226 strcmp(str, PCIEX_ROOT) == 0) { in etm_filter_find_ldom_id() 232 fmd_hdl_debug(hdl, "%s not found\n", PCIEX_ROOT); in etm_filter_find_ldom_id()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.h | 47 #define PCIEX_ROOT "pciexrc" macro
|
H A D | did_props.c | 436 strcmp(nm, PCIEX_ROOT) == 0) { in ASRU_set() 572 (strcmp(topo_node_name(topo_node_parent(tn)), PCIEX_ROOT) == 0)) { in FRU_set() 640 (strcmp(topo_node_name(topo_node_parent(tn)), PCIEX_ROOT) == 0)) { in label_set() 682 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err); in EXCAP_set()
|
H A D | pcibus.c | 175 ptn = find_predecessor(parent, PCIEX_ROOT); in pciexfn_declare() 718 if (strcmp(pname, HOSTBRIDGE) != 0 && strcmp(pname, PCIEX_ROOT) != 0) { in pci_enum() 724 HOSTBRIDGE, PCIEX_ROOT); in pci_enum()
|
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 384 "/propval[@name='dev']/@value", str, PCIEX_ROOT, hcpath); in fab_find_rppath_by_df() 457 if (STRCMP(tprop, PCIEX_ROOT)) { in fab_find_rppath_by_devbdf() 524 "/@value", PCIEX_ROOT, devpath); in fab_find_rppath_by_devpath() 875 "/propval[@name='dev']/@value", PCIEX_ROOT); in fab_get_rpdev() 909 "/propval[@name='dev']/@value", PCIEX_ROOT, hbpath); in fab_send_erpt_all_rps()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 76 #define PCIEX_ROOT "pciexrc" macro
|
H A D | hc.c | 179 { PCIEX_ROOT, TOPO_STABILITY_PRIVATE },
|
/titanic_41/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 282 if (child_range_add(mod, ntn, PCIEX_ROOT, 0, MAX_HB_BUSES) < 0) { in pciexhostbridge_declare() 299 if ((ntn = hb_tnode_create(mod, parent, PCIEX_ROOT, ri, din)) == NULL) in pciexrc_declare()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/pcibus/ |
H A D | pci_i86pc.c | 62 return (strcmp(topo_node_name(did_gettnode(dp)), PCIEX_ROOT) == 0); in parent_is_rc()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_pciexrc.c | 208 if (strncmp(hc_name, PCIEX_ROOT, strlen(hc_name)) == 0) { in pi_enum_update() 374 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err); in pi_enum_update()
|
H A D | pi_walker.c | 74 {pi_enum_pciexrc, PCIEX_ROOT},
|