Searched refs:tty_wait (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 161 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 D | tty.c | 294 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 D | tty.h | 195 int tty_wait(struct tty *tp, struct cv *cv);
|