Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dioctls.h69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux/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/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/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/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/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/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/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/arch/sparc/include/uapi/asm/
H A Dioctls.h91 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
/linux/drivers/tty/
H A Dpty.c467 case TIOCGPTN: /* TTY returns ENOTTY, but glibc expects EINVAL here */ in pty_bsd_ioctl()
654 case TIOCGPTN: /* Get PT Number */ in pty_unix98_ioctl()
/linux/tools/testing/ktest/
H A Dktest.pl1617 my $TIOCGPTN = 0x80045430;
1628 ioctl($ptm, $TIOCGPTN, $tmp) or