Searched refs:ospeed (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dtermcap.h42 extern short ospeed;
H A Dcurterm.c89 ospeed = 0;
98 ospeed = nterm->_ospeed;
H A Dtputs.c49 short ospeed; variable
168 return _ti_puts(1, ospeed, PC, str, affcnt,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dtcap.h47 extern short ospeed;
/netbsd-6-1-5-RELEASE/usr.bin/tset/
H A Dmap.c202 match = (ospeed == mapp->speed);
205 match = (ospeed >= mapp->speed);
208 match = (ospeed > mapp->speed);
211 match = (ospeed <= mapp->speed);
214 match = (ospeed < mapp->speed);
H A Dtset.c76 ospeed = cfgetospeed(&mode);
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91rm9200busvar.h45 void at91rm9200bus_attach_cn(bus_space_tag_t iot, int ospeed, int cflag);
H A Dat91sam9260busvar.h45 void at91sam9260bus_attach_cn(bus_space_tag_t iot, int ospeed, int cflag);
H A Dat91sam9261busvar.h45 void at91sam9261bus_attach_cn(bus_space_tag_t iot, int ospeed, int cflag);
H A Dat91dbgu.c814 int ospeed, tcflag_t cflag);
817 int ospeed, tcflag_t cflag)
826 dbgu_cn_sc.sc_ospeed = ospeed;
829 DBGU_INIT(AT91_MSTCLK, ospeed);
832 void at91dbgu_attach_cn(bus_space_tag_t iot, int ospeed, int cflag) argument
836 at91dbgu_cn_attach(iot, AT91DBGU_BASE, ioh, ospeed, cflag);
816 at91dbgu_cn_attach(bus_space_tag_t iot, bus_addr_t iobase, bus_space_handle_t ioh, int ospeed, tcflag_t cflag) argument
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmain.c107 speed_t ospeed; local
113 ospeed = 9600;
115 ospeed = cfgetospeed(&tbuf);
116 if (ospeed < 1200)
118 else if (ospeed == 1200)
/netbsd-6-1-5-RELEASE/bin/stty/
H A Dprint.c60 int cnt, ispeed, ospeed; local
90 ospeed = cfgetospeed(tp);
91 if (ispeed != ospeed)
93 printf("ispeed %d baud; ospeed %d baud;", ispeed, ospeed);
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dscreen.c125 /*extern*/ short ospeed; /* Terminal output baud rate */ variable
169 ospeed = s.c_cflag & CBAUD;
171 ospeed = cfgetospeed(&s);
216 ospeed = s.sg_ospeed;
/netbsd-6-1-5-RELEASE/games/backgammon/teachgammon/
H A Dteach.c77 ospeed = cfgetospeed(&old); /* for termlib */
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dmfc.c727 int cflag, unit, ospeed; local
737 ospeed = ttspeedtab(t->c_ospeed, scc->mfc_iii ? mfcs3speedtab2 :
744 if (ospeed < 0 && (scc->clk_frq % t->c_ospeed) == 0) {
745 ospeed = scc->clk_frq / t->c_ospeed; /* divisor */
746 if (scc->ct_usecnt > 0 && scc->ct_val != ospeed)
747 ospeed = -1;
749 scc->sc_regs->du_ctur = ospeed >> 8;
750 scc->sc_regs->du_ctlr = ospeed;
751 scc->ct_val = ospeed;
754 ospeed
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dterminal.c47 short ospeed; /* Terminal output baud rate */ variable
565 ospeed = cfgetospeed (&ti);
567 ospeed = B9600;
575 ospeed = sg.sg_ospeed;
577 ospeed = B9600;
580 ospeed = B9600;
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dscreen.c220 extern short ospeed; /* Terminal output baud rate */
224 short ospeed; variable
296 case B0: ospeed = 0; break;
299 case B50: ospeed = 1; break;
302 case B75: ospeed = 2; break;
305 case B110: ospeed = 3; break;
308 case B134: ospeed = 4; break;
311 case B150: ospeed = 5; break;
314 case B200: ospeed = 6; break;
317 case B300: ospeed
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dscnvar.h93 int32_t ispeed, ospeed; member in struct:duart::chan
/netbsd-6-1-5-RELEASE/games/backgammon/backgammon/
H A Dmain.c55 extern short ospeed; /* tty output speed */
110 ospeed = cfgetospeed(&old); /* for termlib */
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Ddz.c570 int ospeed = ttspeedtab(t->c_ospeed, dzspeedtab); local
575 if (ospeed < 0 || ispeed < 0 || ispeed != ospeed)
582 if (ospeed == 0) {
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.tty.c128 * Get initial state of terminal, set ospeed (for termcap routines)
138 ospeed = cfgetospeed(&inittyb);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtxcom.c1065 int ospeed; local
1072 ospeed = t->c_ospeed;
1075 if (ospeed < 0) {
1078 if (t->c_ispeed && t->c_ispeed != ospeed) {
1109 if (tp->t_ospeed == ospeed && tp->t_cflag == t->c_cflag) {
1115 chip->sc_speed = ospeed;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dz8530tty.c618 * Note: zsparam has done: cflag, ispeed, ospeed
957 int ospeed; local
964 ospeed = t->c_ospeed;
968 if (ospeed < 0)
970 if (t->c_ispeed && t->c_ispeed != ospeed)
988 if (tp->t_ospeed == ospeed &&
997 error = zs_set_speed(cs, ospeed);
1065 tp->t_ospeed = ospeed;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dser.c653 int ospeed = serspeed(t->c_ospeed); local
659 if (ospeed < 0)
751 if (ospeed == 0)
757 sc->sc_ospeed = ospeed;
1388 int ospeed = serspeed(baud); local
1395 MFP->mf_tddr = ospeed;
1396 single_inst_bset_b(MFP->mf_tcdcr, (ospeed >> 8) & 0x0f);
/netbsd-6-1-5-RELEASE/usr.bin/rlogin/
H A Drlogin.c141 speed_t ospeed; local
233 for (ospeed = i = cfgetospeed(&tty), len2 = 2; i > 9; len2++)
237 (void)snprintf(term + len, len2 + 1, "/%d", ospeed);

Completed in 318 milliseconds

12