speed_t
cfsetispeed(&ip->t, (speed_t)atoi(ip->arg));
cfsetospeed(&ip->t, (speed_t)atoi(ip->arg));
speed_t speed;
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 cfgetospeed(const struct termios *);
speed_t cfgetispeed(const struct termios *);
speed_t ospeed = cfgetospeed(&tmode);
speed_t speed = DEFAULT_BAUD; /* baud rate of tty */
static u_int siodivisor (u_long rclk, speed_t speed);
siodivisor(u_long rclk, speed_t speed)
if (speed == 0 || speed > ((speed_t)-1 - 1) / 8)
static int siosetwater (struct com_s *com, speed_t speed);
siosetwater(struct com_s *com, speed_t speed)
tp->t_ispeedwat = (speed_t)-1;
tp->t_ospeedwat = (speed_t)-1;
static volatile speed_t comdefaultrate = CONSPEED;
static speed_t siocngetspeed (Port_t, u_long rclk);
static speed_t
speed_t newspeed;
speed_t boot_speed;
case (speed_t)-1:
case (speed_t)-1:
speed_t c_ispeed; /* input speed */
speed_t c_ospeed; /* output speed */
speed_t t_ispeedwat; /* t_ispeed override for watermarks. */
speed_t t_ospeedwat; /* t_ospeed override for watermarks. */
speed_t speed;
speed_t speed;
speed_t
speed_t speed;
extern speed_t Ospeed;
speed_t tset_baudrate(char *);
speed_t speed; /* Baud rate to compare against. */
speed_t Ospeed;
speed_t speed;
SpeedToUnsigned(speed_t speed)
speed_t
extern unsigned SpeedToUnsigned(speed_t);
extern speed_t UnsignedToSpeed(unsigned);
static speed_t speed;