Home
last modified time | relevance | path

Searched refs:TCSETSW (Results 1 – 25 of 29) sorted by relevance

12

/external/syzkaller/sys/linux/
Dtty_arm.const52 TCSETSW = 21507
Dtty_386.const52 TCSETSW = 21507
Dtty_amd64.const52 TCSETSW = 21507
Dtty_arm64.const52 TCSETSW = 21507
Dtty_ppc64le.const52 # TCSETSW is not set
Dtty.txt15 ioctl$TCSETSW(fd fd_tty, cmd const[TCSETSW], arg ptr[in, termios])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h22 #define TCSETSW 0x5403 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h26 #define TCSETSW 0x540f macro
Dtermbits.h225 #define TCSADRAIN TCSETSW /* Change when pending output is written. */
/external/python/cpython2/Modules/
Dtermios.c734 #ifdef TCSETSW
735 {"TCSETSW", TCSETSW},
/external/python/cpython3/Modules/
Dtermios.c762 #ifdef TCSETSW
763 {"TCSETSW", TCSETSW},
/external/strace/
Dterm.c168 case TCSETSW: in term_ioctl()
/external/ltp/testcases/kernel/pty/
Dptem01.c89 if (ioctl(slavefd, TCSETSW, &termios) != 0) { in test1()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1043 TCSETSW = 0x540f const
Dzerrors_linux_sparc64.go1649 TCSETSW = 0x8024540a const
Dzerrors_linux_mips64le.go1986 TCSETSW = 0x540f const
Dzerrors_linux_ppc64.go2038 TCSETSW = 0x802c7415 const
Dzerrors_linux_arm.go1992 TCSETSW = 0x5403 const
Dzerrors_linux_mips64.go1986 TCSETSW = 0x540f const
Dzerrors_linux_ppc64le.go2038 TCSETSW = 0x802c7415 const
Dzerrors_linux_arm64.go1977 TCSETSW = 0x5403 const
Dzerrors_linux_386.go1985 TCSETSW = 0x5403 const
Dzerrors_linux_mips.go1986 TCSETSW = 0x540f const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc705 unsigned IOCTL_TCSETSW = TCSETSW;
Dsanitizer_common_interceptors_ioctl.inc339 _(TCSETSW, READ, struct_termios_sz);

12