Home
last modified time | relevance | path

Searched refs:TOPO_PCI_CLASS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h129 #define TOPO_PCI_CLASS "class-code" macro
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc63 (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 Dpciex.esc106 #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")
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c161 { DI_CLASSPROP, &pci_pgroup, TOPO_PCI_CLASS, maybe_di_uint_to_str },