Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.c504 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()
547 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()
3349 if (!(sc->flags & SC_SPLASH_SCRN)) { in scinit()
3352 sc->flags |= SC_SPLASH_SCRN; in scinit()
3380 if (sc->flags & SC_SPLASH_SCRN) { in scterm()
3382 sc->flags &= ~SC_SPLASH_SCRN; in scterm()
H A Dsyscons.h218 #define SC_SPLASH_SCRN (1 << 17) macro