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

/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c170 static int pci0 = -1; variable
990 * Find the first pci bus and call it 0. Panic if pci0 is not
995 if (pci0 == -1)
996 pci0 = i;
997 else if (pci0 != 0)
1027 if (mpct == NULL || pci0 == -1 || pci0 + bus > mptable_maxbusid)
1029 if (busses[pci0 + bus].bus_type != PCI)
1031 args.bus = pci0 + bus;
1082 KASSERT(pci0 !
[all...]

Completed in 127 milliseconds