Searched refs:ispeed (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/stty/
H A Dprint.c60 int cnt, ispeed, ospeed; local
89 ispeed = cfgetispeed(tp);
91 if (ispeed != ospeed)
93 printf("ispeed %d baud; ospeed %d baud;", ispeed, ospeed);
95 cnt += printf("speed %d baud;", ispeed);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dscnvar.h93 int32_t ispeed, ospeed; member in struct:duart::chan
H A Dscn.c418 if (dp->chan[chan].ispeed >= 1200) {
598 scn_config(int unit, int chan, int ispeed, int ospeed, u_char mr1, u_char mr2) argument
650 ic = scniter(&i, ispeed, &counter, &mode, ocp, c92);
683 oic = scniter(&oi, ocp->ispeed, &counter, &mode, NULL, c92);
691 while ((ic = scniter(&i, ispeed, &counter,
721 dp->chan[chan].ispeed = ispeed;
995 duart->chan[0].ispeed = duart->chan[0].ospeed = 0;
996 duart->chan[1].ispeed = duart->chan[1].ospeed = 0;
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Ddz.c569 int ispeed = ttspeedtab(t->c_ispeed, dzspeedtab); local
575 if (ospeed < 0 || ispeed < 0 || ispeed != ospeed)
592 lpr = DZ_LPR_RX_ENABLE | ((ispeed&0xF)<<8) | line;
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dsys_bsd.c465 TerminalSpeeds(long *ispeed, long *ospeed) argument
474 *ispeed = in;
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Ddhu.c694 int ispeed = ttspeedtab(t->c_ispeed, dhuspeedtab); local
705 if (ospeed < 0 || ispeed < 0)
720 lpr = ((ispeed&017)<<8) | ((ospeed&017)<<12) ;

Completed in 90 milliseconds