Searched refs:SESS_LEADER (Results 1 – 5 of 5) sorted by relevance
229 SESS_LEADER(p)) in db_ps_proc()
1250 if (!SESS_LEADER(p)) { in tty_drop_ctty()1815 if (!SESS_LEADER(p)) { in tty_generic_ioctl()
581 KASSERT(!SESS_LEADER(p), in enterpgrp()884 if (SESS_LEADER(p)) { in killjobc()1191 if (SESS_LEADER(p)) in fill_kinfo_proc_pgrp()
425 if (SESS_LEADER(targp)) { in sys_setpgid()
889 #define SESS_LEADER(p) ((p)->p_session->s_leader == (p)) macro