P_CONTROLT 186 compat/ibcs2/ibcs2_fcntl.c if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { P_CONTROLT 193 compat/linux/linux_file.c if (!(fl & O_NOCTTY) && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { P_CONTROLT 696 compat/sunos/sunos_misc.c if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { P_CONTROLT 342 compat/svr4/svr4_fcntl.c !(p->p_flag & P_CONTROLT)) { P_CONTROLT 182 compat/ultrix/ultrix_pathname.c if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { P_CONTROLT 219 kern/kern_acct.c if ((p->p_flag & P_CONTROLT) && p->p_pgrp->pg_session->s_ttyp) P_CONTROLT 315 kern/kern_fork.c if (p1->p_session->s_ttyvp != NULL && p1->p_flag & P_CONTROLT) P_CONTROLT 316 kern/kern_fork.c atomic_setbits_int(&p2->p_flag, P_CONTROLT); P_CONTROLT 236 kern/kern_proc.c atomic_clearbits_int(&p->p_flag, P_CONTROLT); P_CONTROLT 714 kern/kern_sig.c if ((checkctty == 0 || p->p_flag & P_CONTROLT) && P_CONTROLT 1038 kern/kern_sysctl.c if ((p->p_flag & P_CONTROLT) == 0 || P_CONTROLT 1160 kern/kern_sysctl.c if ((p->p_flag & P_CONTROLT) && P_CONTROLT 1234 kern/kern_sysctl.c if ((p->p_flag & P_CONTROLT) && (tp = p->p_session->s_ttyp)) { P_CONTROLT 371 kern/subr_prf.c if (p->p_flag & P_CONTROLT && p->p_session->s_ttyvp) { P_CONTROLT 399 kern/subr_prf.c if (p->p_flag & P_CONTROLT && p->p_session->s_ttyvp) { P_CONTROLT 990 kern/tty.c atomic_setbits_int(&p->p_flag, P_CONTROLT); P_CONTROLT 48 kern/tty_tty.c #define cttyvp(p) ((p)->p_flag & P_CONTROLT ? (p)->p_session->s_ttyvp : NULL) P_CONTROLT 122 kern/tty_tty.c atomic_clearbits_int(&p->p_flag, P_CONTROLT); P_CONTROLT 93 miscfs/procfs/procfs_status.c if ((p->p_flag&P_CONTROLT) && (tp = sess->s_ttyp)) P_CONTROLT 232 sys/tty.h ((p)->p_session == (tp)->t_session && (p)->p_flag & P_CONTROLT)