Home
last modified time | relevance | path

Searched refs:TCSETAW (Results 1 – 25 of 30) sorted by relevance

12

/external/syzkaller/sys/linux/
Dtty_386.const49 TCSETAW = 21511
Dtty_arm.const49 TCSETAW = 21511
Dtty_arm64.const49 TCSETAW = 21511
Dtty_amd64.const49 TCSETAW = 21511
Dtty_ppc64le.const49 # TCSETAW is not set
Dtty.txt19 ioctl$TCSETAW(fd fd_tty, cmd const[TCSETAW], arg ptr[in, termio])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h26 #define TCSETAW 0x5407 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h17 #define TCSETAW 0x5403 macro
/external/python/cpython2/Modules/
Dtermios.c725 #ifdef TCSETAW
726 {"TCSETAW", TCSETAW},
/external/python/cpython3/Modules/
Dtermios.c753 #ifdef TCSETAW
754 {"TCSETAW", TCSETAW},
/external/strace/
Dterm.c186 case TCSETAW: in term_ioctl()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py178 TCSETAW = (TIOC|10) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py178 TCSETAW = (TIOC|10) variable
/external/ltp/testcases/kernel/pty/
Dptem01.c109 if (ioctl(slavefd, TCSETAW, &termio) != 0) { in test1()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1040 TCSETAW = 0x5403 const
Dzerrors_linux_sparc64.go1644 TCSETAW = 0x80125403 const
Dzerrors_linux_mipsle.go1981 TCSETAW = 0x5403 const
Dzerrors_linux_s390x.go2041 TCSETAW = 0x5407 const
Dzerrors_linux_arm.go1987 TCSETAW = 0x5407 const
Dzerrors_linux_ppc64le.go2035 TCSETAW = 0x80147419 const
Dzerrors_linux_mips64.go1981 TCSETAW = 0x5403 const
Dzerrors_linux_ppc64.go2035 TCSETAW = 0x80147419 const
Dzerrors_linux_amd64.go1981 TCSETAW = 0x5407 const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc702 unsigned IOCTL_TCSETAW = TCSETAW;
Dsanitizer_common_interceptors_ioctl.inc336 _(TCSETAW, READ, struct_termio_sz);

12