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

1 2

  /bionic/libc/include/bits/
termios_inlines.h 99 return ioctl(fd, TCFLSH, __BIONIC_CAST(static_cast, unsigned long, queue));
  /bionic/libc/kernel/uapi/asm-generic/
ioctls.h 32 #define TCFLSH 0x540B
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctls.h 28 #define TCFLSH 0x5407
  /external/kernel-headers/original/uapi/asm-generic/
ioctls.h 30 #define TCFLSH 0x540B
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctls.h 22 #define TCFLSH 0x5407
  /hardware/qcom/msm8998/kernel-headers/asm-generic/
ioctls.h 35 #define TCFLSH 0x540B
  /hardware/qcom/msm8998/original-kernel-headers/asm-generic/
ioctls.h 29 #define TCFLSH 0x540B
  /hardware/qcom/msm8x09/kernel-headers/asm-generic/
ioctls.h 32 #define TCFLSH 0x540B
  /hardware/qcom/msm8x09/original-kernel-headers/asm-generic/
ioctls.h 29 #define TCFLSH 0x540B
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctls.h 29 #define TCFLSH 0x540B
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 370 SAFE_IOCTL(cleanup, pfd, TCFLSH, 2);
388 if (ioctl(cfd, TCFLSH, 2) < 0) {
389 tst_resm(TINFO, "ioctl TCFLSH failed. : errno = %d", errno);
  /external/strace/
term.c 212 case TCFLSH:
  /external/python/cpython2/Modules/
termios.c 701 #ifdef TCFLSH
702 {"TCFLSH", TCFLSH},
  /external/python/cpython3/Modules/
termios.c 731 #ifdef TCFLSH
732 {"TCFLSH", TCFLSH},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 175 TCFLSH = (TIOC|7)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 175 TCFLSH = (TIOC|7)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 126 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 695 unsigned IOCTL_TCFLSH = TCFLSH;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]

Completed in 1438 milliseconds

1 2