Searched refs:TOPO_PCI_EXCAP (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 112 #define TOPO_PCI_EXCAP "extended-capabilities" macro
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 143 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set }, 172 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set }, 681 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err); 685 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_SWUP, &err); 689 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_SWDWN, &err); 693 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_BUS, &err); 697 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCI_BUS, &err); 701 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_DEVICE, &err);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 252 if (topo_prop_set_string(rcn, TOPO_PGROUP_PCI, TOPO_PCI_EXCAP, 255 TOPO_PCI_EXCAP);
|
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 215 if (topo_prop_set_string(rcn, TOPO_PGROUP_PCI, TOPO_PCI_EXCAP,
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 190 if (topo_prop_set_string(rcn, TOPO_PGROUP_PCI, TOPO_PCI_EXCAP,
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_pciexrc.c | 374 TOPO_PCI_EXCAP, TOPO_PROP_IMMUTABLE, PCIEX_ROOT, &err);
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 102 #define IS_LF(f) (confprop(f, TOPO_PCI_EXCAP) == "pciexdev") 103 #define IS_BG(f) (confprop(f, TOPO_PCI_EXCAP) == "pcibus") 104 #define IS_SD(f) (confprop(f, TOPO_PCI_EXCAP) == "pciexswd") 105 #define IS_SU(f) (confprop(f, TOPO_PCI_EXCAP) == "pciexswu")
|
Completed in 86 milliseconds