Home
last modified time | relevance | path

Searched refs:sgttyb (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
Dioctls.h15 #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 */
Dtermios.h20 struct sgttyb { struct
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dioctls.h15 #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 */
Dtermios.h8 struct sgttyb { struct
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dioctls.h43 #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 */
Dtermios.h9 struct sgttyb { struct
/kernel/linux/linux-5.10/drivers/tty/
Dtty_ioctl.c470 static int get_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in get_sgttyb() argument
472 struct sgttyb tmp; in get_sgttyb()
482 return copy_to_user(sgttyb, &tmp, sizeof(tmp)) ? -EFAULT : 0; in get_sgttyb()
522 static int set_sgttyb(struct tty_struct *tty, struct sgttyb __user *sgttyb) in set_sgttyb() argument
525 struct sgttyb tmp; in set_sgttyb()
532 if (copy_from_user(&tmp, sgttyb, sizeof(tmp))) in set_sgttyb()
682 return get_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()
685 return set_sgttyb(real_tty, (struct sgttyb __user *) arg); in tty_mode_ioctl()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dtermios.h17 struct sgttyb { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dtermios.h24 struct sgttyb { struct