HomeSort by: relevance | last modified time | path
    Searched refs:PL_CONTROLT (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/kern/
tty_tty.c 52 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL)
126 l->l_proc->p_lflag &= ~PL_CONTROLT;
kern_fork.c 525 if (p1->p_session->s_ttyvp != NULL && p1->p_lflag & PL_CONTROLT)
526 p2->p_lflag |= PL_CONTROLT;
kern_acct.c 475 if ((p->p_lflag & PL_CONTROLT) && p->p_pgrp->pg_session->s_ttyp)
subr_prf.c 555 if (p->p_lflag & PL_CONTROLT && p->p_session->s_ttyvp) {
571 if (p->p_lflag & PL_CONTROLT && p->p_session->s_ttyvp) {
602 if (p->p_lflag & PL_CONTROLT && p->p_session->s_ttyvp) {
kern_proc.c 1386 p->p_lflag &= ~PL_CONTROLT;
2017 PL_CONTROLT, P_CONTROLT,
2183 if ((p->p_lflag & PL_CONTROLT) == 0 ||
2188 } else if ((p->p_lflag & PL_CONTROLT) == 0 ||
2744 if ((p->p_lflag & PL_CONTROLT) &&
2897 if ((p->p_lflag & PL_CONTROLT) && (tp = p->p_session->s_ttyp)) {
kern_exec.c 2789 if (p1->p_session->s_ttyvp != NULL && p1->p_lflag & PL_CONTROLT)
2790 p2->p_lflag |= PL_CONTROLT;
tty.c 1405 p->p_lflag |= PL_CONTROLT;
kern_sig.c 873 if (checkctty == 0 || p->p_lflag & PL_CONTROLT)
  /src/sys/compat/ultrix/
ultrix_pathname.c 175 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/sys/sys/
tty.h 242 ((p)->p_session == (tp)->t_session && (p)->p_lflag & PL_CONTROLT)
proc.h 432 #define PL_CONTROLT 0x00000001 /* Has a controlling terminal */
  /src/sys/miscfs/procfs/
procfs_status.c 147 if ((p->p_lflag & PL_CONTROLT) && (tp = sess->s_ttyp))
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 69 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL)
  /src/lib/libkvm/
kvm_proc.c 366 if ((proc.p_lflag & PL_CONTROLT) && sess.s_ttyp != NULL) {
416 if ((proc.p_lflag & PL_CONTROLT) == 0 ||
  /src/sys/compat/sunos/
sunos_misc.c 711 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/sys/compat/sunos32/
sunos32_misc.c 942 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/sys/compat/linux/common/
linux_file.c 205 if (!(flags & O_NOCTTY) && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {

Completed in 30 milliseconds