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()
1252 if (!SESS_LEADER(p)) { in tty_drop_ctty()1852 if (!SESS_LEADER(p)) { in tty_generic_ioctl()
589 KASSERT(!SESS_LEADER(p), in enterpgrp()921 if (SESS_LEADER(p)) { in killjobc()1223 if (SESS_LEADER(p)) in fill_kinfo_proc_pgrp()
454 if (SESS_LEADER(targp)) { in sys_setpgid()
956 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro
189 if (SESS_LEADER(p) && !(p->p_flag & P_CONTROLT)) { in linux_common_open()