speed_t
speed_t speed;
speed_t speed;
speed_t speed;
speed_t speed;
speed_t
speed_t
cfsetispeed(struct termios *t, speed_t speed)
cfsetospeed(struct termios *t, speed_t speed)
cfsetspeed(struct termios *t, speed_t speed)
static speed_t tty__getspeed(struct termios *);
static speed_t
speed_t spd;
speed_t t_speed;
speed_t ospeed = cfgetospeed(&tmode);
speed_t speed = 0;
speed = (speed_t)strtonum(optarg, 0, UINT_MAX, &errstr);
cy_speed(speed_t speed, int *cor, int *bpr, int cy_clock)
int cy_speed(speed_t, int *, int *, int);
cd1400_compute_baud(speed_t speed, int clock, int *cor, int *bpr)
int cd1400_compute_baud(speed_t, int, int *, int *);
int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *);
stty_compute_baud(speed_t speed, int clock, u_int8_t *bprlp, u_int8_t *bprhp)
void ubsa_baudrate(struct ubsa_softc *, speed_t);
ubsa_baudrate(struct ubsa_softc *sc, speed_t speed)
uftdi_8u232am_getrate(struct uftdi_softc *sc, speed_t speed, int *rate)
uftdi_2232h_getrate(speed_t speed, int *rate)
int uftdi_8u232am_getrate(struct uftdi_softc *sc, speed_t speed, int *rate);
int uftdi_2232h_getrate(speed_t speed, int *rate);
speed_t baud;
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 ospeed;
static speed_t
speed_to_baud(speed_t speed)