Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance
265 typedef unsigned long speed_t; typedef273 speed_t c_ispeed; /* input speed */274 speed_t c_ospeed; /* output speed */364 speed_t cfgetispeed(const struct termios *);365 speed_t cfgetospeed(const struct termios *);366 int cfsetispeed(struct termios *, speed_t);367 int cfsetospeed(struct termios *, speed_t);377 int cfsetspeed(struct termios *, speed_t);
91 static unsigned int ttcompatspeedtab(speed_t speed, struct speedtab *table);150 ttcompatspeedtab(speed_t speed, struct speedtab *table) in ttcompatspeedtab()
2841 speed_t cps; in ttsetwater()