Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c124 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \
258 .vw_device = &vt_consdev,
315 struct vt_device *vd = vw->vw_device; in vt_resume_flush_timer()
480 curvw = vw->vw_device->vd_curwindow; in vt_late_window_switch()
506 vd = vw->vw_device; in vt_proc_window_switch()
567 struct vt_device *vd = vw->vw_device; in vt_window_switch()
708 vd = vw->vw_device; in vt_compute_drawable_area()
749 vt_termsize(vw->vw_device, vw->vw_font, &size); in vt_scroll()
753 vw->vw_device->vd_flags |= VDF_INVALID; in vt_scroll()
824 vd = vw->vw_device; in vt_scrollmode_kbdevent()
[all...]
H A Dvt.h292 struct vt_device *vw_device; /* (c) Device. */ member