vt_ioctl
.ioctl = vt_ioctl,
return vt_ioctl(tty, cmd, arg);
return vt_ioctl(tty, cmd, (unsigned long)up);
int vt_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg);