Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c512 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()
553 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()
3412 if (!(sc->flags & SC_SPLASH_SCRN)) { in scinit()
3415 sc->flags |= SC_SPLASH_SCRN; in scinit()
3443 if (sc->flags & SC_SPLASH_SCRN) { in scterm()
3445 sc->flags &= ~SC_SPLASH_SCRN; in scterm()
H A Dsyscons.h208 #define SC_SPLASH_SCRN (1 << 17) macro