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

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 69 #define PCI_FUNCTION "pcifn"
hc.c 172 { PCI_FUNCTION, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
pcibus.h 46 #define PCI_FUNCTION "pcifn"
pcibus.c 318 if ((ntn = pci_tnode_create(mod, parent, PCI_FUNCTION, i, dn)) == NULL)
356 if (child_range_add(mod, ntn, PCI_FUNCTION, 0, MAX_PCIDEV_FNS) < 0) {
did_props.c 393 strcmp(nm, PCI_FUNCTION) == 0 || strcmp(nm, PCIEX_FUNCTION) == 0 ||
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_pci.c 48 #define PCI_FUNCTION(x) (((x) & 0x700) >> 8)
71 *func = (int)PCI_FUNCTION(regs_list[0]);

Completed in 240 milliseconds