Searched refs:SESS_LEADER (Results 1 – 7 of 7) sorted by relevance
106 if (SESS_LEADER(p)) { in procfs_doprocstatus()
227 SESS_LEADER(p)) in db_ps_proc()
608 if (!SESS_LEADER(p)) { in tty_ioctl_cnotty()671 if (!SESS_LEADER(p)) { in ttydev_ioctl_sctty()
589 KASSERT(!SESS_LEADER(p), in enterpgrp()921 if (SESS_LEADER(p)) { in killjobc()1224 if (SESS_LEADER(p)) in fill_kinfo_proc_pgrp()
490 if (SESS_LEADER(targp)) { in sys_setpgid()
980 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro
191 if (SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { in linux_common_open()