Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c170 #define VGATEXT_FLAG_CONSOLE 0x00000001 macro
171 #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()