Searched refs:speed_t (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/
H A Dtermios.h73 speed_t cfgetispeed(const struct termios *);
74 speed_t cfgetospeed(const struct termios *);
75 int cfsetispeed(struct termios *, speed_t);
76 int cfsetospeed(struct termios *, speed_t);
92 int cfsetspeed(struct termios *, speed_t);
/barrelfish-master/lib/posixcompat/
H A Dtermios.c152 speed_t cfgetospeed(const struct termios *t)
160 speed_t cfgetispeed(const struct termios *t)
168 int cfsetospeed(struct termios *t, speed_t speed)
177 int cfsetispeed(struct termios *t, speed_t speed)
/barrelfish-master/include/sys/
H A D_termios.h210 typedef unsigned int speed_t; typedef
218 speed_t c_ispeed; /* input speed */
219 speed_t c_ospeed; /* output speed */

Completed in 18 milliseconds