Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvt.h66 struct vt_event { struct
/linux/drivers/tty/vt/
H A Dvt_ioctl.c94 struct vt_event event;
189 static int vt_event_wait_ioctl(struct vt_event __user *event) in vt_event_wait_ioctl()
193 if (copy_from_user(&vw.event, event, sizeof(struct vt_event))) in vt_event_wait_ioctl()
202 if (copy_to_user(event, &vw.event, sizeof(struct vt_event))) in vt_event_wait_ioctl()
953 return vt_event_wait_ioctl((struct vt_event __user *)arg); in vt_ioctl()