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.c1504 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush()
1671 vd->vd_flags &= ~VDF_SPLASH; in vtterm_done()
1729 vd->vd_flags |= VDF_SPLASH; in vtterm_splash()
1956 if (vd->vd_flags & VDF_SPLASH) { in vtterm_cngetc()
1958 vd->vd_flags &= ~VDF_SPLASH; in vtterm_cngetc()
2138 vd->vd_flags &= ~VDF_SPLASH; in vtterm_opened()
3356 if (vd->vd_flags & VDF_SPLASH) in vt_replace_backend()
H A Dvt.h151 #define VDF_SPLASH 0x02 /* Splash screen active. */ macro