Searched refs:vt_mode (Results 1 – 4 of 4) sorted by relevance
595 struct vt_mode tmp; in vt_ioctl()599 if (copy_from_user(&tmp, up, sizeof(struct vt_mode))) { in vt_ioctl()608 vc->vt_mode = tmp; in vt_ioctl()610 vc->vt_mode.frsig = 0; in vt_ioctl()621 struct vt_mode tmp; in vt_ioctl()625 memcpy(&tmp, &vc->vt_mode, sizeof(struct vt_mode)); in vt_ioctl()628 rc = copy_to_user(up, &tmp, sizeof(struct vt_mode)); in vt_ioctl()716 nvc->vt_mode = vsa.mode; in vt_ioctl()717 nvc->vt_mode.frsig = 0; in vt_ioctl()758 if (vc->vt_mode.mode != VT_PROCESS) { in vt_ioctl()[all …]
2856 (vc->vt_mode.mode == VT_AUTO && vc->vc_mode == KD_GRAPHICS)) { in set_console()
19 struct vt_mode { struct82 struct vt_mode mode;
96 struct vt_mode vt_mode; member