Searched refs:SESS_LEADER (Results 1 – 8 of 8) sorted by relevance
109 if (SESS_LEADER(p)) { in procfs_doprocstatus()
205 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) {
215 SESS_LEADER(p)) in db_ps()
496 KASSERT(!SESS_LEADER(p), in enterpgrp()739 if (!SESS_LEADER(p) && in killjobc()748 if (SESS_LEADER(p)) { in killjobc()1018 if (SESS_LEADER(p)) in fill_kinfo_proc_only()
419 if (SESS_LEADER(targp)) { in sys_setpgid()
1709 if (!SESS_LEADER(p)) { in tty_generic_ioctl()
840 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro
154 if (SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { in linux_common_open()