Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/asm-generic/
A Dioctls.h69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/tools/include/uapi/asm-generic/
A Dioctls.h69 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dioctls.h87 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dioctls.h56 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dioctls.h101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dioctls.h96 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/sh/include/uapi/asm/
A Dioctls.h89 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/alpha/include/uapi/asm/
A Dioctls.h101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A Dioctls.h91 #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ macro
/linux-6.3-rc2/drivers/tty/
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-6.3-rc2/tools/testing/ktest/
A Dktest.pl1603 my $TIOCGPTN = 0x80045430;
1614 ioctl($ptm, $TIOCGPTN, $tmp) or

Completed in 16 milliseconds