OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dflt_conf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/x86/
mpbios.c
605
const struct dflt_conf_entry *
dflt_conf
;
local in function:mpbios_scan
654
dflt_conf
= &dflt_conf_tab[mp_fps->mpfb1 - 1];
656
dflt_bus_irq_tab[(
dflt_conf
->flags & IRQ_VAR) != 0];
672
for (i = 0; i < __arraycount(
dflt_conf
->bus_type); i++) {
673
if (
dflt_conf
->bus_type[i] != NULL)
683
intr_cnt = (
dflt_conf
->flags & INTIN0_NC) ? 0 : 1;
703
mpbios_dflt_conf_bus(self,
dflt_conf
);
704
mpbios_dflt_conf_int(self,
dflt_conf
, dflt_bus_irq);
903
mpbios_dflt_conf_bus(device_t self, const struct dflt_conf_entry *
dflt_conf
)
910
for (i = 0; i < __arraycount(
dflt_conf
->bus_type); i++)
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025