Searched refs:vt_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvt.h19 struct vt_mode { struct
82 struct vt_mode mode;
/linux-master/include/linux/
H A Dconsole_struct.h131 struct vt_mode vt_mode; member in struct:vc_data
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c559 if (vc->vt_mode.mode != VT_PROCESS)
616 nvc->vt_mode = vsa.mode;
617 nvc->vt_mode.frsig = 0;
764 struct vt_mode tmp;
768 if (copy_from_user(&tmp, up, sizeof(struct vt_mode)))
774 vc->vt_mode = tmp;
776 vc->vt_mode.frsig = 0;
787 struct vt_mode tmp;
791 memcpy(&tmp, &vc->vt_mode, sizeof(struct vt_mode));
[all...]
H A Dvt.c3158 (vc->vt_mode.mode == VT_AUTO && vc->vc_mode == KD_GRAPHICS)) {

Completed in 131 milliseconds