Home
last modified time | relevance | path

Searched refs:SESS_LEADER (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/kern/
Dtty_tty.c125 if (!SESS_LEADER(l->l_proc)) { in cttyioctl()
Dkern_proc.c1340 if (SESS_LEADER(p)) { in proc_enterpgrp()
2752 if (SESS_LEADER(p)) in fill_eproc()
2892 if (SESS_LEADER(p)) in fill_kproc2()
Dkern_exit.c375 if (SESS_LEADER(p)) { in exit1()
Dtty.c1385 if (!SESS_LEADER(p) || in ttioctl()
/netbsd/src/sys/compat/ultrix/
Dultrix_pathname.c175 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) { in ultrix_sys_open()
/netbsd/src/sys/miscfs/procfs/
Dprocfs_status.c160 if (SESS_LEADER(p)) { in procfs_status_netbsd()
/netbsd/src/sys/sys/
Dproc.h471 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro
/netbsd/src/sys/compat/sunos/
Dsunos_misc.c711 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) { in sunos_sys_open()
/netbsd/src/sys/compat/sunos32/
Dsunos32_misc.c942 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) { in sunos32_sys_open()
/netbsd/src/sys/compat/linux/common/
Dlinux_file.c205 if (!(flags & O_NOCTTY) && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) { in linux_open_ctty()