Searched refs:speed_t (Results 1 – 4 of 4) sorted by relevance
80 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()
18 typedef unsigned int speed_t; typedef38 speed_t c_ispeed;39 speed_t c_ospeed;49 speed_t c_ispeed;50 speed_t c_ospeed;
16 typedef unsigned int speed_t; typedef