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