Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c1499 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()
H A Dvt.h151 #define VDF_SPLASH 0x02 /* Splash screen active. */ macro