/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 15 #define TIOCGETP _IOR('t', 8, struct sgttyb) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
|
H A D | termios.h | 8 struct sgttyb { struct
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 15 #define TIOCGETP _IOR('t', 8, struct sgttyb) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
|
H A D | termios.h | 20 struct sgttyb { struct
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 43 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ 44 #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ 45 #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */
|
H A D | termios.h | 9 struct sgttyb { struct
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 15 #define TIOCGETP _IOR('t', 8, struct sgttyb) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
|
H A D | termios.h | 8 struct sgttyb { struct
|
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 15 #define TIOCGETP _IOR('t', 8, struct sgttyb) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
|
H A D | termios.h | 20 struct sgttyb { struct
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 43 #define __TIOCGETP _IOR('t', 8, struct sgttyb) /* SunOS Specific */ 44 #define __TIOCSETP _IOW('t', 9, struct sgttyb) /* SunOS Specific */ 45 #define __TIOCSETN _IOW('t', 10, struct sgttyb) /* SunOS Specific */
|
H A D | termios.h | 9 struct sgttyb { struct
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ioctl.c | 492 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb() argument 494 struct sgttyb tmp; in get_sgttyb() 504 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_sgttyb() 536 * @sgttyb: pointer to old style terminal structure 544 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb() argument 547 struct sgttyb tmp; in set_sgttyb() 554 if (copy_from_user(&tmp, sgttyb, sizeof(tmp))) in set_sgttyb() 704 return get_sgttyb(real_tty, (struct sgttyb __use in tty_mode_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ioctl.c | 585 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb() argument 587 struct sgttyb tmp; in get_sgttyb() 597 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_sgttyb() 629 * @sgttyb: pointer to old style terminal structure 637 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb() argument 640 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 __use in tty_mode_ioctl() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | termios.h | 17 struct sgttyb { struct
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | termios.h | 17 struct sgttyb { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | termios.h | 24 struct sgttyb { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | termios.h | 24 struct sgttyb { struct
|