Searched refs:SESS_LEADER (Results 1 – 7 of 7) sorted by relevance
109 if (SESS_LEADER(p)) { in procfs_doprocstatus()
229 SESS_LEADER(p)) in db_ps_proc()
1251 if (!SESS_LEADER(p)) { in tty_drop_ctty()1816 if (!SESS_LEADER(p)) { in tty_generic_ioctl()
585 KASSERT(!SESS_LEADER(p), in enterpgrp()888 if (SESS_LEADER(p)) { in killjobc()1195 if (SESS_LEADER(p)) in fill_kinfo_proc_pgrp()
425 if (SESS_LEADER(targp)) { in sys_setpgid()
904 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro
205 if (SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { in linux_common_open()