Searched refs:P_SUGID (Results 1 – 9 of 9) sorted by relevance
219 if ((p->p_flag & P_SUGID) == P_SUGID) in proc_pidbsdinfo()281 if ((p->p_flag & P_SUGID) == P_SUGID) in proc_pidshortbsdinfo()
41 P_SUGID flag47 The current set of tests includes some tests where normally the P_SUGID
121 if ((p->p_flag & P_SUGID) && pn->pn_type != pfstype_procdir) in procfs_attr()
1232 td->td_retval[0] = (p->p_flag & P_SUGID) ? 1 : 0; in sys_issetugid()1247 p->p_flag &= ~P_SUGID; in sys___setugid()1252 p->p_flag |= P_SUGID; in sys___setugid()1483 if (conservative_signals && (proc->p_flag & P_SUGID)) { in cr_cansignal()1678 credentialchanged = (p->p_flag & P_SUGID); in p_candebug()2139 p->p_flag |= P_SUGID; in setsugid()
596 p2->p_flag |= p1->p_flag & P_SUGID; in do_fork()
748 p->p_flag &= ~P_SUGID;
3269 if (!do_coredump || (!sugid_coredump && (p->p_flag & P_SUGID) != 0) || in coredump()
627 #define P_SUGID 0x00100 /* Had set id privileges since last exec. */ macro
1814 if (unlikely(proc.pbsi_flags & P_SUGID)) { in job_new_anonymous()