Searched refs:TIOCGPTN (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/uapi/asm-generic/ |
D | ioctls.h | 68 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ioctls.h | 86 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 55 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ioctls.h | 88 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 100 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 95 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 88 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 494 case TIOCGPTN: /* TTY returns ENOTTY, but glibc expects EINVAL here */ in pty_bsd_ioctl() 619 case TIOCGPTN: /* Get PT Number */ in pty_unix98_ioctl()
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 1422 my $TIOCGPTN = 0x80045430; 1433 ioctl($ptm, $TIOCGPTN, $tmp) or
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 870 COMPATIBLE_IOCTL(TIOCGPTN)
|