Home
last modified time | relevance | path

Searched refs:TCGETA (Results 1 – 25 of 38) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c82 &bfd, TCGETA, &termio, EBADF},
85 &fd, TCGETA, (struct termio *)-1, EFAULT},
94 &fd1, TCGETA, &termio, ENOTTY},
97 &fd, TCGETA, NULL, EFAULT}
Dioctl02.c261 rval = ioctl(parentfd, TCGETA, &termio); in run_ptest()
433 SAFE_IOCTL(cleanup, fd, TCGETA, &save_io); in setup()
/external/syzkaller/sys/linux/
Dtty_386.const43 TCGETA = 21509
Dtty_arm.const43 TCGETA = 21509
Dtty_arm64.const43 TCGETA = 21509
Dtty_amd64.const43 TCGETA = 21509
Dtty_ppc64le.const43 # TCGETA is not set
Dtty.txt17 ioctl$TCGETA(fd fd_tty, cmd const[TCGETA], arg ptr[out, termio])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h24 #define TCGETA 0x5405 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h15 #define TCGETA 0x5401 macro
/external/curl/src/
Dtool_getpass.c203 ioctl(fd, TCGETA, &withecho); in ttyecho()
/external/python/cpython2/Modules/
Dtermios.c707 #ifdef TCGETA
708 {"TCGETA", TCGETA},
/external/python/cpython3/Modules/
Dtermios.c735 #ifdef TCGETA
736 {"TCGETA", TCGETA},
/external/strace/
Dterm.c181 case TCGETA: in term_ioctl()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py176 TCGETA = (TIOC|8) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py176 TCGETA = (TIOC|8) variable
/external/ltp/testcases/kernel/pty/
Dptem01.c101 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
/external/libpng/contrib/gregbook/
Drpng-win.c103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
Drpng2-win.c114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1005 TCGETA = 0x5401 const
Dzerrors_linux_sparc64.go1588 TCGETA = 0x40125401 const
Dzerrors_linux_mipsle.go1920 TCGETA = 0x5401 const
Dzerrors_linux_s390x.go1979 TCGETA = 0x5405 const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc696 unsigned IOCTL_TCGETA = TCGETA;
Dsanitizer_common_interceptors_ioctl.inc330 _(TCGETA, WRITE, struct_termio_sz);

12