Home
last modified time | relevance | path

Searched refs:ttyinput (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/kern/
H A Dtty_conf.c68 l_nullioctl, ttyinput, ttstart, ttymodem },
H A Dtty.c398 ttyinput(int c, struct tty *tp) in ttyinput() function
1666 ttyinput(c, tp); in ttypend()
/dragonfly/sys/sys/
H A Dtty.h274 int ttyinput (int c, struct tty *tp);
/dragonfly/sys/dev/misc/snp/
H A Dsnp.c70 l_nullioctl, ttyinput, ttstart, ttymodem
241 if (ttyinput(c[i], tp)) { in snpwrite()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c2306 && linesw[tp->t_line].l_rint == ttyinput) { in disc_optim()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2812 && linesw[tp->t_line].l_rint == ttyinput) in disc_optim()