Home
last modified time | relevance | path

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

/src/stand/efi/loader/
H A Dconf.c80 extern struct console eficom;
93 &eficom,
/src/stand/efi/libefi/
H A Deficom.c68 struct console eficom = { variable
373 comc_probe(&eficom); in comc_probe_compat()
374 if (eficom.c_flags & (C_PRESENTIN | C_PRESENTOUT)) { in comc_probe_compat()
396 eficom.c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT); in comc_init()
559 if ((eficom.c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) == 0 || comc_port == NULL) in comc_setup()
600 eficom.c_flags |= (C_PRESENTIN | C_PRESENTOUT); in comc_setup()
H A DMakefile12 eficom.c \