Searched refs:TOPO_PCI_CLASS (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 114 #define TOPO_PCI_CLASS "class-code" macro
|
/titanic_41/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 63 (confprop_defined(PCIFN, TOPO_PCI_CLASS) && \ 64 confprop(PCIFN, TOPO_PCI_CLASS) != "60400" && \ 65 confprop(PCIFN, TOPO_PCI_CLASS) != "60401") 68 (confprop(PCIFN, TOPO_PCI_CLASS) == "60400" || \ 69 confprop(PCIFN, TOPO_PCI_CLASS) == "60401") 72 (confprop_defined(pcibus/pcidev[fromdev]/pcifn, TOPO_PCI_CLASS) && \ 73 confprop(pcibus/pcidev[fromdev]/pcifn, TOPO_PCI_CLASS) != "60400" && \ 74 confprop(pcibus/pcidev[fromdev]/pcifn, TOPO_PCI_CLASS) != "60401") 76 #define IS_LF(f) (confprop_defined(f, TOPO_PCI_CLASS) && \ 77 confprop(f, TOPO_PCI_CLASS) != "60400" && \ [all …]
|
H A D | pciex.esc | 106 #define IS_PCI_LF(f) (confprop_defined(f, TOPO_PCI_CLASS) && \ 107 confprop(f, TOPO_PCI_CLASS) != "60400" && \ 108 confprop(f, TOPO_PCI_CLASS) != "60401")
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 144 { DI_CLASSPROP, &pci_pgroup, TOPO_PCI_CLASS, maybe_di_uint_to_str },
|