Searched refs:PCI_FUNCTION (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h72 #define PCI_FUNCTION "pcifn" macro
H A Dhc.c175 { PCI_FUNCTION, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h46 #define PCI_FUNCTION "pcifn" macro
H A Dpcibus.c317 if ((ntn = pci_tnode_create(mod, parent, PCI_FUNCTION, i, dn)) == NULL)
355 if (child_range_add(mod, ntn, PCI_FUNCTION, 0, MAX_PCIDEV_FNS) < 0) {
H A Ddid_props.c435 strcmp(nm, PCI_FUNCTION) == 0 || strcmp(nm, PCIEX_FUNCTION) == 0 ||
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_pci.c48 #define PCI_FUNCTION(x) (((x) & 0x700) >> 8) macro
71 *func = (int)PCI_FUNCTION(regs_list[0]);

Completed in 70 milliseconds