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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_ioctl.c942 struct tty_struct *real_tty; local
949 real_tty = tty->link;
951 real_tty = tty;
956 return get_sgttyb(real_tty, (struct sgttyb __user *) arg);
959 return set_sgttyb(real_tty, (struct sgttyb __user *) arg);
963 return get_tchars(real_tty, p);
965 return set_tchars(real_tty, p);
969 return get_ltchars(real_tty, p);
971 return set_ltchars(real_tty, p);
974 return set_termios(real_tty,
[all...]
H A Dtty_io.c2236 * @real_tty: tty side of the tty pased by the user if a pty else the tty
2245 static int tiocgpgrp(struct tty_struct *tty, struct tty_struct *real_tty, pid_t __user *p) argument
2250 * (tty == real_tty) is a cheap way of
2253 if (tty == real_tty && current->signal->tty != real_tty)
2255 pid = tty_get_pgrp(real_tty);
2264 * @real_tty: tty side device matching tty passed by user
2273 static int tiocspgrp(struct tty_struct *tty, struct tty_struct *real_tty, pid_t __user *p) argument
2277 int retval = tty_check_change(real_tty);
2285 (current->signal->tty != real_tty) ||
2322 tiocgsid(struct tty_struct *tty, struct tty_struct *real_tty, pid_t __user *p) argument
2490 struct tty_struct *real_tty; local
[all...]

Completed in 66 milliseconds