Searched refs:hasprocperm (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | corectl.c | 286 if (!hasprocperm(p->p_cred, CRED())) in corectl() 397 if (!hasprocperm(p->p_cred, CRED())) in corectl() 435 if (!(p->p_flag & SSYS) && hasprocperm(p->p_cred, CRED())) { in set_one_proc_info()
|
H A D | lgrpsys.c | 346 if (t->t_cid == 0 || !hasprocperm(t->t_cred, CRED())) { in lgrp_affinity_get_thread() 588 if (t->t_cid == 0 || !hasprocperm(t->t_cred, CRED())) { in lgrp_affinity_set_thread() 959 if (t->t_cid == 0 || !hasprocperm(t->t_cred, CRED())) { in lgrp_home_thread()
|
H A D | pset.c | 273 if (!hasprocperm(tp->t_cred, CRED())) in pset_bind_thread()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cred.h | 84 extern int hasprocperm(const cred_t *, const cred_t *);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cred.c | 592 hasprocperm(const cred_t *tcrp, const cred_t *scrp) in hasprocperm() function 633 rets = hasprocperm(tcrp, scrp); in prochasprocperm()
|
H A D | cpu.c | 2590 if (tp->t_cid == 0 || !hasprocperm(tp->t_cred, CRED())) { in cpu_bind_thread()
|
/titanic_44/usr/src/uts/common/contract/ |
H A D | process.c | 492 cankill = hasprocperm(tp->p_cred, ctp->conp_cred); in contract_process_cankill()
|