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

1 2 3 4 5

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
cfgetispeed.c 8 speed_t cfgetispeed(const struct termios *termios_p) {
cfgetospeed.c 8 speed_t cfgetospeed(const struct termios *termios_p) {
cfsetispeed.c 8 int cfsetispeed(struct termios *termios_p, speed_t speed) {
cfsetospeed.c 8 int cfsetospeed(struct termios *termios_p, speed_t speed) {
cfsetspeed.c 8 int cfsetspeed(struct termios *termios_p, speed_t speed) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostermios.h 14 typedef char speed_t; typedef
24 speed_t c_ispeed;
25 speed_t c_ospeed;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 109 typedef char speed_t; typedef
119 speed_t c_ispeed;
120 speed_t c_ospeed;
128 speed_t cfgetispeed(const struct termios *termios_p);
129 speed_t cfgetospeed(const struct termios *termios_p);
130 int cfsetispeed(struct termios *termios_p, speed_t speed);
131 int cfsetospeed(struct termios *termios_p, speed_t speed);
132 int cfsetspeed(struct termios *termios_p, speed_t speed);
  /external/openssh/openbsd-compat/
bsd-nextstep.h 54 speed_t cfgetospeed(const struct termios *);
55 speed_t cfgetispeed(const struct termios *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 39 `cc_t', `speed_t', and all the macros specifying the flag bits. */
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 39 `cc_t', `speed_t', and all the macros specifying the flag bits. */
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 39 `cc_t', `speed_t', and all the macros specifying the flag bits. */
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;
  /development/ndk/platforms/android-3/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)