Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dioctls.h68 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dioctls.h86 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dioctls.h55 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dioctls.h100 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dioctls.h95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dioctls.h95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/sh/include/uapi/asm/
Dioctls.h88 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dioctls.h88 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
/linux-4.1.27/drivers/tty/
Dpty.c489 case TIOCGPTN: /* TTY returns ENOTTY, but glibc expects EINVAL here */ in pty_bsd_ioctl()
610 case TIOCGPTN: /* Get PT Number */ in pty_unix98_ioctl()
/linux-4.1.27/tools/testing/ktest/
Dktest.pl1422 my $TIOCGPTN = 0x80045430;
1433 ioctl($ptm, $TIOCGPTN, $tmp) or
/linux-4.1.27/fs/
Dcompat_ioctl.c870 COMPATIBLE_IOCTL(TIOCGPTN)