Searched refs:tty_wait_background (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | tty_ttydisc.c | 203 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_canonical() 283 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_no_timer() 324 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_read_timer() 377 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_interbyte_timer()
|
| H A D | tty.c | 422 tty_wait_background(struct tty *tp, struct thread *td, int sig) in tty_wait_background() function 533 error = tty_wait_background(tp, curthread, SIGTTOU); in ttydev_write() 608 error = tty_wait_background(tp, curthread, SIGTTOU); in ttydev_ioctl()
|
| /freebsd-14.2/sys/sys/ |
| H A D | tty.h | 194 int tty_wait_background(struct tty *tp, struct thread *td, int sig);
|