Searched refs:tty_wait (Results 1 – 3 of 3) sorted by relevance
235 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()
298 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
194 int tty_wait(struct tty *tp, struct cv *cv);