Home
last modified time | relevance | path

Searched refs:TIOCGPTPEER (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/package/vte/
H A D0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch42 +#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 D0005-uapi-ioctls.h-Add-TIOCGPTPEER-from-upstream.patch4 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 Ddevpts_pts.c122 #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 Dioctls.h81 #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 Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dioctls.h81 #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 Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dioctls.h95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dioctls.h64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dioctls.h97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dioctls.h109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dioctls.h104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dioctls.h109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dioctls.h94 #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_io.c2733 case TIOCGPTPEER: in tty_ioctl()
2914 case TIOCGPTPEER: in tty_compat_ioctl()