Searched refs:sgttyb (Results 1 – 1 of 1) sorted by relevance
585 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb() argument587 struct sgttyb tmp; in get_sgttyb()597 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_sgttyb()637 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb() argument640 struct sgttyb tmp; in set_sgttyb()647 if (copy_from_user(&tmp, sgttyb, sizeof(tmp))) in set_sgttyb()791 return get_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()794 return set_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()