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

1 2 3

  /external/strace/xlat/
modem_flags.h 41 #if defined(TIOCM_DSR) || (defined(HAVE_DECL_TIOCM_DSR) && HAVE_DECL_TIOCM_DSR)
42 XLAT(TIOCM_DSR),
  /bionic/libc/kernel/uapi/asm-generic/
termios.h 46 #define TIOCM_DSR 0x100
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 41 #define TIOCM_DSR 0x100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 40 #define TIOCM_DSR 0x100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 56 #define TIOCM_DSR 0x100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 56 #define TIOCM_DSR 0x100
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 72 #define TIOCM_DSR 0x400
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 75 #define TIOCM_DSR 0x400 /* data set ready */
  /external/python/cpython2/Modules/
termios.c 794 #ifdef TIOCM_DSR
795 {"TIOCM_DSR", TIOCM_DSR},
  /external/python/cpython3/Modules/
termios.c 824 #ifdef TIOCM_DSR
825 {"TIOCM_DSR", TIOCM_DSR},
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 255 TIOCM_DSR = hasattr(TERMIOS, 'TIOCM_DSR') and TERMIOS.TIOCM_DSR or 0x100
576 return struct.unpack('I',s)[0] & TIOCM_DSR != 0
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]

Completed in 1709 milliseconds

1 2 3