Searched refs:TTYDISC (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/kern/ |
| H A D | tty_nmea.c | 154 error = linesw[TTYDISC].l_open(dev, tp, p); in nmeaopen() 170 tp->t_line = TTYDISC; /* switch back to termios */ in nmeaclose() 178 return (linesw[TTYDISC].l_close(tp, flags, p)); in nmeaclose() 208 linesw[TTYDISC].l_rint('[', tp); in nmeainput() 209 linesw[TTYDISC].l_rint('0' + np->gapno++, tp); in nmeainput() 210 linesw[TTYDISC].l_rint(']', tp); in nmeainput() 251 return (linesw[TTYDISC].l_rint(c, tp)); in nmeainput() 368 linesw[TTYDISC].l_rint('[', tp); in nmea_gprmc() 369 linesw[TTYDISC].l_rint('C', tp); in nmea_gprmc() 370 linesw[TTYDISC].l_rint(']', tp); in nmea_gprmc() [all …]
|
| H A D | tty_msts.c | 114 error = linesw[TTYDISC].l_open(dev, tp, p); in mstsopen() 131 tp->t_line = TTYDISC; /* switch back to termios */ in mstsclose() 139 return linesw[TTYDISC].l_close(tp, flags, p); in mstsclose() 203 return linesw[TTYDISC].l_rint(c, tp); in mstsinput()
|
| H A D | tty_endrun.c | 152 error = linesw[TTYDISC].l_open(dev, tp, p); in endrunopen() 170 tp->t_line = TTYDISC; /* switch back to termios */ in endrunclose() 178 return linesw[TTYDISC].l_close(tp, flags, p); in endrunclose() 244 return linesw[TTYDISC].l_rint(c, tp); in endruninput()
|
| /openbsd-src/sys/sys/ |
| H A D | ttycom.h | 142 #define TTYDISC 0 /* termios tty line discipline */ macro
|
| /openbsd-src/bin/stty/ |
| H A D | print.c | 59 if (ldisc != TTYDISC) { in print()
|
| H A D | key.c | 325 tmp = TTYDISC; in f_tty()
|
| /openbsd-src/usr.sbin/lpr/lpd/ |
| H A D | key.c | 245 tmp = TTYDISC; in f_tty()
|
| /openbsd-src/usr.sbin/lpd/ |
| H A D | lp_stty.c | 275 tmp = TTYDISC; in f_tty()
|
| /openbsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 1012 case TTYDISC: in ttyprt()
|
| /openbsd-src/usr.sbin/pppd/ |
| H A D | sys-bsd.c | 282 x = TTYDISC;
|