/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 158 return (topo_mod_enumerate(mod, tn_rc, PCI_BUS, PCIEX_BUS, in pciex_process() 177 if (topo_node_range_create(mod, tn_hbr, PCI_BUS, 0, in pci_process() 180 PCI_BUS, topo_mod_errmsg(mod)); in pci_process() 184 return (topo_mod_enumerate(mod, tn_hbr, PCI_BUS, PCI_BUS, in pci_process()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 47 hb, PCI_BUS, PCI_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) { in hb_process() 69 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) { in rc_process()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 77 { PCI_BUS, FM_FMRI_SCHEME_HC, PCI_ENUMR_VERS, &Pci_ops }; 304 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) { in pciexfn_declare() 393 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) { in pcifn_declare() 445 if ((ntn = pci_tnode_create(mod, parent, PCI_BUS, i, dn)) == NULL) in pcibus_declare() 861 "to %s instance %" PRIu64 ".\n", pnm, PCI_BUS, min); in pcibus_enum() 888 if (strcmp(name, PCI_BUS) != 0 && strcmp(name, PCIEX_BUS) != 0) { in pci_enum() 891 PCI_BUS, PCIEX_BUS); in pci_enum() 898 PCI_BUS, PCIEX_BUS); in pci_enum() 905 if (strcmp(name, PCI_BUS) == 0) { in pci_enum() 912 PCI_BUS, PCIEX_BUS, name); in pci_enum()
|
H A D | pcibus.h | 42 #define PCI_BUS "pcibus" macro
|
H A D | did_props.c | 472 if ((strcmp(nm, PCI_BUS) == 0 && did_gettnode(pd) && in ASRU_set() 736 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCI_BUS, &err); in EXCAP_set()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 257 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) { in pcihostbridge_declare() 343 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) { in specific_hb_enum()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | desktop.c | 67 #define PCI_BUS(x) ((x >> 16) & 0xff) macro 447 log_printf(" 0 PCI-%d 33 ", PCI_BUS(reghi), 0); in display_dev_node() 459 PCI_BUS(reghi), PCI_DEVICE(reghi), name, model, compat); in display_dev_node()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 76 #define PCI_BUS "pcibus" macro
|
H A D | hc.c | 186 { PCI_BUS, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 79 #define PCI_BUS 1 macro 89 {"pci@", PCI_BUS},
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.h | 2063 PCI_BUS, PCIX_BUS, PEX_BUS enumerator
|
H A D | yge.c | 734 case PCI_BUS: in yge_reset() 1267 dev->d_bustype = PCI_BUS; in yge_attach()
|