Home
last modified time | relevance | path

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

12

/external/syzkaller/sys/linux/
Dtty_386.const51 TCSETSF = 21508
Dtty_arm.const51 TCSETSF = 21508
Dtty_arm64.const51 TCSETSF = 21508
Dtty_amd64.const51 TCSETSF = 21508
Dtty_ppc64le.const51 # TCSETSF is not set
Dtty.txt16 ioctl$TCSETSF(fd fd_tty, cmd const[TCSETSF], arg ptr[in, termios])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h23 #define TCSETSF 0x5404 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h27 #define TCSETSF 0x5410 macro
Dtermbits.h226 #define TCSAFLUSH TCSETSF /* Flush pending input before changing. */
/external/python/cpython2/Modules/
Dtermios.c731 #ifdef TCSETSF
732 {"TCSETSF", TCSETSF},
/external/python/cpython3/Modules/
Dtermios.c759 #ifdef TCSETSF
760 {"TCSETSF", TCSETSF},
/external/strace/
Dterm.c172 case TCSETSF: in term_ioctl()
/external/ltp/testcases/kernel/pty/
Dptem01.c93 if (ioctl(slavefd, TCSETSF, &termios) != 0) { in test1()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1042 TCSETSF = 0x5410 const
Dzerrors_linux_sparc64.go1647 TCSETSF = 0x8024540b const
Dzerrors_linux_mipsle.go1984 TCSETSF = 0x5410 const
Dzerrors_linux_s390x.go2044 TCSETSF = 0x5404 const
Dzerrors_linux_arm.go1990 TCSETSF = 0x5404 const
Dzerrors_linux_ppc64le.go2037 TCSETSF = 0x802c7416 const
Dzerrors_linux_mips64.go1984 TCSETSF = 0x5410 const
Dzerrors_linux_ppc64.go2037 TCSETSF = 0x802c7416 const
Dzerrors_linux_amd64.go1984 TCSETSF = 0x5404 const
Dzerrors_linux_mips64le.go1984 TCSETSF = 0x5410 const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc704 unsigned IOCTL_TCSETSF = TCSETSF;
Dsanitizer_common_interceptors_ioctl.inc338 _(TCSETSF, READ, struct_termios_sz);

12