Searched refs:vt_mode (Results 1 – 6 of 6) sorted by relevance
559 if (vc->vt_mode.mode != VT_PROCESS) in vt_reldisp()616 nvc->vt_mode = vsa.mode; in vt_setactivate()617 nvc->vt_mode.frsig = 0; in vt_setactivate()765 struct vt_mode tmp; in vt_ioctl()769 if (copy_from_user(&tmp, up, sizeof(struct vt_mode))) in vt_ioctl()775 vc->vt_mode = tmp; in vt_ioctl()777 vc->vt_mode.frsig = 0; in vt_ioctl()788 struct vt_mode tmp; in vt_ioctl()792 memcpy(&tmp, &vc->vt_mode, sizeof(struct vt_mode)); in vt_ioctl()795 rc = copy_to_user(up, &tmp, sizeof(struct vt_mode)); in vt_ioctl()[all …]
3019 (vc->vt_mode.mode == VT_AUTO && vc->vc_mode == KD_GRAPHICS)) { in set_console()
19 struct vt_mode { struct82 struct vt_mode mode;
24 struct vt_mode { struct79 struct vt_mode mode;
12 struct vt_mode { struct67 struct vt_mode mode;
132 struct vt_mode vt_mode; member