Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dtty_ttydisc.c369 ttydisc_write_oproc(struct tty *tp, char c) in ttydisc_write_oproc() function
511 if (ttydisc_write_oproc(tp, *obstart) == 0) { in ttydisc_write()
638 return ttydisc_write_oproc(tp, c); in ttydisc_echo_force()