Lines Matching refs:vd_flags
215 .vd_flags = VDF_INVALID,
289 (main_vd->vd_flags & VDF_TEXTMODE) ? "text" : "resolution", in vt_update_static()
318 if (!(vd->vd_flags & VDF_ASYNC) || in vt_resume_flush_timer()
335 if (!(vd->vd_flags & VDF_ASYNC) || in vt_suspend_flush_timer()
589 vd->vd_flags |= VDF_INVALID; in vt_window_switch()
619 vd->vd_flags |= VDF_INVALID; in vt_window_switch()
751 vw->vw_device->vd_flags |= VDF_INVALID; in vt_scroll()
1123 vtterm_devctl(vt_enable_bell, vd->vd_flags & VDF_QUIET_BELL, in vtterm_bell()
1129 if (vd->vd_flags & VDF_QUIET_BELL) in vtterm_bell()
1155 vtterm_devctl(vt_enable_bell, vd->vd_flags & VDF_QUIET_BELL, in vtterm_beep()
1484 if (vd->vd_flags & VDF_SPLASH || vw->vw_flags & VWF_BUSY) in vt_flush()
1488 if (((vd->vd_flags & VDF_TEXTMODE) == 0) && (vf == NULL)) in vt_flush()
1502 if ((vd->vd_flags & VDF_MOUSECURSOR) && /* Mouse support enabled. */ in vt_flush()
1538 if (vd->vd_flags & (VDF_INVALID | VDF_SUSPENDED)) { in vt_flush()
1540 vd->vd_flags &= ~VDF_INVALID; in vt_flush()
1647 vd->vd_flags |= VDF_INVALID; in vtterm_done()
1651 vd->vd_flags &= ~VDF_SPLASH; in vtterm_done()
1653 } else if (!(vd->vd_flags & VDF_ASYNC)) { in vtterm_done()
1671 if (!(vd->vd_flags & VDF_TEXTMODE) && (boothowto & RB_MUTE)) { in vtterm_splash()
1690 vd->vd_flags |= VDF_SPLASH; in vtterm_splash()
1839 if (vd->vd_flags & VDF_INITIALIZED) in vtterm_cnprobe()
1855 vd->vd_flags |= VDF_DEAD; in vtterm_cnprobe()
1863 vd->vd_flags |= VDF_DEAD; in vtterm_cnprobe()
1876 if ((vd->vd_flags & VDF_TEXTMODE) == 0) { in vtterm_cnprobe()
1901 vd->vd_flags |= VDF_INITIALIZED; in vtterm_cnprobe()
1917 if (vd->vd_flags & VDF_SPLASH) { in vtterm_cngetc()
1919 vd->vd_flags &= ~VDF_SPLASH; in vtterm_cngetc()
1921 vd->vd_flags |= VDF_INVALID; in vtterm_cngetc()
2096 vd->vd_flags &= ~VDF_SPLASH; in vtterm_opened()
2171 vd->vd_flags |= VDF_INVALID; in vt_change_font()
2781 vd->vd_flags |= VDF_INVALID; in vtterm_ioctl()
2792 vd->vd_flags |= VDF_QUIET_BELL; in vtterm_ioctl()
2794 vd->vd_flags &= ~VDF_QUIET_BELL; in vtterm_ioctl()
2829 if (vd->vd_flags & VDF_MOUSECURSOR) { in vtterm_ioctl()
2830 vd->vd_flags &= ~VDF_MOUSECURSOR; in vtterm_ioctl()
2837 if (!(vd->vd_flags & VDF_MOUSECURSOR)) { in vtterm_ioctl()
2838 vd->vd_flags |= VDF_MOUSECURSOR; in vtterm_ioctl()
2853 if (vd->vd_flags & VDF_TEXTMODE) in vtterm_ioctl()
3125 if ((vd->vd_flags & VDF_TEXTMODE) == 0) { in vt_allocate_window()
3177 if (!(vd->vd_flags & VDF_ASYNC)) { in vt_upgrade()
3193 vd->vd_flags |= VDF_ASYNC; in vt_upgrade()
3222 if (!(vd->vd_flags & VDF_TEXTMODE) && vw->vw_font == NULL) in vt_resize()
3241 if (vd->vd_flags & VDF_ASYNC) { in vt_replace_backend()
3258 vd->vd_flags &= ~VDF_TEXTMODE; in vt_replace_backend()
3288 vd->vd_flags |= VDF_DOWNGRADE; in vt_replace_backend()
3295 vd->vd_flags &= ~VDF_DOWNGRADE; in vt_replace_backend()
3311 if (vd->vd_flags & VDF_SPLASH) in vt_replace_backend()
3315 if (vd->vd_flags & VDF_ASYNC) { in vt_replace_backend()
3335 vd->vd_flags |= VDF_SUSPENDED; in vt_suspend_handler()
3348 vd->vd_flags &= ~VDF_SUSPENDED; in vt_resume_handler()