Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dtty.c405 tty_is_ctty(struct tty *tp, struct proc *p) in tty_is_ctty() function
449 if (!tty_is_ctty(tp, p) || p->p_pgrp == tp->t_pgrp) { in tty_wait_background()
1670 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1680 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1779 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1788 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1872 if (!tty_is_ctty(tp, td->td_proc)) { in tty_generic_ioctl()
1957 if (!tty_is_ctty(tp, td->td_proc) && in tty_generic_ioctl()