Searched refs:TCSETSW (Results 1 – 25 of 29) sorted by relevance
12
/external/syzkaller/sys/linux/ |
D | tty_arm.const | 52 TCSETSW = 21507
|
D | tty_386.const | 52 TCSETSW = 21507
|
D | tty_amd64.const | 52 TCSETSW = 21507
|
D | tty_arm64.const | 52 TCSETSW = 21507
|
D | tty_ppc64le.const | 52 # TCSETSW is not set
|
D | tty.txt | 15 ioctl$TCSETSW(fd fd_tty, cmd const[TCSETSW], arg ptr[in, termios])
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 22 #define TCSETSW 0x5403 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 26 #define TCSETSW 0x540f macro
|
D | termbits.h | 225 #define TCSADRAIN TCSETSW /* Change when pending output is written. */
|
/external/python/cpython2/Modules/ |
D | termios.c | 734 #ifdef TCSETSW 735 {"TCSETSW", TCSETSW},
|
/external/python/cpython3/Modules/ |
D | termios.c | 762 #ifdef TCSETSW 763 {"TCSETSW", TCSETSW},
|
/external/strace/ |
D | term.c | 168 case TCSETSW: in term_ioctl()
|
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 89 if (ioctl(slavefd, TCSETSW, &termios) != 0) { in test1()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1043 TCSETSW = 0x540f const
|
D | zerrors_linux_sparc64.go | 1649 TCSETSW = 0x8024540a const
|
D | zerrors_linux_mips64le.go | 1986 TCSETSW = 0x540f const
|
D | zerrors_linux_ppc64.go | 2038 TCSETSW = 0x802c7415 const
|
D | zerrors_linux_arm.go | 1992 TCSETSW = 0x5403 const
|
D | zerrors_linux_mips64.go | 1986 TCSETSW = 0x540f const
|
D | zerrors_linux_ppc64le.go | 2038 TCSETSW = 0x802c7415 const
|
D | zerrors_linux_arm64.go | 1977 TCSETSW = 0x5403 const
|
D | zerrors_linux_386.go | 1985 TCSETSW = 0x5403 const
|
D | zerrors_linux_mips.go | 1986 TCSETSW = 0x540f const
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 705 unsigned IOCTL_TCSETSW = TCSETSW;
|
D | sanitizer_common_interceptors_ioctl.inc | 339 _(TCSETSW, READ, struct_termios_sz);
|
12