HomeSort by relevance Sort by last modified time
    Searched full:termios (Results 1 - 25 of 626) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/uapi/asm-arm/asm/
termios.h 1 #include <asm-generic/termios.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
termios.h 1 #include <asm-generic/termios.h>
  /external/kernel-headers/original/uapi/asm-x86/asm/
termios.h 1 #include <asm-generic/termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
termios.h 1 #include <asm-generic/termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
termios.h 1 #include <asm-generic/termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
termios.h 3 #include <termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
termios.h 3 #include <termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
termio.h 2 This is obsolete; use the POSIX.1 `struct termios' interface
3 defined in <termios.h> instead. */
5 #include <termios.h>
termios.h 20 * POSIX Standard: 7.1-2 General Terminal Interface <termios.h>
38 /* Get the system-dependent definitions of `struct termios', `tcflag_t',
40 #include <bits/termios.h>
44 `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. */
49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;
52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;
55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
58 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;
62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termio.h 2 This is obsolete; use the POSIX.1 `struct termios' interface
3 defined in <termios.h> instead. */
5 #include <termios.h>
termios.h 20 * POSIX Standard: 7.1-2 General Terminal Interface <termios.h>
38 /* Get the system-dependent definitions of `struct termios', `tcflag_t',
40 #include <bits/termios.h>
44 `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. */
49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;
52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;
55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
58 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;
62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostermios.h 17 struct termios { struct
30 int tcgetattr(int fd, struct termios* termios_p);
31 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p);
37 #include <termios.h>
  /bionic/libc/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /development/ndk/platforms/android-L/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 15 import sys, os, fcntl, termios, struct, select, errno, time namespace
20 import TERMIOS
22 TERMIOS = termios
52 buf[2] &= ~TERMIOS.CBAUD
240 # try to use values from TERMIOS, use defaults from linux otherwise
241 TIOCMGET = hasattr(TERMIOS, 'TIOCMGET') and TERMIOS.TIOCMGET or 0x5415
242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x541
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/
virtual_terminal_manager.h 8 #include <termios.h>
24 struct termios terminal_attributes_;
  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 7 #include <termios.h>
14 struct termios t;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 112 struct termios { struct
127 speed_t cfgetispeed(const struct termios* termios_p);
128 speed_t cfgetospeed(const struct termios* termios_p);
129 int cfsetispeed(struct termios* termios_p, speed_t speed);
130 int cfsetospeed(struct termios* termios_p, speed_t speed);
131 int cfsetspeed(struct termios* termios_p, speed_t speed);
136 int tcgetattr(int fd, struct termios* termios_p);
138 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p);
  /external/strace/linux/sparc/
ioctlent1.h 60 {"sys/termios.h", "LDOPEN", 0x4400},
61 {"sys/termios.h", "LDCLOSE", 0x4401},
64 {"sys/termios.h", "LDCHG", 0x4402},
67 {"sys/termios.h", "LDGETT", 0x4408},
68 {"sys/termios.h", "LDSETT", 0x4409},
70 {"sys/termios.h", "LDSMAP", 0x446e},
71 {"sys/termios.h", "LDGMAP", 0x446f},
72 {"sys/termios.h", "LDNMAP", 0x4470},
73 {"sys/termios.h", "LDEMAP", 0x4471},
74 {"sys/termios.h", "LDDMAP", 0x4472}
    [all...]

Completed in 1382 milliseconds

1 2 3 4 5 6 7 8 91011>>