speed_t
cfsetispeed(&ip->t, (speed_t)atoi(ip->arg));
cfsetospeed(&ip->t, (speed_t)atoi(ip->arg));
speed_t speed;
speed_t cfgetospeed(const struct termios *t)
speed_t cfgetispeed(const struct termios *t)
speed_t cfgetospeed(const struct termios *);
speed_t cfgetispeed(const struct termios *);
static speed_t
speed_to_baud(speed_t speed)
speed_t cfgetispeed(const struct termios *);
speed_t cfgetospeed(const struct termios *);
int cfsetispeed(struct termios *, speed_t);
int cfsetospeed(struct termios *, speed_t);
int cfsetspeed(struct termios *, speed_t);
speed_t
speed_t
cfsetospeed(struct termios *t, speed_t speed)
cfsetispeed(struct termios *t, speed_t speed)
cfsetspeed(struct termios *t, speed_t speed)
speed_t ospeed = cfgetospeed(&tmode);
uftdi_sio_encode_baudrate(struct uftdi_softc *sc, speed_t speed,
const speed_t sio_speeds[] = {
uftdi_encode_baudrate(struct uftdi_softc *sc, speed_t speed,
tty_init_console(struct tty *tp, speed_t s)
speed_t c_ispeed; /* input speed */
speed_t c_ospeed; /* output speed */
void tty_init_console(struct tty *tp, speed_t speed);
speed_t speed;
speed_t speed;
SpeedToUnsigned(speed_t speed)
speed_t
extern unsigned SpeedToUnsigned(speed_t);
extern speed_t UnsignedToSpeed(unsigned);