taglinefilesource code
vt1370drivers/char/console.cstruct vt_struct *vt = (struct vt_struct *)tty->driver_data;
vt1372drivers/char/console.ccurrcons = vt->vc_num;
vt1910drivers/char/console.cstruct vt_struct *vt = (struct vt_struct *) tty->driver_data;
vt1912drivers/char/console.cwake_up_interruptible(&vt->paste_wait);
vt276drivers/char/selection.cstruct vt_struct *vt = (struct vt_struct *) tty->driver_data;
vt282drivers/char/selection.cadd_wait_queue(&vt->paste_wait, &wait);
vt202drivers/char/vt.cstruct vt_struct *vt = (struct vt_struct *)tty->driver_data;
vt204drivers/char/vt.cconsole = vt->vc_num;
vt137net/netrom/nr_subr.cunsigned short vt = (sk->nr->vl + sk->window) % NR_MODULUS;
vt139net/netrom/nr_subr.cwhile (vc != vt) {