Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dtty_ttydisc.c160 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical()
215 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer()
316 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_interbyte_timer()
549 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()
H A Dtty.c285 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open()
341 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open()
470 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background()
519 error = tty_wait(tp, &tp->t_outserwait); in ttydev_write()
1444 tty_wait(struct tty *tp, struct cv *cv) in tty_wait() function
/freebsd-12.1/sys/sys/
H A Dtty.h189 int tty_wait(struct tty *tp, struct cv *cv);