Searched defs:PCI_MAX_DEVS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h102 #define PCI_MAX_DEVS 32 macro
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c82 #define PCI_MAX_DEVS 32 /* max. number of devices on a pci bus */ macro
129 } slotinfo[PCI_MAX_DEVS];
533 if (pci_dev < PCI_MAX_DEVS) {
874 if (pci_dev >= PCI_MAX_DEVS) {
1024 if (pci_dev >= PCI_MAX_DEVS || slotinfop->slot_hdl == NULL) {
1123 if (pci_dev >= PCI_MAX_DEVS || slotinfop->slot_hdl == NULL) {
1469 if ((pci_dev >= PCI_MAX_DEVS) || (slotinfop->slot_hdl == NULL) ||
1639 if ((pci_dev >= PCI_MAX_DEVS) || (slotinfop->slot_hdl == NULL) ||
1836 for (i = 0; i < PCI_MAX_DEVS; i++) {
1876 for (i = 0; i < PCI_MAX_DEVS;
[all...]

Completed in 61 milliseconds