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

/freebsd-10.0-release/sys/kern/
H A Dtty_tty.c70 if (!(curthread->td_proc->p_flag & P_CONTROLT))
H A Dkern_acct.c377 if ((p->p_flag & P_CONTROLT) && p->p_pgrp->pg_session->s_ttyp)
H A Dkern_fork.c582 if (p1->p_session->s_ttyvp != NULL && p1->p_flag & P_CONTROLT)
583 p2->p_flag |= P_CONTROLT;
H A Dsubr_prf.c152 if ((p->p_flag & P_CONTROLT) == 0) {
203 if (p->p_flag & P_CONTROLT && p->p_session->s_ttyvp) {
H A Dkern_proc.c444 p->p_flag &= ~P_CONTROLT;
902 if ((p->p_flag & P_CONTROLT) && tp != NULL) {
1379 if ((p->p_flag & P_CONTROLT) == 0 ||
H A Dtty.c361 return (p->p_session == tp->t_session && p->p_flag & P_CONTROLT);
1619 p->p_flag |= P_CONTROLT;
H A Dkern_sig.c1855 (checkctty == 0 || p->p_flag & P_CONTROLT))
3368 (checkctty == 0 || (p->p_flag & P_CONTROLT)))
/freebsd-10.0-release/sys/fs/procfs/
H A Dprocfs_status.c96 if ((p->p_flag & P_CONTROLT) && (tp = sess->s_ttyp))
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_proc.c292 if ((proc.p_flag & P_CONTROLT) && sess.s_ttyp != NULL) {
365 if ((proc.p_flag & P_CONTROLT) == 0 ||
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_fcntl.c203 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) {
/freebsd-10.0-release/sys/ddb/
H A Ddb_ps.c187 if (p->p_flag & P_CONTROLT)
/freebsd-10.0-release/bin/pkill/
H A Dpkill.c448 (kp->ki_flag & P_CONTROLT) == 0)
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_fcntl.c406 !(p->p_flag & P_CONTROLT)) {
/freebsd-10.0-release/sys/fs/devfs/
H A Ddevfs_vnops.c515 if (!(ap->a_td->td_proc->p_flag & P_CONTROLT))
827 if (!(td->td_proc->p_flag & P_CONTROLT))
/freebsd-10.0-release/bin/ps/
H A Dprint.c274 if ((flag & P_CONTROLT) && k->ki_p->ki_pgid == k->ki_p->ki_tpgid)
H A Dps.c531 (kp->ki_flag & P_CONTROLT) == 0))
/freebsd-10.0-release/sys/sys/
H A Dproc.h605 #define P_CONTROLT 0x00002 /* Has a controlling terminal. */ macro
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_file.c152 SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) {

Completed in 128 milliseconds