Searched refs:VGATEXT_FLAG_CONSOLE (Results 1 – 1 of 1) sorted by relevance
170 #define VGATEXT_FLAG_CONSOLE 0x00000001 macro171 #define VGATEXT_IS_CONSOLE(softc) ((softc)->flags & VGATEXT_FLAG_CONSOLE)379 softc->flags |= VGATEXT_FLAG_CONSOLE; in vgatext_check_for_console()384 if (!(softc->flags & VGATEXT_FLAG_CONSOLE) || !pci_pcie_bus) in vgatext_check_for_console()426 softc->flags &= ~VGATEXT_FLAG_CONSOLE; in vgatext_check_for_console()