Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dpci_emul.c72 #define MAXSLOTS (PCI_SLOTMAX + 1) macro
97 struct slotinfo slotinfo[MAXSLOTS];
308 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot()
1563 for (slot = 0; slot < MAXSLOTS; slot++) { in init_pci()
1641 for (slot = 0; slot < MAXSLOTS; slot++) { in init_pci()
1886 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_bus_write_dsdt()
2096 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_count_lintr()
2118 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_walk_lintr()
2769 if (slot >= MAXSLOTS) in pci_next()
2772 for (; slot < MAXSLOTS; slot++) { in pci_next()