Searched refs:TIOCGPTN (Results 1 – 11 of 11) sorted by relevance
/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 87 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 56 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 89 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 96 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 91 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
|
/linux/drivers/tty/ |
H A D | pty.c | 467 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 D | ktest.pl | 1617 my $TIOCGPTN = 0x80045430; 1628 ioctl($ptm, $TIOCGPTN, $tmp) or
|