/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 44 static _PROTOTYPE( int tc_to_sg_speed, (speed_t speed) ); 45 static _PROTOTYPE( speed_t sg_to_tc_speed, (int speed) ); 55 speed_t cfgetispeed(termios_p) in cfgetispeed() 61 speed_t cfgetospeed(termios_p) in cfgetospeed() 67 speed_t cfsetispeed(termios_p, speed) in cfsetispeed() 69 speed_t speed; 75 speed_t cfsetospeed(termios_p, speed) in cfsetospeed() 77 speed_t speed; 83 static speed_t sg_to_tc_speed(speed) in sg_to_tc_speed() 114 default: return (speed_t)-1; [all …]
|
H A D | sh.types.h | 79 typedef unsigned int speed_t; typedef 160 typedef unsigned int speed_t; typedef 171 typedef unsigned int speed_t; typedef 366 typedef unsigned int speed_t; typedef
|
H A D | ed.h | 189 EXTERN speed_t T_Speed; /* Tty input Baud rate */
|
H A D | ed.decls.h | 70 extern speed_t tty_getspeed (ttydata_t *);
|
H A D | ed.term.c | 1026 speed_t 1029 speed_t spd; in tty_getspeed()
|
/freebsd/include/ |
H A D | termios.h | 75 speed_t cfgetispeed(const struct termios *); 76 speed_t cfgetospeed(const struct termios *); 77 int cfsetispeed(struct termios *, speed_t); 78 int cfsetospeed(struct termios *, speed_t); 94 int cfsetspeed(struct termios *, speed_t);
|
/freebsd/contrib/ncurses/include/ |
H A D | ncurses_mingw.h | 52 typedef unsigned int speed_t; typedef 65 speed_t c_ispeed; 66 speed_t c_ospeed;
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.h | 28 typedef unsigned int speed_t; typedef 54 speed_t c_ispeed; // input speed 55 speed_t c_ospeed; // output speed
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 120 speed_t 127 speed_t 135 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed() 143 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed() 151 cfsetspeed(struct termios *t, speed_t speed) in cfsetspeed()
|
/freebsd/sys/sys/ |
H A D | _termios.h | 224 typedef unsigned int speed_t; typedef 232 speed_t c_ispeed; /* input speed */ 233 speed_t c_ospeed; /* output speed */
|
H A D | tty.h | 208 void tty_init_console(struct tty *tp, speed_t speed);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.h | 52 speed_t cfgetospeed(const struct termios *); 53 speed_t cfgetispeed(const struct termios *);
|
H A D | bsd-nextstep.c | 80 speed_t cfgetospeed(const struct termios *t) in cfgetospeed() 85 speed_t cfgetispeed(const struct termios *t) in cfgetispeed()
|
/freebsd/usr.sbin/ppp/ |
H A D | defs.h | 133 extern unsigned SpeedToUnsigned(speed_t); 134 extern speed_t UnsignedToSpeed(unsigned);
|
H A D | defs.c | 163 speed_t speed; 249 SpeedToUnsigned(speed_t speed) in SpeedToUnsigned() 261 speed_t
|
/freebsd/contrib/ntp/include/ |
H A D | l_stdlib.h | 49 extern int cfsetispeed (struct termios *, speed_t); 50 extern int cfsetospeed (struct termios *, speed_t);
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 73 speed_to_baud(speed_t speed) in speed_to_baud() 161 static speed_t
|
/freebsd/bin/stty/ |
H A D | key.c | 200 cfsetispeed(&ip->t, (speed_t)atoi(ip->arg)); in f_ispeed() 222 cfsetospeed(&ip->t, (speed_t)atoi(ip->arg)); in f_ospeed()
|
H A D | stty.c | 117 speed_t speed; in main()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 129 static std::optional<speed_t> baudRateToConst(unsigned int baud_rate) { in baudRateToConst() 280 std::optional<speed_t> val = baudRateToConst(baud_rate); in SetBaudRate()
|
/freebsd/usr.bin/mail/ |
H A D | main.c | 358 speed_t speed; in setscreensize()
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 475 speed_t t_speed;
|
H A D | tty.c | 464 static speed_t tty__getspeed(struct termios *); 610 static speed_t 613 speed_t spd; in tty__getspeed()
|
/freebsd/libexec/getty/ |
H A D | main.c | 618 speed_t ospeed = cfgetospeed(&tmode); in putpad()
|
/freebsd/sys/dev/usb/serial/ |
H A D | uftdi.c | 1451 uftdi_sio_encode_baudrate(struct uftdi_softc *sc, speed_t speed, in uftdi_sio_encode_baudrate() 1455 const speed_t sio_speeds[] = { in uftdi_sio_encode_baudrate() 1474 uftdi_encode_baudrate(struct uftdi_softc *sc, speed_t speed, in uftdi_encode_baudrate()
|