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

1 2 3 4

  /external/strace/xlat/
tcflsh_options.h 17 #if defined(TCIOFLUSH) || (defined(HAVE_DECL_TCIOFLUSH) && HAVE_DECL_TCIOFLUSH)
18 XLAT(TCIOFLUSH),
  /hardware/broadcom/libbt/src/
userial_vendor.c 251 tcflush(vnd_userial.fd, TCIOFLUSH);
257 tcflush(vnd_userial.fd, TCIOFLUSH);
260 tcflush(vnd_userial.fd, TCIOFLUSH);
261 tcflush(vnd_userial.fd, TCIOFLUSH);
300 tcflush(vnd_userial.fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 110 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 284 tcflush(vnd_userial.fd, TCIOFLUSH);
300 tcflush(vnd_userial.fd, TCIOFLUSH);
360 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 110 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 287 tcflush(vnd_userial.fd, TCIOFLUSH);
303 tcflush(vnd_userial.fd, TCIOFLUSH);
363 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 109 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 285 tcflush(vnd_userial.fd, TCIOFLUSH);
301 tcflush(vnd_userial.fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 113 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 288 tcflush(vnd_userial.fd, TCIOFLUSH);
304 tcflush(vnd_userial.fd, TCIOFLUSH);
364 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 113 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 291 tcflush(vnd_userial.fd, TCIOFLUSH);
307 tcflush(vnd_userial.fd, TCIOFLUSH);
367 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /device/linaro/hikey/wpan/uim/
uim.c 204 tcflush(dev_fd, TCIOFLUSH);
229 tcflush(dev_fd, TCIOFLUSH);
248 tcflush(dev_fd, TCIOFLUSH);
270 tcflush(dev_fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 116 if (tcflush(fd, TCIOFLUSH) < 0)
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 190 #define TCIOFLUSH 2
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 193 #define TCIOFLUSH 2
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 193 #define TCIOFLUSH 2
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 221 #define TCIOFLUSH 2 /* Discard all pending data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 192 #define TCIOFLUSH 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 211 #define TCIOFLUSH 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 211 #define TCIOFLUSH 2
  /bionic/tests/headers/posix/
termios_h.c 146 MACRO(TCIOFLUSH);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 210 #define TCIOFLUSH 3
368 * TCIOFLUSH - If fd refers to a device open for both
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 229 TCIOFLUSH = 2
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 229 TCIOFLUSH = 2

Completed in 253 milliseconds

1 2 3 4