speed_t            53 compat/linux/linux_termios.c static speed_t linux_speeds[] = {
speed_t           232 compat/linux/linux_termios.c 	for (i = 0; i < sizeof (linux_speeds) / sizeof (speed_t); i++) {
speed_t           410 compat/linux/linux_termios.c 	for (i = 0; i < sizeof (linux_speeds) / sizeof (speed_t); i++) {
speed_t            95 dev/ic/cy.c    int	cy_speed(speed_t, int *, int *, int);
speed_t          1412 dev/ic/cy.c    cy_speed(speed_t speed, int *cor, int *bpr, int cy_clock)
speed_t           206 dev/sbus/magma.c cd1400_compute_baud(speed_t speed, int clock, int *cor, int *bpr)
speed_t           206 dev/sbus/magmareg.h int cd1400_compute_baud(speed_t, int, int *, int *);
speed_t            82 dev/sbus/spif.c int	stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *);
speed_t          1018 dev/sbus/spif.c 	speed_t speed;
speed_t           195 dev/usb/ubsa.c void ubsa_baudrate(struct ubsa_softc *, speed_t);
speed_t           525 dev/usb/ubsa.c ubsa_baudrate(struct ubsa_softc *sc, speed_t speed)
speed_t           114 dev/usb/uftdi.c int	uftdi_8u232am_getrate(speed_t speed, int *rate);
speed_t           705 dev/usb/uftdi.c uftdi_8u232am_getrate(speed_t speed, int *rate)
speed_t           253 sys/termios.h  speed_t	cfgetispeed(const struct termios *);
speed_t           254 sys/termios.h  speed_t	cfgetospeed(const struct termios *);
speed_t           255 sys/termios.h  int	cfsetispeed(struct termios *, speed_t);
speed_t           256 sys/termios.h  int	cfsetospeed(struct termios *, speed_t);
speed_t           266 sys/termios.h  int	cfsetspeed(struct termios *, speed_t);