Searched refs:TIOCGPTPEER (Results 1 – 11 of 11) sorted by relevance
/linux/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()
|
/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 94 #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ macro
|
/linux/drivers/tty/ |
H A D | tty_io.c | 2794 case TIOCGPTPEER: in tty_ioctl() 2963 case TIOCGPTPEER: in tty_compat_ioctl()
|