Home
last modified time | relevance | path

Searched refs:TTYDISC (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/kern/
H A Dtty_nmea.c154 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 Dtty_msts.c114 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 Dtty_endrun.c152 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 Dttycom.h142 #define TTYDISC 0 /* termios tty line discipline */ macro
/openbsd-src/bin/stty/
H A Dprint.c59 if (ldisc != TTYDISC) { in print()
H A Dkey.c325 tmp = TTYDISC; in f_tty()
/openbsd-src/usr.sbin/lpr/lpd/
H A Dkey.c245 tmp = TTYDISC; in f_tty()
/openbsd-src/usr.sbin/lpd/
H A Dlp_stty.c275 tmp = TTYDISC; in f_tty()
/openbsd-src/usr.sbin/pstat/
H A Dpstat.c1012 case TTYDISC: in ttyprt()
/openbsd-src/usr.sbin/pppd/
H A Dsys-bsd.c282 x = TTYDISC;