HomeSort by relevance Sort by last modified time
    Searched refs:TOPO_PCI_CLASS (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 105 #define TOPO_PCI_CLASS "class-code"
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/common/
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...]
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")
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
did_props.c 144 { DI_CLASSPROP, &pci_pgroup, TOPO_PCI_CLASS, maybe_di_uint_to_str },

Completed in 360 milliseconds