Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_internal.h60 rt_inline int tty_is_ctty(struct lwp_tty *tp, struct rt_lwp *p) in tty_is_ctty() function
/components/lwp/terminal/freebsd/
A Dtty.c450 if (!tty_is_ctty(tp, p) || pg == tp->t_pgrp) in tty_wait_background()
1157 if (tp->t_session != NULL && !tty_is_ctty(tp, td->lwp)) in tty_generic_ioctl()
1167 if (tp->t_session != NULL && !tty_is_ctty(tp, td->lwp)) in tty_generic_ioctl()
1272 if (!tty_is_ctty(tp, td->lwp)) in tty_generic_ioctl()
1281 if (!tty_is_ctty(tp, td->lwp)) in tty_generic_ioctl()
1369 if (!tty_is_ctty(tp, td->lwp) && priv_check(td, PRIV_TTY_STI)) in tty_generic_ioctl()
A Dtty_compat.c227 if (!tty_is_ctty(tp, td->lwp)) in lwp_tty_assign_foreground()

Completed in 6 milliseconds