Searched refs:PCI_DEVICE (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h71 #define PCI_DEVICE "pcidev" macro
H A Dhc.c174 { PCI_DEVICE, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h45 #define PCI_DEVICE "pcidev" macro
H A Dutil.c107 if ((strcmp(name, PCI_DEVICE) == 0) ||
H A Dpcibus.c345 if ((ntn = pci_tnode_create(mod, parent, PCI_DEVICE, i, dn)) == NULL)
390 if (child_range_add(mod, ntn, PCI_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) {
401 topo_node_range_destroy(ntn, PCI_DEVICE);
H A Dpcibus_labels.c435 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 &&
482 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 &&
H A Ddid_props.c584 if (strcmp(nm, IOBOARD) != 0 && strcmp(nm, PCI_DEVICE) != 0 &&
596 } else if (strcmp(nm, PCI_DEVICE) == 0 ||
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_pci.c47 #define PCI_DEVICE(x) (((x)>>11) & 0x1f) macro
70 *slot = (int)PCI_DEVICE(regs_list[0]);
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h52 #define PCI_DEVICE(x) ((x >> 11) & 0x1f) macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c476 log_printf("%3d ", PCI_DEVICE(reghi), 0);
487 PCI_BUS(reghi), PCI_DEVICE(reghi), name, model, compat);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c144 if (strcmp(nm, PCI_DEVICE) != 0 &&
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c122 return (PCI_DEVICE(*(int *)value));
139 return (PCI_DEVICE(*(int *)value));

Completed in 82 milliseconds