Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dtermios.h80 static __inline__ speed_t cfgetospeed(const struct termios *s) in cfgetospeed()
82 return (speed_t)(s->c_cflag & CBAUD); in cfgetospeed()
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed()
91 static __inline__ speed_t cfgetispeed(const struct termios *s) in cfgetispeed()
93 return (speed_t)(s->c_cflag & CBAUD); in cfgetispeed()
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed()
/bionic/libc/kernel/arch-x86/asm/
Dtermbits.h18 typedef unsigned int speed_t; typedef
38 speed_t c_ispeed;
39 speed_t c_ospeed;
49 speed_t c_ispeed;
50 speed_t c_ospeed;
/bionic/libc/kernel/arch-sh/asm/
Dtermbits.h18 typedef unsigned int speed_t; typedef
38 speed_t c_ispeed;
39 speed_t c_ospeed;
49 speed_t c_ispeed;
50 speed_t c_ospeed;
/bionic/libc/kernel/arch-arm/asm/
Dtermbits.h16 typedef unsigned int speed_t; typedef