Symbol: PL_CONTROLT
lib/libkvm/kvm_proc.c
366
if ((proc.p_lflag & PL_CONTROLT) && sess.s_ttyp != NULL) {
lib/libkvm/kvm_proc.c
416
if ((proc.p_lflag & PL_CONTROLT) == 0 ||
sys/compat/linux/common/linux_file.c
205
if (!(flags & O_NOCTTY) && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
sys/compat/sunos/sunos_misc.c
711
if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
sys/compat/sunos32/sunos32_misc.c
942
if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
sys/compat/ultrix/ultrix_pathname.c
175
if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
sys/kern/kern_acct.c
477
if ((p->p_lflag & PL_CONTROLT) && p->p_pgrp->pg_session->s_ttyp)
sys/kern/kern_exec.c
2798
if (p1->p_session->s_ttyvp != NULL && p1->p_lflag & PL_CONTROLT)
sys/kern/kern_exec.c
2799
p2->p_lflag |= PL_CONTROLT;
sys/kern/kern_fork.c
527
if (p1->p_session->s_ttyvp != NULL && p1->p_lflag & PL_CONTROLT)
sys/kern/kern_fork.c
528
p2->p_lflag |= PL_CONTROLT;
sys/kern/kern_proc.c
1386
p->p_lflag &= ~PL_CONTROLT;
sys/kern/kern_proc.c
2017
PL_CONTROLT, P_CONTROLT,
sys/kern/kern_proc.c
2188
if ((p->p_lflag & PL_CONTROLT) == 0 ||
sys/kern/kern_proc.c
2193
} else if ((p->p_lflag & PL_CONTROLT) == 0 ||
sys/kern/kern_proc.c
2749
if ((p->p_lflag & PL_CONTROLT) &&
sys/kern/kern_proc.c
2902
if ((p->p_lflag & PL_CONTROLT) && (tp = p->p_session->s_ttyp)) {
sys/kern/kern_sig.c
876
if (checkctty == 0 || p->p_lflag & PL_CONTROLT)
sys/kern/subr_prf.c
555
if (p->p_lflag & PL_CONTROLT && p->p_session->s_ttyvp) {
sys/kern/subr_prf.c
571
if (p->p_lflag & PL_CONTROLT && p->p_session->s_ttyvp) {
sys/kern/subr_prf.c
602
if (p->p_lflag & PL_CONTROLT && p->p_session->s_ttyvp) {
sys/kern/tty.c
1405
p->p_lflag |= PL_CONTROLT;
sys/kern/tty_tty.c
126
l->l_proc->p_lflag &= ~PL_CONTROLT;
sys/kern/tty_tty.c
52
#define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL)
sys/miscfs/fdesc/fdesc_vnops.c
69
#define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL)
sys/miscfs/procfs/procfs_status.c
147
if ((p->p_lflag & PL_CONTROLT) && (tp = sess->s_ttyp))
sys/sys/tty.h
242
((p)->p_session == (tp)->t_session && (p)->p_lflag & PL_CONTROLT)