Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dvt.h66 struct vt_event { struct
/linux-2.6.39/drivers/tty/vt/
Dvt_ioctl.c71 struct vt_event event;
149 static int vt_event_wait_ioctl(struct vt_event __user *event) in vt_event_wait_ioctl()
153 if (copy_from_user(&vw.event, event, sizeof(struct vt_event))) in vt_event_wait_ioctl()
162 if (copy_to_user(event, &vw.event, sizeof(struct vt_event))) in vt_event_wait_ioctl()
1337 ret = vt_event_wait_ioctl((struct vt_event __user *)arg); in vt_ioctl()