Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/
HDvt_core.c124 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \
256 .vw_device = &vt_consdev,
309 struct vt_device *vd = vw->vw_device; in vt_resume_flush_timer()
474 curvw = vw->vw_device->vd_curwindow; in vt_late_window_switch()
500 vd = vw->vw_device; in vt_proc_window_switch()
561 struct vt_device *vd = vw->vw_device; in vt_window_switch()
693 vd = vw->vw_device; in vt_compute_drawable_area()
734 vt_termsize(vw->vw_device, vw->vw_font, &size); in vt_scroll()
738 vw->vw_device->vd_flags |= VDF_INVALID; in vt_scroll()
809 vd = vw->vw_device; in vt_scrollmode_kbdevent()
[all …]
HDvt.h282 struct vt_device *vw_device; /* (c) Device. */ member