Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dtty_ttydisc.c452 ttydisc_write_oproc(struct tty *tp, char c) in ttydisc_write_oproc() function
606 if (ttydisc_write_oproc(tp, *obstart) == 0) { in ttydisc_write()
736 return ttydisc_write_oproc(tp, c); in ttydisc_echo_force()