Searched refs:tty_wait (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 234 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical() 299 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer() 400 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_interbyte_timer() 645 error = tty_wait(tp, &tp->t_outwait); in ttydisc_write()
|
H A D | tty.c | 289 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open() 346 error = tty_wait(tp, &tp->t_dcdwait); in ttydev_open() 495 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background() 544 error = tty_wait(tp, &tp->t_outserwait); in ttydev_write() 1569 tty_wait(struct tty *tp, struct cv *cv) in tty_wait() function
|
/freebsd/sys/sys/ |
H A D | tty.h | 193 int tty_wait(struct tty *tp, struct cv *cv);
|