Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c161 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical()
216 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer()
317 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_interbyte_timer()
562 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()
H A Dtty.c294 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open()
351 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open()
497 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background()
546 error = tty_wait(tp, &tp->t_outserwait); in ttydev_write()
1548 tty_wait(struct tty *tp, struct cv *cv) in tty_wait() function
/f-stack/freebsd/sys/
H A Dtty.h195 int tty_wait(struct tty *tp, struct cv *cv);