Home
last modified time | relevance | path

Searched refs:PCI_MAX_DEVS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c86 #define PCI_MAX_DEVS 32 /* max. number of devices on a pci bus */ macro
133 } slotinfo[PCI_MAX_DEVS];
537 if (pci_dev < PCI_MAX_DEVS) { in pcihp_open()
876 if (pci_dev >= PCI_MAX_DEVS) { in pcihp_ioctl()
1836 for (i = 0; i < PCI_MAX_DEVS; i++) { in pcihp_init()
1876 for (i = 0; i < PCI_MAX_DEVS; i++) in pcihp_init()
1905 for (i = 0; i < PCI_MAX_DEVS; i++) { in pcihp_uninit()
1919 for (i = 0; i < PCI_MAX_DEVS; i++) { in pcihp_uninit()
1935 for (i = 0; i < PCI_MAX_DEVS; i++) { in pcihp_uninit()
1943 for (i = 0; i < PCI_MAX_DEVS; i++) in pcihp_uninit()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_orion.c61 for (DeviceNo = 0; DeviceNo < PCI_MAX_DEVS; DeviceNo++) { in pci_is_broken_orion()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h105 #define PCI_MAX_DEVS 32 macro