HomeSort by: relevance | last modified time | path
    Searched refs:speed_t (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/lib/libc/termios/
cfgetispeed.c 51 speed_t
cfgetospeed.c 51 speed_t
cfsetispeed.c 52 cfsetispeed(struct termios *t, speed_t speed)
cfsetospeed.c 52 cfsetospeed(struct termios *t, speed_t speed)
cfsetspeed.c 52 cfsetspeed(struct termios *t, speed_t speed)
  /src/sys/sys/
termios.h 190 typedef unsigned int speed_t; typedef in typeref:typename:unsigned int
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);
  /src/games/warp/
term.c 268 charsperhalfsec = (speed_t)ospeed >= B9600 ? (speed_t)480 :
269 (speed_t)ospeed == B4800 ? (speed_t)240 :
270 (speed_t)ospeed == B2400 ? (speed_t)120 :
271 (speed_t)ospeed == B1200 ? (speed_t)60 :
272 (speed_t)ospeed == B600 ? (speed_t)30
    [all...]
term.h 187 typedef int speed_t;
193 typedef int speed_t;
  /src/lib/libterminfo/
curterm.c 54 static const speed_t bauds[] = {
63 speed_t os;
  /src/usr.bin/tip/
cu.c 265 if (ttysetup((speed_t)BR) != 0) {
273 if (ttysetup((speed_t)BR) != 0) {
tip.c 237 if (ttysetup((speed_t)number(value(BAUDRATE))) != 0) {
246 if (ttysetup((speed_t)number(value(BAUDRATE))) != 0) {
558 ttysetup(speed_t spd)
tip.h 295 int ttysetup(speed_t);
  /src/sys/dev/usb/
ubsavar.h 157 void ubsa_baudrate(struct ubsa_softc *, int, speed_t);
ubsa_common.c 222 ubsa_baudrate(struct ubsa_softc *sc, int portno, speed_t speed)
  /src/usr.bin/tip/aculib/
df.c 71 speed_t volatile spd;
  /src/libexec/getty/
main.c 271 (void)cfsetispeed(&tmode, (speed_t)IS);
273 (void)cfsetispeed(&tmode, (speed_t)SP);
275 (void)cfsetospeed(&tmode, (speed_t)OS);
277 (void)cfsetospeed(&tmode, (speed_t)SP);
  /src/sys/dev/sbus/
magmareg.h 191 int cd1400_compute_baud(speed_t, int, int *, int *);
spifreg.h 402 int stty_compute_baud(speed_t, int, u_int8_t *, u_int8_t *);
  /src/usr.bin/xlint/llib/
llib-lposix 84 speed_t (cfgetispeed)(const struct termios *p);
85 speed_t (cfgetospeed)(const struct termios *p);
86 int (cfsetispeed)(struct termios *p, speed_t speed);
87 int (cfsetospeed)(struct termios *p, speed_t speed);
  /src/usr.bin/scmdctl/
scmdctl.c 66 int ttysetup(int, speed_t);
101 ttysetup(int fd, speed_t spd)
226 ttyerror = ttysetup(fd,(speed_t)baud_rate);
  /src/lib/libedit/
tty.h 475 speed_t t_speed;
tty.c 464 static speed_t tty__getspeed(struct termios *);
610 static speed_t
613 speed_t spd;
  /src/usr.bin/mail/
main.c 107 speed_t ospeed;
  /src/usr.bin/rlogin/
rlogin.c 141 speed_t ospeed;
  /src/sys/dev/ic/
clmpcc.c 73 static int clmpcc_speed(struct clmpcc_softc *, speed_t, int *, int *);
255 clmpcc_speed(struct clmpcc_softc *sc, speed_t speed, int *cor, int *bpr)

Completed in 21 milliseconds

1 2