Home
last modified time | relevance | path

Searched refs:TCGETS (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/tests-m32/
Dioctl.c63 (void) ioctl(-1, TCGETS, &tty); in main()
/external/strace/tests-mx32/
Dioctl.c63 (void) ioctl(-1, TCGETS, &tty); in main()
/external/strace/tests/
Dioctl.c63 (void) ioctl(-1, TCGETS, &tty); in main()
/external/syzkaller/sys/linux/
Dtty_386.const44 TCGETS = 21505
Dtty_arm.const44 TCGETS = 21505
Dtty_arm64.const44 TCGETS = 21505
Dtty_amd64.const44 TCGETS = 21505
Dtty_ppc64le.const44 # TCGETS is not set
Dtty.txt13 ioctl$TCGETS(fd fd_tty, cmd const[TCGETS], arg ptr[out, termios])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h20 #define TCGETS 0x5401 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h24 #define TCGETS 0x540d macro
/external/ltp/testcases/kernel/pty/
Dptem01.c81 if (ioctl(slavefd, TCGETS, &termios) != 0) { in test1()
407 if (ioctl(slavefd, TCGETS, &termios) != 0) { in test6()
/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp371 case TCGETS: { in env$$__syscall54()
374 return trace(ioctl(Fd, TCGETS, TermIOS)); in env$$__syscall54()
/external/python/cpython2/Modules/
Dtermios.c710 #ifdef TCGETS
711 {"TCGETS", TCGETS},
/external/python/cpython3/Modules/
Dtermios.c738 #ifdef TCGETS
739 {"TCGETS", TCGETS},
/external/strace/
Dterm.c156 case TCGETS: in term_ioctl()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1006 TCGETS = 0x540d const
Dzerrors_linux_sparc64.go1589 TCGETS = 0x40245408 const
Dzerrors_linux_mipsle.go1921 TCGETS = 0x540d const
Dzerrors_linux_s390x.go1980 TCGETS = 0x5401 const
Dzerrors_linux_arm.go1926 TCGETS = 0x5401 const
Dzerrors_linux_ppc64le.go1976 TCGETS = 0x402c7413 const
Dzerrors_linux_mips64.go1921 TCGETS = 0x540d const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc697 unsigned IOCTL_TCGETS = TCGETS;
Dsanitizer_common_interceptors_ioctl.inc331 _(TCGETS, WRITE, struct_termios_sz);

12