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

/linux-master/arch/xtensa/include/uapi/asm/
H A Dioctls.h101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dioctls.h56 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dioctls.h87 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/arch/sh/include/uapi/asm/
H A Dioctls.h89 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/include/uapi/asm-generic/
H A Dioctls.h69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dioctls.h69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctls.h96 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dioctls.h101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctls.h91 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
/linux-master/drivers/tty/
H A Dpty.c467 case TIOCGPTN: /* TTY returns ENOTTY, but glibc expects EINVAL here */
654 case TIOCGPTN: /* Get PT Number */
/linux-master/tools/testing/ktest/
H A Dktest.pl1608 my $TIOCGPTN = 0x80045430;
1619 ioctl($ptm, $TIOCGPTN, $tmp) or
1620 dodie "ioctl TIOCGPTN for /dev/ptmx failed";

Completed in 107 milliseconds