HomeSort by relevance Sort by last modified time
    Searched refs:TCSETS (Results 1 - 25 of 47) sorted by null

1 2

  /external/ltp/testcases/kernel/pty/
ptem01.c 85 if (ioctl(slavefd, TCSETS, &termios) != 0) {
86 tst_brkm(TFAIL, NULL, "TCSETS");
97 if (ioctl(slavefd, TCSETS, &termios) != 0) {
98 tst_brkm(TFAIL, NULL, "TCSETS");
413 if (ioctl(slavefd, TCSETS, &termios) != 0) {
  /bionic/libc/include/bits/
termios_inlines.h 118 case TCSANOW: cmd = TCSETS; break;
  /bionic/libc/kernel/uapi/asm-generic/
ioctls.h 23 #define TCSETS 0x5402
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctls.h 30 #define TCSETS 0x540e
termbits.h 194 #define TCSANOW TCSETS
  /external/kernel-headers/original/uapi/asm-generic/
ioctls.h 21 #define TCSETS 0x5402
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctls.h 25 #define TCSETS 0x540e
termbits.h 224 #define TCSANOW TCSETS /* Change immediately. */
  /hardware/qcom/msm8998/kernel-headers/asm-generic/
ioctls.h 24 #define TCSETS 0x5402
  /hardware/qcom/msm8998/original-kernel-headers/asm-generic/
ioctls.h 20 #define TCSETS 0x5402
  /hardware/qcom/msm8x09/kernel-headers/asm-generic/
ioctls.h 23 #define TCSETS 0x5402
  /hardware/qcom/msm8x09/original-kernel-headers/asm-generic/
ioctls.h 20 #define TCSETS 0x5402
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctls.h 20 #define TCSETS 0x5402
  /external/strace/
term.c 163 case TCSETS:
  /external/python/cpython2/Modules/
termios.c 725 #ifdef TCSETS
726 {"TCSETS", TCSETS},
  /external/python/cpython3/Modules/
termios.c 755 #ifdef TCSETS
756 {"TCSETS", TCSETS},
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 418 TCSETS = C.TCSETS
ztypes_linux_arm64.go 593 TCSETS = 0x5402
ztypes_linux_mips.go 590 TCSETS = 0x540e
ztypes_linux_mips64.go 596 TCSETS = 0x540e
ztypes_linux_mips64le.go 596 TCSETS = 0x540e
ztypes_linux_mipsle.go 590 TCSETS = 0x540e
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 418 TCSETS = C.TCSETS
ztypes_linux_arm64.go 593 TCSETS = 0x5402
ztypes_linux_mips.go 590 TCSETS = 0x540e

Completed in 518 milliseconds

1 2