Symbol: speed_t
bin/stty/key.c
216
speed_t speed;
bin/stty/key.c
258
speed_t speed;
games/rain/rain.c
57
speed_t speed;
games/worms/worms.c
180
speed_t speed;
lib/libc/termios/cfgetispeed.c
33
speed_t
lib/libc/termios/cfgetospeed.c
33
speed_t
lib/libc/termios/cfsetispeed.c
34
cfsetispeed(struct termios *t, speed_t speed)
lib/libc/termios/cfsetospeed.c
34
cfsetospeed(struct termios *t, speed_t speed)
lib/libc/termios/cfsetspeed.c
34
cfsetspeed(struct termios *t, speed_t speed)
lib/libedit/tty.c
458
static speed_t tty__getspeed(struct termios *);
lib/libedit/tty.c
603
static speed_t
lib/libedit/tty.c
606
speed_t spd;
lib/libedit/tty.h
475
speed_t t_speed;
libexec/getty/main.c
461
speed_t ospeed = cfgetospeed(&tmode);
sbin/ldattach/ldattach.c
120
speed_t speed = 0;
sbin/ldattach/ldattach.c
155
speed = (speed_t)strtonum(optarg, 0, UINT_MAX, &errstr);
sys/dev/ic/cy.c
1355
cy_speed(speed_t speed, int *cor, int *bpr, int cy_clock)
sys/dev/ic/cy.c
77
int cy_speed(speed_t, int *, int *, int);
sys/dev/sbus/magma.c
198
cd1400_compute_baud(speed_t speed, int clock, int *cor, int *bpr)
sys/dev/sbus/magmareg.h
199
int cd1400_compute_baud(speed_t, int, int *, int *);
sys/dev/sbus/spif.c
82
int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *);
sys/dev/sbus/spif.c
964
stty_compute_baud(speed_t speed, int clock, u_int8_t *bprlp, u_int8_t *bprhp)
sys/dev/usb/ubsa.c
169
void ubsa_baudrate(struct ubsa_softc *, speed_t);
sys/dev/usb/ubsa.c
453
ubsa_baudrate(struct ubsa_softc *sc, speed_t speed)
sys/dev/usb/uftdi.c
1154
uftdi_8u232am_getrate(struct uftdi_softc *sc, speed_t speed, int *rate)
sys/dev/usb/uftdi.c
1220
uftdi_2232h_getrate(speed_t speed, int *rate)
sys/dev/usb/uftdi.c
97
int uftdi_8u232am_getrate(struct uftdi_softc *sc, speed_t speed, int *rate);
sys/dev/usb/uftdi.c
98
int uftdi_2232h_getrate(speed_t speed, int *rate);
sys/dev/usb/ukspan.c
471
speed_t baud;
sys/sys/termios.h
265
speed_t cfgetispeed(const struct termios *);
sys/sys/termios.h
266
speed_t cfgetospeed(const struct termios *);
sys/sys/termios.h
267
int cfsetispeed(struct termios *, speed_t);
sys/sys/termios.h
268
int cfsetospeed(struct termios *, speed_t);
sys/sys/termios.h
282
int cfsetspeed(struct termios *, speed_t);
usr.bin/mail/main.c
314
speed_t ospeed;
usr.bin/ssh/ttymodes.c
158
static speed_t
usr.bin/ssh/ttymodes.c
70
speed_to_baud(speed_t speed)