Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/tcsh/
H A Dmi.termios.c44 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 Dsh.types.h79 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 Ded.h189 EXTERN speed_t T_Speed; /* Tty input Baud rate */
H A Ded.decls.h70 extern speed_t tty_getspeed (ttydata_t *);
H A Ded.term.c1026 speed_t
1029 speed_t spd; in tty_getspeed()
/freebsd/include/
H A Dtermios.h75 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 Dncurses_mingw.h52 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 DPlatform.h28 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 Dtermios.c120 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.h224 typedef unsigned int speed_t; typedef
232 speed_t c_ispeed; /* input speed */
233 speed_t c_ospeed; /* output speed */
H A Dtty.h208 void tty_init_console(struct tty *tp, speed_t speed);
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h52 speed_t cfgetospeed(const struct termios *);
53 speed_t cfgetispeed(const struct termios *);
H A Dbsd-nextstep.c80 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 Ddefs.h133 extern unsigned SpeedToUnsigned(speed_t);
134 extern speed_t UnsignedToSpeed(unsigned);
H A Ddefs.c163 speed_t speed;
249 SpeedToUnsigned(speed_t speed) in SpeedToUnsigned()
261 speed_t
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h49 extern int cfsetispeed (struct termios *, speed_t);
50 extern int cfsetospeed (struct termios *, speed_t);
/freebsd/crypto/openssh/
H A Dttymodes.c73 speed_to_baud(speed_t speed) in speed_to_baud()
161 static speed_t
/freebsd/bin/stty/
H A Dkey.c200 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 Dstty.c117 speed_t speed; in main()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp129 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 Dmain.c358 speed_t speed; in setscreensize()
/freebsd/contrib/libedit/
H A Dtty.h475 speed_t t_speed;
H A Dtty.c464 static speed_t tty__getspeed(struct termios *);
610 static speed_t
613 speed_t spd; in tty__getspeed()
/freebsd/libexec/getty/
H A Dmain.c618 speed_t ospeed = cfgetospeed(&tmode); in putpad()
/freebsd/sys/dev/usb/serial/
H A Duftdi.c1451 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()

12