Searched refs:TIOCGPTPEER (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/xtensa/include/uapi/asm/
H A Dioctls.h109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dioctls.h64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dioctls.h95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/arch/sh/include/uapi/asm/
H A Dioctls.h97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/include/uapi/asm-generic/
H A Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dioctls.h81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c122 #ifdef TIOCGPTPEER
123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC);
127 fprintf(stderr, "TIOCGPTPEER is not supported. "
132 "Failed to perform TIOCGPTPEER ioctl\n");
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctls.h104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctls.h109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctls.h94 #define TIOCGPTPEER _IO('t', 137) /* Safely open the slave */ macro
/linux-master/drivers/tty/
H A Dtty_io.c2794 case TIOCGPTPEER:
2963 case TIOCGPTPEER:

Completed in 1176 milliseconds