Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty_tty.c253 if (!SESS_LEADER(p)) { in cttyioctl()
H A Dkern_kinfo.c181 if ((p->p_session != NULL) && SESS_LEADER(p)) in fill_kinfo_proc()
H A Dkern_exit.c436 if (SESS_LEADER(p)) { in exit1()
H A Dkern_prot.c396 if (SESS_LEADER(targp)) { in sys_setpgid()
H A Dkern_proc.c737 KASSERT(!SESS_LEADER(p), in enterpgrp()
H A Dtty.c1183 if (!SESS_LEADER(p) || in ttioctl()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_status.c116 if (SESS_LEADER(p)) { in procfs_dostatus()
/dragonfly/sys/sys/
H A Dproc.h445 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro