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

/freebsd-9.3-release/sys/dev/vt/
H A Dvt_core.c111 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \
209 vd = vw->vw_device;
236 struct vt_device *vd = vw->vw_device;
304 vt_termsize(vw->vw_device, vw->vw_font, &size);
314 vw->vw_device->vd_flags |= VDF_INVALID;
317 vw->vw_device->vd_flags |= VDF_INVALID; /*XXX*/
349 vd = vw->vw_device;
595 struct vt_device *vd = vw->vw_device;
815 struct vt_device *vd = vw->vw_device;
858 struct vt_device *vd = vw->vw_device;
[all...]
H A Dvt.h241 struct vt_device *vw_device; /* (c) Device. */ member in struct:vt_window
385 .vw_device = &driver ## _consdev, \

Completed in 54 milliseconds