Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dsgtty.h27 struct sgttyb;
32 extern int gtty (int __fd, struct sgttyb *__params) __THROW;
35 extern int stty (int __fd, const struct sgttyb *__params) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dsgtty.h27 struct sgttyb;
32 extern int gtty (int __fd, struct sgttyb *__params) __THROW;
35 extern int stty (int __fd, const struct sgttyb *__params) __THROW;
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A 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 */
H A Dtermios.h20 struct sgttyb { struct
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A 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 */
H A Dtermios.h8 struct sgttyb { struct
/OK3568_Linux_fs/kernel/drivers/tty/
H A 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()
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A 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 */
H A Dtermios.h9 struct sgttyb { struct
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dtermios.h17 struct sgttyb { struct
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/
H A D0001-configure.in.patch46 + PTY_TYPE=sgttyb
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-83455 -- Data Type: struct sgttyb
3471 -- Function: int gtty (int FILEDES, struct sgttyb *ATTRIBUTES)
3481 -- Function: int stty (int FILEDES, const struct sgttyb *ATTRIBUTES)
H A Dlibc.info-162398 * struct sgttyb: BSD Terminal Modes. (line 15)
H A Dlibc.info-1314201 ‘int gtty (int FILEDES, struct sgttyb *ATTRIBUTES)’
16588 ‘struct sgttyb
17138 ‘int stty (int FILEDES, const struct sgttyb *ATTRIBUTES)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-83455 -- Data Type: struct sgttyb
3471 -- Function: int gtty (int FILEDES, struct sgttyb *ATTRIBUTES)
3481 -- Function: int stty (int FILEDES, const struct sgttyb *ATTRIBUTES)
H A Dlibc.info-162398 * struct sgttyb: BSD Terminal Modes. (line 15)
H A Dlibc.info-1314201 ‘int gtty (int FILEDES, struct sgttyb *ATTRIBUTES)’
16588 ‘struct sgttyb
17138 ‘int stty (int FILEDES, const struct sgttyb *ATTRIBUTES)’