Searched refs:VDF_SPLASH (Results 1 – 2 of 2) sorted by relevance
1492 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush()1659 vd->vd_flags &= ~VDF_SPLASH; in vtterm_done()1698 vd->vd_flags |= VDF_SPLASH; in vtterm_splash()1925 if (vd->vd_flags & VDF_SPLASH) { in vtterm_cngetc()1927 vd->vd_flags &= ~VDF_SPLASH; in vtterm_cngetc()2104 vd->vd_flags &= ~VDF_SPLASH; in vtterm_opened()3319 if (vd->vd_flags & VDF_SPLASH) in vt_replace_backend()
152 #define VDF_SPLASH 0x02 /* Splash screen active. */ macro