Searched refs:t_cflag (Results 1 - 25 of 72) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Dsiotty.c260 if (tp->t_ospeed == t->c_ospeed && tp->t_cflag == t->c_cflag)
265 tp->t_cflag = t->c_cflag;
269 switch (tp->t_cflag & CSIZE) {
277 if (tp->t_cflag & PARENB) {
279 if ((tp->t_cflag & PARODD) == 0)
282 wr4 |= (tp->t_cflag & CSTOPB) ? WR4_STOP2 : WR4_STOP1;
381 || (tp->t_cflag & MDMBUF)
407 if ((tp->t_cflag & HUPCL)
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dser.c408 if (tp->t_cflag & HUPCL) {
609 if ((tp->t_cflag & PARENB) &&
611 + !!(tp->t_cflag & PARODD)) & 1))
662 (tp->t_cflag & CRTSCTS)) {
773 tp->t_cflag == t->c_cflag)
790 tp->t_cflag = cflag;
829 if ((tp->t_cflag & CSIZE) == CS7 || (tp->t_cflag & PARENB))
835 if (tp->t_cflag & PARENB) {
838 if (tp->t_cflag
[all...]
H A Dmfc.c513 tp->t_cflag = TTYDEF_CFLAG;
521 tp->t_cflag |= CLOCAL;
523 tp->t_cflag |= CRTSCTS;
525 tp->t_cflag |= MDMBUF;
546 while ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) {
597 if (tp->t_cflag & HUPCL || tp->t_wopen != 0 ||
768 tp->t_cflag = cflag;
829 if ((tp->t_cflag & CRTSCTS) == 0)
H A Dmsc.c390 tp->t_cflag = TTYDEF_CFLAG;
397 tp->t_cflag |= CLOCAL;
399 tp->t_cflag |= CRTSCTS;
401 tp->t_cflag |= MDMBUF;
434 while ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) {
909 tp->t_cflag = cflag;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcy.c316 tp->t_cflag = TTYDEF_CFLAG;
318 SET(tp->t_cflag, CLOCAL);
320 SET(tp->t_cflag, CRTSCTS);
322 SET(tp->t_cflag, MDMBUF);
379 ISSET(tp->t_cflag, MDMBUF) ||
390 while (!ISSET(tp->t_cflag, CLOCAL) &&
424 if (ISSET(tp->t_cflag, HUPCL) &&
826 if (!ISSET(tp->t_cflag, CRTSCTS))
832 if (!ISSET(tp->t_cflag, CRTSCTS))
842 if (!ISSET(tp->t_cflag, CRTSCT
[all...]
H A Dclmpcc.c498 tp->t_cflag = TTYDEF_CFLAG;
502 SET(tp->t_cflag, CLOCAL);
504 SET(tp->t_cflag, CRTSCTS);
506 SET(tp->t_cflag, MDMBUF);
514 SET(tp->t_cflag, CLOCAL);
515 CLR(tp->t_cflag, CRTSCTS);
516 CLR(tp->t_cflag, HUPCL);
742 if ( ISCLR(tp->t_cflag, CRTSCTS) )
748 if ( ISCLR(tp->t_cflag, CRTSCTS) )
758 if ( ISCLR(tp->t_cflag, CRTSCT
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dcom.c414 tp->t_cflag = TTYDEF_CFLAG;
416 SET(tp->t_cflag, CLOCAL);
418 SET(tp->t_cflag, CRTSCTS);
420 SET(tp->t_cflag, MDMBUF);
485 ISSET(sc->sc_msr, MSR_DCD) || ISSET(tp->t_cflag, MDMBUF))
519 if (ISSET(tp->t_cflag, HUPCL) &&
785 oldcflag = tp->t_cflag;
786 tp->t_cflag = t->c_cflag;
794 ISSET(oldcflag, MDMBUF) != ISSET(tp->t_cflag, MDMBUF) &&
825 if (ISSET(tp->t_cflag, CRTSCT
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dofcons.c142 tp->t_cflag = TTYDEF_CFLAG;
242 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Ddz.c389 tp->t_cflag = TTYDEF_CFLAG;
401 while (!(flag & O_NONBLOCK) && !(tp->t_cflag & CLOCAL) &&
429 if ((tp->t_cflag & HUPCL) || tp->t_wopen || !(tp->t_state & TS_ISOPEN))
580 tp->t_cflag = cflag;
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbiconsdev.c177 tp->t_cflag = TTYDEF_CFLAG;
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Ddz_ebus.c150 tp->t_cflag = TTYDEF_CFLAG;
161 while (!(flag & O_NONBLOCK) && !(tp->t_cflag & CLOCAL) &&
194 if ((tp->t_cflag & HUPCL) || tp->t_wopen || !(tp->t_state & TS_ISOPEN))
400 tp->t_cflag = cflag;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dpcons.c145 tp->t_cflag = TTYDEF_CFLAG;
252 tp->t_cflag = t->c_cflag;
H A Dsab.c684 tp->t_cflag = TTYDEF_CFLAG;
686 tp->t_cflag |= CLOCAL;
688 tp->t_cflag |= CRTSCTS;
690 tp->t_cflag |= MDMBUF;
724 while ((tp->t_cflag & CLOCAL) == 0 &&
745 if (tp->t_cflag & HUPCL) {
782 if (tp->t_cflag & HUPCL) {
1065 tp->t_cflag = cflag;
H A Dkd.c195 tp->t_cflag = TTYDEF_CFLAG;
302 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dpcons.c140 tp->t_cflag = TTYDEF_CFLAG;
250 tp->t_cflag = t->c_cflag;
H A Dkd.c238 tp->t_cflag = TTYDEF_CFLAG;
345 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dkd.c170 tp->t_cflag = TTYDEF_CFLAG;
273 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dgencons.c122 tp->t_cflag = TTYDEF_CFLAG;
262 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dromcons.c148 tp->t_cflag = TTYDEF_CFLAG;
268 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofcons.c134 tp->t_cflag = TTYDEF_CFLAG;
238 tp->t_cflag = t->c_cflag;
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Ddhu.c353 (tp->t_cflag & CRTSCTS)) {
466 tp->t_cflag = TTYDEF_CFLAG;
476 while (!(flag & O_NONBLOCK) && !(tp->t_cflag & CLOCAL) &&
507 if ((tp->t_cflag & HUPCL) || tp->t_wopen || !(tp->t_state & TS_ISOPEN))
710 tp->t_cflag = cflag;
781 if (tp->t_cflag & CRTSCTS) {
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dspif.c345 tp->t_cflag = TTYDEF_CFLAG;
347 SET(tp->t_cflag, CLOCAL);
349 SET(tp->t_cflag, CRTSCTS);
351 SET(tp->t_cflag, MDMBUF);
374 while (!ISSET(tp->t_cflag, CLOCAL) &&
402 if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) {
521 if (ISSET(bits, TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS))
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddcm.c526 tp->t_cflag = TTYDEF_CFLAG;
589 if (tp->t_cflag & HUPCL || tp->t_wopen != 0 ||
934 (tp->t_cflag & CCTS_OFLOW)) {
1038 if (tp->t_cflag & CLOCAL)
1060 tp->t_cflag |= CLOCAL;
1092 tp->t_cflag = cflag;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dttycons.c216 t->t_cflag = TTYDEF_CFLAG;
356 t->t_cflag = c->c_cflag;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dkd.c223 tp->t_cflag = TTYDEF_CFLAG;
331 tp->t_cflag = t->c_cflag;

Completed in 146 milliseconds

123