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

1 2 3 4

  /src/lib/libc/termios/
cfgetispeed.c 57 return (t->c_ispeed);
cfsetispeed.c 57 t->c_ispeed = speed;
cfsetspeed.c 57 t->c_ispeed = t->c_ospeed = speed;
  /src/sys/compat/linux32/common/
linux32_termios.h 65 linux32_speed_t c_ispeed; member in struct:linux32_termios
  /src/bin/stty/
gfmt.c 103 tp->c_ispeed = tmp;
key.c 228 ip->t.c_ispeed = random();
  /src/sys/arch/emips/ebus/
dz_ebus.c 402 if (t->c_ispeed != t->c_ospeed)
404 speed = dzdivisor(t->c_ispeed);
408 tp->t_ispeed = t->c_ispeed;
415 if (!didit && t->c_ispeed != 38400)
416 printf("dzparam: c_ispeed %d ignored, keeping 38400\n",
417 t->c_ispeed);
  /src/sys/sys/
termios.h 198 int c_ispeed; /* input speed */ member in struct:termios
tty.h 160 #define t_ispeed t_termios.c_ispeed
  /src/sys/arch/usermode/include/
thunk.h 55 int32_t c_ispeed; member in struct:thunk_termios
  /src/sys/dev/sun/
sunms.c 203 t.c_ispeed = sunms_bps;
sunkbd.c 228 t.c_ispeed = sunkbd_bps;
  /src/sys/arch/amiga/dev/
ser.c 324 t.c_ispeed = 0;
773 if (t->c_ispeed && t->c_ispeed != t->c_ospeed)
797 tp->t_ispeed = t->c_ispeed;
  /src/sys/dev/usb/
ucycom.c 388 t.c_ispeed = 0;
686 if (t->c_ispeed && t->c_ispeed != t->c_ospeed)
714 baud = t->c_ispeed;
  /src/sys/arch/luna68k/dev/
siotty.c 406 if (t->c_ispeed && t->c_ispeed != t->c_ospeed)
427 tp->t_ispeed = t->c_ispeed;
530 t.c_ispeed = t.c_ospeed = TTYDEF_SPEED;
  /src/sys/dev/ic/
clmpcc.c 809 if ( t->c_ispeed && clmpcc_speed(sc, t->c_ispeed, &iclk, &ibpr) < 0 )
835 if ( t->c_ispeed ) {
888 if ( t->c_ispeed <= 1200 )
890 else if ( t->c_ispeed <= 19200 )
cd18xx.c 436 t.c_ispeed = 0;
760 if (t->c_ispeed && t->c_ispeed != t->c_ospeed)
878 if (t->c_ispeed) {
879 u_int32_t rbpr = PORT_RATE(sc->sc_osc, t->c_ispeed);
  /src/sys/arch/arm/footbridge/
footbridge_com.c 444 if (t->c_ispeed && t->c_ispeed != t->c_ospeed)
  /src/sys/compat/common/
tty_43.c 157 term.c_ispeed = speed;
159 term.c_ispeed = compatspcodes[speed];
  /src/sys/dev/goldfish/
gftty.c 471 t.c_ispeed = t.c_ospeed = TTYDEF_SPEED;
737 tp->t_ispeed = t->c_ispeed;
  /src/sys/dev/dec/
dz.c 579 int ispeed = ttspeedtab(t->c_ispeed, dzspeedtab);
588 tp->t_ispeed = t->c_ispeed;
  /src/sys/arch/news68k/news68k/
romcons.c 276 tp->t_ispeed = t->c_ispeed;
  /src/sys/arch/sparc64/dev/
pcons.c 257 tp->t_ispeed = t->c_ispeed;
  /src/sys/arch/sun2/dev/
pcons.c 258 tp->t_ispeed = t->c_ispeed;
  /src/sys/arch/vax/vax/
gencons.c 267 tp->t_ispeed = t->c_ispeed;

Completed in 28 milliseconds

1 2 3 4