tnew              461 drivers/tty/tty_ioctl.c 	struct termiox tnew;
tnew              466 drivers/tty/tty_ioctl.c 	if (copy_from_user(&tnew, arg, sizeof(struct termiox)))
tnew              483 drivers/tty/tty_ioctl.c 		tty->ops->set_termiox(tty, &tnew);
tnew              288 include/linux/tty_driver.h 	int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);