Searched refs:crsetresgid (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | cred.h | 116 extern int crsetresgid(cred_t *, gid_t, gid_t, gid_t);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 944 if (crsetresgid(ncr, prp->pfr_rgid, prp->pfr_egid, prp->pfr_egid) != 0) in pfexec_call()
|
H A D | cred.c | 780 crsetresgid(cred_t *cr, gid_t r, gid_t e, gid_t s) in crsetresgid() function
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 2222 (void) crsetresgid(newcred, prcred->pr_rgid, prcred->pr_egid, in pr_scred()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 147 (void) crsetresgid(newcr, cr->cr_rgid, cr->cr_gid, cr->cr_sgid); in conj_cred()
|