tag | line | file | source code |
vt | 1344 | drivers/char/console.c | struct vt_struct *vt = (struct vt_struct *)tty->driver_data; |
vt | 1346 | drivers/char/console.c | currcons = vt->vc_num; |
vt | 1819 | drivers/char/console.c | struct vt_struct *vt = (struct vt_struct *) tty->driver_data; |
vt | 1821 | drivers/char/console.c | wake_up_interruptible(&vt->paste_wait); |
vt | 2464 | drivers/char/console.c | struct vt_struct *vt = (struct vt_struct *) tty->driver_data; |
vt | 2471 | drivers/char/console.c | add_wait_queue(&vt->paste_wait, &wait); |
vt | 136 | drivers/char/vt.c | struct vt_struct *vt = (struct vt_struct *)tty->driver_data; |
vt | 138 | drivers/char/vt.c | console = vt->vc_num; |