Searched refs:HOSTBRIDGE (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 90 topo_node_range_destroy(ptn, HOSTBRIDGE); in pci_hostbridges_find() 110 topo_node_range_destroy(ptn, HOSTBRIDGE); in pci_hostbridges_find() 127 HOSTBRIDGE); in pci_hostbridges_find() 137 HOSTBRIDGE); in pci_hostbridges_find()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 70 { HOSTBRIDGE, FM_FMRI_SCHEME_HC, HB_ENUMR_VERS, &Hb_ops }; 131 "%s enumerator could not load %s.\n", HOSTBRIDGE, PCI_ENUM); in pci_enumr_load() 144 if (strcmp(name, HOSTBRIDGE) != 0) { in hb_enum() 147 HOSTBRIDGE); in hb_enum() 248 if ((ntn = hb_tnode_create(mod, parent, HOSTBRIDGE, i, din)) == NULL) in pcihostbridge_declare() 273 if ((ntn = hb_tnode_create(mod, parent, HOSTBRIDGE, hi, din)) == NULL) in pciexhostbridge_declare()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 80 f, HOSTBRIDGE, PCI_ENUM); in x86pi_hbr_enum_init() 250 hcfmri.hc_name = HOSTBRIDGE; in x86pi_gen_hbr() 257 f, HOSTBRIDGE, hbri); in x86pi_gen_hbr()
|
H A D | x86pi.c | 493 rv = topo_node_range_create(mod, basebd_node, HOSTBRIDGE, in x86pi_enum_gentopo() 498 f, HOSTBRIDGE, topo_mod_errmsg(mod)); in x86pi_enum_gentopo()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 64 #define HOSTBRIDGE "hostbridge" macro
|
H A D | hc.c | 174 { HOSTBRIDGE, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 453 if (strcmp(topo_node_name(parent), HOSTBRIDGE) == 0) in pcibus_declare() 895 if (strcmp(pname, HOSTBRIDGE) != 0 && strcmp(pname, PCIEX_ROOT) != 0) { in pci_enum() 901 HOSTBRIDGE, PCIEX_ROOT); in pci_enum()
|
H A D | did_props.c | 473 strcmp(topo_node_name(did_gettnode(pd)), HOSTBRIDGE) == 0) || in ASRU_set() 771 if (strcmp(topo_node_name(tn), HOSTBRIDGE) == 0) { in DEVprop_set()
|