Searched refs:TCSETS (Results 1 – 25 of 29) sorted by relevance
12
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 85 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1() 97 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1() 413 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test6()
|
/external/syzkaller/sys/linux/ |
D | tty_arm.const | 50 TCSETS = 21506
|
D | tty_386.const | 50 TCSETS = 21506
|
D | tty_amd64.const | 50 TCSETS = 21506
|
D | tty_arm64.const | 50 TCSETS = 21506
|
D | tty_ppc64le.const | 50 # TCSETS is not set
|
D | tty.txt | 14 ioctl$TCSETS(fd fd_tty, cmd const[TCSETS], arg ptr[in, termios])
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 21 #define TCSETS 0x5402 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 25 #define TCSETS 0x540e macro
|
D | termbits.h | 224 #define TCSANOW TCSETS /* Change immediately. */
|
/external/python/cpython2/Modules/ |
D | termios.c | 728 #ifdef TCSETS 729 {"TCSETS", TCSETS},
|
/external/python/cpython3/Modules/ |
D | termios.c | 756 #ifdef TCSETS 757 {"TCSETS", TCSETS},
|
/external/strace/ |
D | term.c | 164 case TCSETS: in term_ioctl()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1041 TCSETS = 0x540e const
|
D | zerrors_linux_sparc64.go | 1645 TCSETS = 0x80245409 const
|
D | zerrors_linux_mips64le.go | 1982 TCSETS = 0x540e const
|
D | zerrors_linux_ppc64.go | 2036 TCSETS = 0x802c7414 const
|
D | zerrors_linux_arm.go | 1988 TCSETS = 0x5402 const
|
D | zerrors_linux_mips64.go | 1982 TCSETS = 0x540e const
|
D | zerrors_linux_ppc64le.go | 2036 TCSETS = 0x802c7414 const
|
D | zerrors_linux_arm64.go | 1973 TCSETS = 0x5402 const
|
D | zerrors_linux_386.go | 1981 TCSETS = 0x5402 const
|
D | zerrors_linux_mips.go | 1982 TCSETS = 0x540e const
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 703 unsigned IOCTL_TCSETS = TCSETS;
|
D | sanitizer_common_interceptors_ioctl.inc | 337 _(TCSETS, READ, struct_termios_sz);
|
12