HomeSort by relevance Sort by last modified time
    Searched refs:TIOCOUTQ (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
ioctls.h 39 #define TIOCOUTQ 0x7472
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
ioctls.h 39 #define TIOCOUTQ 0x7472
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
ioctls.h 39 #define TIOCOUTQ 0x7472
  /external/strace/
term.c 358 case TIOCOUTQ:
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 366 int ret = ioctl(fd, TIOCOUTQ, &pending);
  /external/libppp/src/
physical.c 40 #include <sys/tty.h> /* TIOCOUTQ */
478 #ifdef TIOCOUTQ
479 if (p->fd >= 0 && ioctl(p->fd, TIOCOUTQ, &n) >= 0)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 326 unsigned IOCTL_TIOCOUTQ = TIOCOUTQ;
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 861 #define VKI_TIOCOUTQ TIOCOUTQ

Completed in 989 milliseconds

1 2 3 45