Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c71 #define MAXSLOTS (PCI_SLOTMAX + 1) macro
96 struct slotinfo slotinfo[MAXSLOTS];
307 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot()
1560 for (slot = 0; slot < MAXSLOTS; slot++) { in init_pci()
1638 for (slot = 0; slot < MAXSLOTS; slot++) { in init_pci()
1883 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_bus_write_dsdt()
2093 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_count_lintr()
2115 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_walk_lintr()
2766 if (slot >= MAXSLOTS) in pci_next()
2769 for (; slot < MAXSLOTS; slot++) { in pci_next()