Searched refs:TIOCGPTPEER (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 122 #ifdef TIOCGPTPEER in do_tiocgptpeer() 123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/mips/include/uapi/asm/ |
D | ioctls.h | 95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/sh/include/uapi/asm/ |
D | ioctls.h | 97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/Linux-v5.10/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ macro
|
/Linux-v5.10/drivers/tty/ |
D | tty_io.c | 2647 case TIOCGPTPEER: in tty_ioctl() 2828 case TIOCGPTPEER: in tty_compat_ioctl()
|