Searched refs:tty_wait (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | tty_ttydisc.c | 235 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_canonical() 300 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_no_timer() 401 error = tty_wait(tp, &tp->t_inwait); in ttydisc_read_raw_interbyte_timer() 646 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-14.2/sys/sys/ |
| H A D | tty.h | 193 int tty_wait(struct tty *tp, struct cv *cv);
|