Searched refs:TIOCGPTN (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | ioctls.h | 69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | ioctls.h | 58 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | ioctls.h | 69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | ioctls.h | 71 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | ioctls.h | 87 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | ioctls.h | 79 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 56 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 96 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/ |
D | ioctls.h | 89 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 91 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | pty.c | 476 case TIOCGPTN: /* TTY returns ENOTTY, but glibc expects EINVAL here */ in pty_bsd_ioctl() 665 case TIOCGPTN: /* Get PT Number */ in pty_unix98_ioctl()
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
D | ktest.pl | 1542 my $TIOCGPTN = 0x80045430; 1553 ioctl($ptm, $TIOCGPTN, $tmp) or
|