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

12

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h54 speed_t cfgetospeed(const struct termios *);
55 speed_t cfgetispeed(const struct termios *);
H A Dbsd-nextstep.c80 speed_t cfgetospeed(const struct termios *t)
85 speed_t cfgetispeed(const struct termios *t)
/freebsd-9.3-release/include/
H A Dtermios.h73 speed_t cfgetispeed(const struct termios *);
74 speed_t cfgetospeed(const struct termios *);
75 int cfsetispeed(struct termios *, speed_t);
76 int cfsetospeed(struct termios *, speed_t);
92 int cfsetspeed(struct termios *, speed_t);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.types.h80 typedef unsigned int speed_t; typedef
156 *** it is missing speed_t
161 typedef unsigned int speed_t; typedef
172 typedef unsigned int speed_t; typedef
367 typedef unsigned int speed_t; typedef
H A Dmi.termios.c46 static _PROTOTYPE( int tc_to_sg_speed, (speed_t speed) );
47 static _PROTOTYPE( speed_t sg_to_tc_speed, (int speed) );
57 speed_t cfgetispeed(termios_p)
63 speed_t cfgetospeed(termios_p)
69 speed_t cfsetispeed(termios_p, speed)
71 speed_t speed;
77 speed_t cfsetospeed(termios_p, speed)
79 speed_t speed;
85 static speed_t sg_to_tc_speed(speed)
116 default: return (speed_t)
[all...]
H A Ded.h190 EXTERN speed_t T_Speed; /* Tty input Baud rate */
H A Ded.decls.h71 extern speed_t tty_getspeed (ttydata_t *);
/freebsd-9.3-release/usr.bin/tset/
H A Dmap.c47 extern speed_t Ospeed;
48 speed_t tset_baudrate(char *);
63 speed_t speed; /* Baud rate to compare against. */
224 speed_t speed;
235 speed_t
239 speed_t speed;
H A Dtset.c69 speed_t Ospeed;
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddefs.h131 extern unsigned SpeedToUnsigned(speed_t);
132 extern speed_t UnsignedToSpeed(unsigned);
H A Ddefs.c172 speed_t speed;
258 SpeedToUnsigned(speed_t speed)
270 speed_t
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c122 speed_t
129 speed_t
137 cfsetospeed(struct termios *t, speed_t speed)
145 cfsetispeed(struct termios *t, speed_t speed)
153 cfsetspeed(struct termios *t, speed_t speed)
/freebsd-9.3-release/sys/sys/
H A D_termios.h210 typedef unsigned int speed_t; typedef
218 speed_t c_ispeed; /* input speed */
219 speed_t c_ospeed; /* output speed */
H A Dtty.h197 void tty_init_console(struct tty *tp, speed_t speed);
/freebsd-9.3-release/contrib/ntp/include/
H A Dl_stdlib.h16 /* Needed for speed_t. */
49 extern int cfsetispeed (struct termios *, speed_t);
50 extern int cfsetospeed (struct termios *, speed_t);
/freebsd-9.3-release/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c51 static int open_device (char const *, speed_t, char const *);
62 speed_t speed = 115200;
157 open_device(char const *device, speed_t speed, char const *name)
/freebsd-9.3-release/bin/stty/
H A Dstty.c131 speed_t speed;
H A Dkey.c209 cfsetispeed(&ip->t, (speed_t)atoi(ip->arg));
231 cfsetospeed(&ip->t, (speed_t)atoi(ip->arg));
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h130 typedef int speed_t; typedef
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.c71 * Converts POSIX speed_t to a baud rate. The values of the
72 * constants for speed_t are not themselves portable.
75 speed_to_baud(speed_t speed)
161 * Converts a numeric baud rate to a POSIX speed_t.
163 static speed_t
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix86 speed_t (cfgetispeed)(const struct termios *p);
87 speed_t (cfgetospeed)(const struct termios *p);
88 int (cfsetispeed)(struct termios *p, speed_t speed);
89 int (cfsetospeed)(struct termios *p, speed_t speed);
/freebsd-9.3-release/usr.bin/mail/
H A Dmain.c327 speed_t speed;
/freebsd-9.3-release/sys/dev/sio/
H A Dsio.c260 static u_int siodivisor(u_long rclk, speed_t speed);
270 static int siosetwater(struct com_s *com, speed_t speed);
285 static volatile speed_t comdefaultrate = CONSPEED;
288 static speed_t gdbdefaultrate = GDBSPEED;
327 speed_t newspeed;
1271 speed_t speed;
1931 speed_t speed;
1968 tp->t_ispeedwat = (speed_t)-1;
1969 tp->t_ospeedwat = (speed_t)-1;
2286 static speed_t siocngetspee
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dtty.h474 speed_t t_speed;
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsio.c348 static u_int siodivisor(u_long rclk, speed_t speed);
358 static int siosetwater(struct com_s *com, speed_t speed);
373 static volatile speed_t comdefaultrate = CONSPEED;
376 static speed_t gdbdefaultrate = GDBSPEED;
664 speed_t newspeed;
2019 speed_t speed;
2958 speed_t speed;
2999 tp->t_ispeedwat = (speed_t)-1;
3000 tp->t_ospeedwat = (speed_t)-1;
3453 static speed_t siocngetspee
[all...]

Completed in 183 milliseconds

12