Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dtermios.h65 speed_t cfgetispeed(const struct termios *);
66 speed_t cfgetospeed(const struct termios *);
67 int cfsetispeed(struct termios *, speed_t);
68 int cfsetospeed(struct termios *, speed_t);
83 int cfsetspeed(struct termios *, speed_t);
/dragonfly/usr.bin/tset/
H A Dmap.c41 extern speed_t Ospeed;
42 speed_t tset_baudrate(char *);
57 speed_t speed; /* Baud rate to compare against. */
218 speed_t speed;
229 speed_t
233 speed_t speed; in tset_baudrate()
H A Dtset.c56 speed_t Ospeed;
/dragonfly/contrib/tcsh-6/
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.c1037 speed_t
1040 speed_t spd; in tty_getspeed()
H A Ded.screen.c54 speed_t b_rate;
/dragonfly/lib/libc/gen/
H A Dtermios.c124 speed_t
131 speed_t
139 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed()
147 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed()
155 cfsetspeed(struct termios *t, speed_t speed) in cfsetspeed()
/dragonfly/sys/sys/
H A D_termios.h220 typedef unsigned int speed_t; typedef
228 speed_t c_ispeed; /* input speed */
229 speed_t c_ospeed; /* output speed */
H A Dtty.h107 speed_t t_ispeedwat; /* t_ispeed override for watermarks. */
110 speed_t t_ospeedwat; /* t_ospeed override for watermarks. */
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-nextstep.h52 speed_t cfgetospeed(const struct termios *);
53 speed_t cfgetispeed(const struct termios *);
/dragonfly/usr.sbin/ppp/
H A Ddefs.h130 extern unsigned SpeedToUnsigned(speed_t);
131 extern speed_t UnsignedToSpeed(unsigned);
H A Ddefs.c172 speed_t speed;
256 SpeedToUnsigned(speed_t speed) in SpeedToUnsigned()
268 speed_t
/dragonfly/crypto/openssh/
H A Dttymodes.c73 speed_to_baud(speed_t speed) in speed_to_baud()
161 static speed_t
/dragonfly/bin/stty/
H A Dkey.c205 cfsetispeed(&ip->t, (speed_t)atoi(ip->arg)); in f_ispeed()
227 cfsetospeed(&ip->t, (speed_t)atoi(ip->arg)); in f_ospeed()
H A Dstty.c118 speed_t speed; in main()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c156 static u_int siodivisor (u_long rclk, speed_t speed);
257 static volatile speed_t comdefaultrate = CONSPEED;
290 speed_t newspeed; in sysctl_machdep_comdefaultrate()
1636 siodivisor(u_long rclk, speed_t speed) in siodivisor()
1642 if (speed == 0 || speed > ((speed_t)-1 - 1) / 8) in siodivisor()
2449 siosetwater(struct com_s *com, speed_t speed) in siosetwater()
2480 tp->t_ispeedwat = (speed_t)-1; in siosetwater()
2481 tp->t_ospeedwat = (speed_t)-1; in siosetwater()
2833 static speed_t siocngetspeed (Port_t, u_long rclk);
2883 static speed_t
[all …]
/dragonfly/usr.bin/mail/
H A Dmain.c320 speed_t speed; in setscreensize()
/dragonfly/contrib/libedit/src/
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()
/dragonfly/usr.sbin/sliplogin/
H A Dsliplogin.c91 static speed_t speed;
/dragonfly/sbin/slattach/
H A Dslattach.c77 speed_t speed = DEFAULT_BAUD; /* baud rate of tty */
/dragonfly/libexec/getty/
H A Dmain.c614 speed_t ospeed = cfgetospeed(&tmode); in putpad()
/dragonfly/sys/kern/
H A Dtty.c2438 case (speed_t)-1: in ttsetwater()
2466 case (speed_t)-1: in ttsetwater()