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()
1253 if (!SESS_LEADER(p)) { in tty_drop_ctty()1871 if (!SESS_LEADER(p)) { in tty_generic_ioctl()
587 KASSERT(!SESS_LEADER(p), in enterpgrp()919 if (SESS_LEADER(p)) { in killjobc()1222 if (SESS_LEADER(p)) in fill_kinfo_proc_pgrp()
481 if (SESS_LEADER(targp)) { in sys_setpgid()
962 #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()