Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dvt_ioctl.c596 struct vt_mode tmp; in vt_ioctl()
600 if (copy_from_user(&tmp, up, sizeof(struct vt_mode))) { in vt_ioctl()
609 vc->vt_mode = tmp; in vt_ioctl()
611 vc->vt_mode.frsig = 0; in vt_ioctl()
622 struct vt_mode tmp; in vt_ioctl()
626 memcpy(&tmp, &vc->vt_mode, sizeof(struct vt_mode)); in vt_ioctl()
629 rc = copy_to_user(up, &tmp, sizeof(struct vt_mode)); in vt_ioctl()
715 nvc->vt_mode = vsa.mode; in vt_ioctl()
716 nvc->vt_mode.frsig = 0; in vt_ioctl()
757 if (vc->vt_mode.mode != VT_PROCESS) { in vt_ioctl()
[all …]
Dvt.c2480 (vc->vt_mode.mode == VT_AUTO && vc->vc_mode == KD_GRAPHICS)) { in set_console()
/linux-4.4.14/include/uapi/linux/
Dvt.h19 struct vt_mode { struct
82 struct vt_mode mode;
/linux-4.4.14/include/linux/
Dconsole_struct.h63 struct vt_mode vt_mode; member