Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_core.c1363 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush()
1485 vd->vd_flags &= ~VDF_SPLASH; in vtterm_done()
1509 vd->vd_flags |= VDF_SPLASH; in vtterm_splash()
1736 if (vd->vd_flags & VDF_SPLASH) { in vtterm_cngetc()
1738 vd->vd_flags &= ~VDF_SPLASH; in vtterm_cngetc()
1906 vd->vd_flags &= ~VDF_SPLASH; in vtterm_opened()
3107 if (vd->vd_flags & VDF_SPLASH) in vt_replace_backend()
H A Dvt.h153 #define VDF_SPLASH 0x02 /* Splash screen active. */ macro