Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h94 #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ macro
/openbmc/qemu/linux-user/
H A Dioctls.h43 #ifdef TIOCGPTPEER in IOCTL()
44 IOCTL_SPECIAL(TIOCGPTPEER, 0, do_ioctl_tiocgptpeer, TYPE_INT) in IOCTL()
H A Dsyscall.c5411 #ifdef TIOCGPTPEER
/openbmc/linux/drivers/tty/
H A Dtty_io.c2770 case TIOCGPTPEER: in tty_ioctl()
2939 case TIOCGPTPEER: in tty_compat_ioctl()