Searched refs:P_CONTROLT (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_tty.c161 OSBitAndAtomic(~((uint32_t)P_CONTROLT), (UInt32 *)&p->p_flag);
210 vp = (p->p_flag & P_CONTROLT ? sessp->s_ttyvp : NULLVP);
H A Dsubr_prf.c177 if (p->p_flag & P_CONTROLT && sessp->s_ttyvp) {
193 if (p->p_flag & P_CONTROLT && sessp->s_ttyvp) {
H A Dkern_acct.c280 if ((p->p_flag & P_CONTROLT) && (sessp != SESSION_NULL) && (sessp->s_ttyp != TTY_NULL)) {
H A Dproc_info.c203 if ((p->p_flag & P_CONTROLT) == 0 ||
373 if ((p->p_flag & P_CONTROLT) == P_CONTROLT)
387 if ((p->p_flag & P_CONTROLT) && (sessionp != SESSION_NULL) && (tp = sessionp->s_ttyp)) {
H A Dkern_fork.c1022 if (sessp->s_ttyvp != NULL && parent->p_flag & P_CONTROLT)
1023 OSBitOrAtomic(P_CONTROLT, (UInt32 *)&child->p_flag);
H A Dtty.c288 OSBitOrAtomic(P_CONTROLT, (UInt32 *)&p->p_flag);
1163 OSBitOrAtomic(P_CONTROLT, (UInt32 *)&p->p_flag);
2600 retval = (sessp == tp->t_session && p->p_flag & P_CONTROLT);
2608 return(sessp == tp->t_session && p->p_flag & P_CONTROLT);
H A Dkern_sysctl.c1074 if ((p->p_flag & P_CONTROLT) == 0 ||
1338 if ((p->p_flag & P_CONTROLT) && (sessp != SESSION_NULL) &&
1419 if ((p->p_flag & P_CONTROLT) && (sessp != SESSION_NULL) &&
H A Dkern_proc.c1024 OSBitAndAtomic(~((uint32_t)P_CONTROLT), (UInt32 *)&p->p_flag);
H A Dkern_sig.c1390 if ((checkctty == 0) || p->p_flag & P_CONTROLT)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h164 #define P_CONTROLT 0x00000002 /* Has a controlling terminal */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2119 if (!(p->p_flag & P_CONTROLT)) {
2217 if (no_controlling_tty && (p->p_flag & P_CONTROLT)) {

Completed in 55 milliseconds