Home
last modified time | relevance | path

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

12

/netbsd/games/warp/
H A Dterm.c268 charsperhalfsec = (speed_t)ospeed >= B9600 ? (speed_t)480 : in term_set()
269 (speed_t)ospeed == B4800 ? (speed_t)240 : in term_set()
270 (speed_t)ospeed == B2400 ? (speed_t)120 : in term_set()
271 (speed_t)ospeed == B1200 ? (speed_t)60 : in term_set()
272 (speed_t)ospeed == B600 ? (speed_t)30 : in term_set()
275 gfillen = (speed_t)ospeed >= B9600 ? (speed_t)(sizeof filler) : in term_set()
276 (speed_t)ospeed == B4800 ? (speed_t)13 : in term_set()
277 (speed_t)ospeed == B2400 ? (speed_t)7 : in term_set()
278 (speed_t)ospeed == B1200 ? (speed_t)4 : in term_set()
279 (speed_t)(1+BCsize); in term_set()
[all …]
H A Dterm.h187 typedef int speed_t;
193 typedef int speed_t;
/netbsd/sys/sys/
H A Dtermios.h190 typedef unsigned int speed_t; typedef
272 speed_t cfgetispeed(const struct termios *);
273 speed_t cfgetospeed(const struct termios *);
274 int cfsetispeed(struct termios *, speed_t);
275 int cfsetospeed(struct termios *, speed_t);
289 int cfsetspeed(struct termios *, speed_t);
/netbsd/lib/libterminfo/
H A Dcurterm.c54 static const speed_t bauds[] = {
63 speed_t os; in _ti_setospeed()
/netbsd/external/bsd/ntp/dist/include/
H A Dl_stdlib.h51 extern int cfsetispeed (struct termios *, speed_t);
52 extern int cfsetospeed (struct termios *, speed_t);
/netbsd/libexec/getty/
H A Dmain.c271 (void)cfsetispeed(&tmode, (speed_t)IS); in main()
273 (void)cfsetispeed(&tmode, (speed_t)SP); in main()
275 (void)cfsetospeed(&tmode, (speed_t)OS); in main()
277 (void)cfsetospeed(&tmode, (speed_t)SP); in main()
/netbsd/usr.bin/tip/
H A Dcu.c267 if (ttysetup((speed_t)BR) != 0) { in cumain()
275 if (ttysetup((speed_t)BR) != 0) { in cumain()
H A Dtip.c237 if (ttysetup((speed_t)number(value(BAUDRATE))) != 0) { in main()
246 if (ttysetup((speed_t)number(value(BAUDRATE))) != 0) { in main()
558 ttysetup(speed_t spd) in ttysetup()
H A Dtip.h295 int ttysetup(speed_t);
/netbsd/lib/libc/termios/
H A Dcfgetispeed.c51 speed_t in __weak_alias()
H A Dcfgetospeed.c51 speed_t in __weak_alias()
H A Dcfsetospeed.c52 cfsetospeed(struct termios *t, speed_t speed) in __weak_alias()
H A Dcfsetispeed.c52 cfsetispeed(struct termios *t, speed_t speed) in __weak_alias()
H A Dcfsetspeed.c52 cfsetspeed(struct termios *t, speed_t speed) in __weak_alias()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dttymodes.c75 speed_to_baud(speed_t speed) in speed_to_baud()
163 static speed_t
/netbsd/usr.bin/scmdctl/
H A Dscmdctl.c66 int ttysetup(int, speed_t);
101 ttysetup(int fd, speed_t spd) in ttysetup()
228 ttyerror = ttysetup(fd,(speed_t)baud_rate); in main()
/netbsd/sys/dev/usb/
H A Dubsavar.h157 void ubsa_baudrate(struct ubsa_softc *, int, speed_t);
H A Dubsa_common.c222 ubsa_baudrate(struct ubsa_softc *sc, int portno, speed_t speed) in ubsa_baudrate()
/netbsd/usr.bin/tip/aculib/
H A Ddf.c71 speed_t volatile spd; in df_dialer()
/netbsd/sys/dev/sbus/
H A Dmagmareg.h191 int cd1400_compute_baud(speed_t, int, int *, int *);
H A Dspifreg.h402 int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *);
/netbsd/usr.bin/xlint/llib/
H A Dllib-lposix83 speed_t (cfgetispeed)(const struct termios *p);
84 speed_t (cfgetospeed)(const struct termios *p);
85 int (cfsetispeed)(struct termios *p, speed_t speed);
86 int (cfsetospeed)(struct termios *p, speed_t speed);
/netbsd/lib/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()
/netbsd/usr.bin/mail/
H A Dmain.c107 speed_t ospeed; in setscreensize()

12