Searched refs:PCI_FUNCTION (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 72 #define PCI_FUNCTION "pcifn" macro
|
H A D | hc.c | 175 { PCI_FUNCTION, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.h | 46 #define PCI_FUNCTION "pcifn" macro
|
H A D | pcibus.c | 317 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 D | did_props.c | 435 strcmp(nm, PCI_FUNCTION) == 0 || strcmp(nm, PCIEX_FUNCTION) == 0 ||
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_pci.c | 48 #define PCI_FUNCTION(x) (((x) & 0x700) >> 8) macro 71 *func = (int)PCI_FUNCTION(regs_list[0]);
|
Completed in 114 milliseconds