Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c235 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical()
301 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer()
404 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_interbyte_timer()
649 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()
H A Dtty.c298 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open()
355 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open()
564 error = tty_wait(tp, &tp->t_outserwait); in ttydev_write()
1733 tty_wait(struct tty *tp, struct cv *cv) in tty_wait() function
/freebsd/sys/sys/
H A Dtty.h194 int tty_wait(struct tty *tp, struct cv *cv);