Searched refs:speed_t (Results 1 – 2 of 2) sorted by relevance
14 speed_t cfgetispeed(const struct termios *p) in cfgetispeed()19 speed_t cfgetospeed(const struct termios *p) in cfgetospeed()24 int cfsetispeed(struct termios *p, speed_t sp) in cfsetispeed()35 int cfsetospeed(struct termios *p, speed_t sp) in cfsetospeed()
164 typedef uint32_t speed_t; typedef174 speed_t c_ispeed; /** input baud rate */175 speed_t c_ospeed; /** output baud rate */188 speed_t cfgetispeed(const struct termios *p);196 speed_t cfgetospeed(const struct termios *p);207 int cfsetispeed(struct termios *p, speed_t sp);218 int cfsetospeed(struct termios *p, speed_t sp);