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

/linux-4.4.14/include/uapi/asm-generic/
H A Dioctls.h68 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dioctls.h95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dioctls.h55 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dioctls.h100 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dioctls.h95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dioctls.h86 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/sh/include/uapi/asm/
H A Dioctls.h88 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dioctls.h88 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
/linux-4.4.14/drivers/tty/
H A Dpty.c494 case TIOCGPTN: /* TTY returns ENOTTY, but glibc expects EINVAL here */ pty_bsd_ioctl()
619 case TIOCGPTN: /* Get PT Number */ pty_unix98_ioctl()
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl1422 my $TIOCGPTN = 0x80045430;
1433 ioctl($ptm, $TIOCGPTN, $tmp) or
1434 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
/linux-4.4.14/fs/
H A Dcompat_ioctl.c870 COMPATIBLE_IOCTL(TIOCGPTN)
/linux-4.4.14/tools/perf/
H A Dbuiltin-trace.c991 "TIOCGRS485", "TIOCSRS485", "TIOCGPTN", "TIOCSPTLCK",

Completed in 108 milliseconds