Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty.c412 tty_is_ctty(struct tty *tp, struct proc *p) in tty_is_ctty() function
456 if (!tty_is_ctty(tp, p) || p->p_pgrp == tp->t_pgrp) { in tty_wait_background()
1663 if (!tty_is_ctty(tp, td->td_proc)) in tty_sti_check()
1725 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1735 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1850 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1859 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1943 if (!tty_is_ctty(tp, td->td_proc)) { in tty_generic_ioctl()