Searched refs:sgttyb (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 14 #define TIOCGETP _IOR('t', 8, struct sgttyb) 15 #define TIOCSETP _IOW('t', 9, struct sgttyb) 16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
|
D | termios.h | 7 struct sgttyb { struct
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 14 #define TIOCGETP _IOR('t', 8, struct sgttyb) 15 #define TIOCSETP _IOW('t', 9, struct sgttyb) 16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
|
D | termios.h | 19 struct sgttyb { struct
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 40 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ 41 #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ 42 #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */
|
D | termios.h | 8 struct sgttyb { struct
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 743 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb() argument 745 struct sgttyb tmp; in get_sgttyb() 755 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_sgttyb() 795 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb() argument 798 struct sgttyb tmp; in set_sgttyb() 805 if (copy_from_user(&tmp, sgttyb, sizeof(tmp))) in set_sgttyb() 955 return get_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl() 958 return set_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | termios.h | 16 struct sgttyb { struct
|