| /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 D | sgtty.h | 27 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 D | sgtty.h | 27 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 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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 470 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 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
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termios.h | 17 struct sgttyb { struct
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-configure.in.patch | 46 + 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 D | libc.info-8 | 3455 -- 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 D | libc.info-16 | 2398 * struct sgttyb: BSD Terminal Modes. (line 15)
|
| H A D | libc.info-13 | 14201 ‘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 D | libc.info-8 | 3455 -- 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 D | libc.info-16 | 2398 * struct sgttyb: BSD Terminal Modes. (line 15)
|
| H A D | libc.info-13 | 14201 ‘int gtty (int FILEDES, struct sgttyb *ATTRIBUTES)’ 16588 ‘struct sgttyb’ 17138 ‘int stty (int FILEDES, const struct sgttyb *ATTRIBUTES)’
|