| /OK3568_Linux_fs/buildroot/package/vte/ |
| H A D | 0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch | 42 +#if !defined(TIOCGPTPEER) 45 +#define TIOCGPTPEER _IOR('t', 137, int) 47 +#define TIOCGPTPEER _IOR('T', 0x41, int) 49 +#endif /* !TIOCGPTPEER */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/ |
| H A D | 0005-uapi-ioctls.h-Add-TIOCGPTPEER-from-upstream.patch | 4 Subject: [PATCH 5/5] uapi: ioctls.h: Add TIOCGPTPEER from upstream 22 +#define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 122 #ifdef TIOCGPTPEER in do_tiocgptpeer() 123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /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/asm-generic/ |
| H A D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /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/asm-generic/ |
| H A D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ioctls.h | 95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | ioctls.h | 64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 94 #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_io.c | 2733 case TIOCGPTPEER: in tty_ioctl() 2914 case TIOCGPTPEER: in tty_compat_ioctl()
|