Symbol: speed_t
bin/stty/key.c
202
cfsetispeed(&ip->t, (speed_t)atoi(ip->arg));
bin/stty/key.c
224
cfsetospeed(&ip->t, (speed_t)atoi(ip->arg));
bin/stty/stty.c
119
speed_t speed;
crypto/openssh/openbsd-compat/bsd-nextstep.c
80
speed_t cfgetospeed(const struct termios *t)
crypto/openssh/openbsd-compat/bsd-nextstep.c
85
speed_t cfgetispeed(const struct termios *t)
crypto/openssh/openbsd-compat/bsd-nextstep.h
52
speed_t cfgetospeed(const struct termios *);
crypto/openssh/openbsd-compat/bsd-nextstep.h
53
speed_t cfgetispeed(const struct termios *);
crypto/openssh/ttymodes.c
161
static speed_t
crypto/openssh/ttymodes.c
73
speed_to_baud(speed_t speed)
include/termios.h
75
speed_t cfgetispeed(const struct termios *);
include/termios.h
76
speed_t cfgetospeed(const struct termios *);
include/termios.h
77
int cfsetispeed(struct termios *, speed_t);
include/termios.h
78
int cfsetospeed(struct termios *, speed_t);
include/termios.h
94
int cfsetspeed(struct termios *, speed_t);
lib/libc/gen/termios.c
120
speed_t
lib/libc/gen/termios.c
127
speed_t
lib/libc/gen/termios.c
135
cfsetospeed(struct termios *t, speed_t speed)
lib/libc/gen/termios.c
143
cfsetispeed(struct termios *t, speed_t speed)
lib/libc/gen/termios.c
151
cfsetspeed(struct termios *t, speed_t speed)
libexec/getty/main.c
618
speed_t ospeed = cfgetospeed(&tmode);
sys/dev/usb/serial/uftdi.c
1450
uftdi_sio_encode_baudrate(struct uftdi_softc *sc, speed_t speed,
sys/dev/usb/serial/uftdi.c
1454
const speed_t sio_speeds[] = {
sys/dev/usb/serial/uftdi.c
1473
uftdi_encode_baudrate(struct uftdi_softc *sc, speed_t speed,
sys/kern/tty.c
920
tty_init_console(struct tty *tp, speed_t s)
sys/sys/_termios.h
232
speed_t c_ispeed; /* input speed */
sys/sys/_termios.h
233
speed_t c_ospeed; /* output speed */
sys/sys/tty.h
208
void tty_init_console(struct tty *tp, speed_t speed);
usr.bin/mail/main.c
358
speed_t speed;
usr.sbin/ppp/defs.c
163
speed_t speed;
usr.sbin/ppp/defs.c
249
SpeedToUnsigned(speed_t speed)
usr.sbin/ppp/defs.c
261
speed_t
usr.sbin/ppp/defs.h
133
extern unsigned SpeedToUnsigned(speed_t);
usr.sbin/ppp/defs.h
134
extern speed_t UnsignedToSpeed(unsigned);