Searched refs:VDF_SPLASH (Results 1 – 2 of 2) sorted by relevance
1499 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush() 1666 vd->vd_flags &= ~VDF_SPLASH; in vtterm_done() 1706 vd->vd_flags |= VDF_SPLASH;1925 if (vd->vd_flags & VDF_SPLASH) { in vtterm_cngetc() 1927 vd->vd_flags &= ~VDF_SPLASH; in vtterm_cngetc() 2107 vd->vd_flags &= ~VDF_SPLASH; in vtterm_opened() 3322 if (vd->vd_flags & VDF_SPLASH) in vt_replace_backend()
151 #define VDF_SPLASH 0x02 /* Splash screen active. */ macro