taglinefilesource code
vt1427drivers/char/console.cstruct vt_struct *vt = (struct vt_struct *)tty->driver_data;
vt1429drivers/char/console.ccurrcons = vt->vc_num;
vt1954drivers/char/console.cstruct vt_struct *vt = (struct vt_struct *) tty->driver_data;
vt1956drivers/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);
vt192drivers/char/vt.cstruct vt_struct *vt = (struct vt_struct *)tty->driver_data;
vt194drivers/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) {