Home
last modified time | relevance | path

Searched refs:vt_event (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dvt.h66 struct vt_event { struct
/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c73 struct vt_event event;
168 static int vt_event_wait_ioctl(struct vt_event __user *event) in vt_event_wait_ioctl()
172 if (copy_from_user(&vw.event, event, sizeof(struct vt_event))) in vt_event_wait_ioctl()
181 if (copy_to_user(event, &vw.event, sizeof(struct vt_event))) in vt_event_wait_ioctl()
1021 ret = vt_event_wait_ioctl((struct vt_event __user *)arg); in vt_ioctl()