Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/syscons/
H A Dsyscons.c514 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()
555 if ((sc->flags & SC_SPLASH_SCRN) != 0) in sc_set_vesa_mode()
3410 if (!(sc->flags & SC_SPLASH_SCRN)) { in scinit()
3413 sc->flags |= SC_SPLASH_SCRN; in scinit()
3441 if (sc->flags & SC_SPLASH_SCRN) { in scterm()
3443 sc->flags &= ~SC_SPLASH_SCRN; in scterm()
H A Dsyscons.h210 #define SC_SPLASH_SCRN (1 << 17) macro