Searched refs:PCI_BUS (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c47 hb, PCI_BUS, PCI_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
69 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c158 return (topo_mod_enumerate(mod, tn_rc, PCI_BUS, PCIEX_BUS,
177 if (topo_node_range_create(mod, tn_hbr, PCI_BUS, 0,
180 PCI_BUS, topo_mod_errmsg(mod));
184 return (topo_mod_enumerate(mod, tn_hbr, PCI_BUS, PCI_BUS,
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c157 if (topo_mod_enumerate(mod, hb, PCI_BUS, PCI_BUS, bi, bi, hbdid) == 0)
173 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, NULL) == 0)
252 rcs[rc], PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES,
330 hb[br], PCI_BUS, PCI_BUS, bus, bus, link) < 0) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h70 #define PCI_BUS "pcibus" macro
H A Dhc.c173 { PCI_BUS, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h44 #define PCI_BUS "pcibus" macro
H A Dpcibus.c69 { PCI_BUS, FM_FMRI_SCHEME_HC, PCI_ENUMR_VERS, &Pci_ops };
242 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) {
326 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) {
373 if ((ntn = pci_tnode_create(mod, parent, PCI_BUS, i, dn)) == NULL)
684 "to %s instance %d.\n", pnm, PCI_BUS, min);
711 if (strcmp(name, PCI_BUS) != 0 && strcmp(name, PCIEX_BUS) != 0) {
714 PCI_BUS, PCIEX_BUS);
721 PCI_BUS, PCIEX_BUS);
728 if (strcmp(name, PCI_BUS) == 0) {
735 PCI_BUS, PCIEX_BU
[all...]
H A Ddid_props.c433 if ((strcmp(nm, PCI_BUS) == 0 && did_gettnode(pd) &&
697 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCI_BUS, &err);
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c257 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) {
343 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_pciexrc.c147 if (topo_mod_load(mod, PCI_BUS, TOPO_VERSION) == NULL) {
149 _ENUM_NAME, PCI_BUS, topo_strerror(topo_mod_errno(mod)));
156 result = topo_node_range_create(mod, t_node, PCI_BUS, min, max);
167 result = topo_mod_enumerate(mod, t_node, PCI_BUS, PCIEX_BUS,
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_pci.c49 #define PCI_BUS(x) (((x) & 0xff0000) >> 16) macro
69 *bus = (int)PCI_BUS(regs_list[0]);
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c270 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS);
321 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c254 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS);
291 PCI_BUS, PCIEX_BUS, 0, 255, NULL) != 0) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c68 #define PCI_BUS(x) ((x >> 16) & 0xff) macro
475 log_printf(" 0 PCI-%d 33 ", PCI_BUS(reghi), 0);
487 PCI_BUS(reghi), PCI_DEVICE(reghi), name, model, compat);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c79 #define PCI_BUS 1 macro
89 {"pci@", PCI_BUS},
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2063 PCI_BUS, PCIX_BUS, PEX_BUS enumerator in enum:__anon6605
H A Dyge.c734 case PCI_BUS:
1267 dev->d_bustype = PCI_BUS;

Completed in 84 milliseconds