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

/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c168 static bus_datum *busses; variable
383 busses = malloc((mptable_maxbusid + 1) * sizeof(bus_datum), M_MPTABLE,
386 busses[i].bus_type = NOBUS;
388 /* Second, we run through adding I/O APIC's and busses. */
565 busses[bus->bus_id].bus_id = bus->bus_id;
566 busses[bus->bus_id].bus_type = bus_type;
587 * Enumerate I/O APIC's and busses.
596 busses[0].bus_id = 0;
597 busses[0].bus_type = default_data[mpfps->config_type - 1][2];
599 busses[
[all...]
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c148 static int busses[256]; variable
584 for (x = 0; x < (int)nitems(busses); x++)
585 busses[x] = 0xff;
801 busses[ entry->bus_id ] = lookupBusType( name );
847 if ( busses[ entry->src_bus_id ] == PCI )

Completed in 82 milliseconds