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.c413 tty_is_ctty(struct tty *tp, struct proc *p) in tty_is_ctty() function
457 if (!tty_is_ctty(tp, p) || p->p_pgrp == tp->t_pgrp) { in tty_wait_background()
1702 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1712 if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1827 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1836 if (!tty_is_ctty(tp, td->td_proc)) in tty_generic_ioctl()
1920 if (!tty_is_ctty(tp, td->td_proc)) { in tty_generic_ioctl()
1993 if (!tty_is_ctty(tp, td->td_proc) && in tty_generic_ioctl()