Searched refs:tty_is_ctty (Results 1 – 1 of 1) sorted by relevance
415 tty_is_ctty(struct tty *tp, struct proc *p) in tty_is_ctty() function459 if (!tty_is_ctty(tp, p) || p->p_pgrp == tp->t_pgrp) { in tty_wait_background()1681 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()1691 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()1790 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()1799 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()1883 if (!tty_is_ctty(tp, td->td_proc)) { in tty_generic_ioctl()1969 if (!tty_is_ctty(tp, td->td_proc) && in tty_generic_ioctl()