Searched refs:sgttyb (Results 1 – 1 of 1) sorted by relevance
515 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb() argument517 struct sgttyb tmp; in get_sgttyb()527 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_sgttyb()567 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb() argument570 struct sgttyb tmp; in set_sgttyb()577 if (copy_from_user(&tmp, sgttyb, sizeof(tmp))) in set_sgttyb()727 return get_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()730 return set_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()