Searched refs:real_tty (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c682 struct tty_struct * real_tty; local
689 real_tty = tty->link;
691 real_tty = tty;
696 return get_sgttyb(real_tty, (struct sgttyb __user *) arg);
699 return set_sgttyb(real_tty, (struct sgttyb __user *) arg);
703 return get_tchars(real_tty, p);
705 return set_tchars(real_tty, p);
709 return get_ltchars(real_tty, p);
711 return set_ltchars(real_tty, p);
714 return set_termios(real_tty,
[all...]
H A Dtty_io.c2822 static int tiocswinsz(struct tty_struct *tty, struct tty_struct *real_tty, argument
2845 if ((real_tty->pgrp != tty->pgrp) && real_tty->pgrp)
2846 kill_pgrp(real_tty->pgrp, SIGWINCH, 1);
2848 real_tty->winsize = tmp_ws;
2970 * @real_tty: tty side of the tty pased by the user if a pty else the tty
2979 static int tiocgpgrp(struct tty_struct *tty, struct tty_struct *real_tty, pid_t __user *p) argument
2982 * (tty == real_tty) is a cheap way of
2985 if (tty == real_tty && current->signal->tty != real_tty)
3002 tiocspgrp(struct tty_struct *tty, struct tty_struct *real_tty, pid_t __user *p) argument
3048 tiocgsid(struct tty_struct *tty, struct tty_struct *real_tty, pid_t __user *p) argument
3186 struct tty_struct *tty, *real_tty; local
[all...]

Completed in 111 milliseconds