Home
last modified time | relevance | path

Searched refs:crsetgroups (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c164 if (crsetgroups(cr, aup->aup_len, aup->aup_gids) != 0) in sec_svc_getcred()
165 (void) crsetgroups(cr, 0, NULL); in sec_svc_getcred()
184 crsetgroups(cr, ucred->gidlen, ucred->gidlist) != 0) in sec_svc_getcred()
188 (void) crsetgroups(cr, 0, NULL); in sec_svc_getcred()
H A Dsvcauthdes.c484 crsetgroups(cr, cred->grouplen, &cred->groups[0]) != 0) { in kauthdes_getucred()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2129 (void) crsetgroups(cr, 0, NULL); in checkauth()
2137 (void) crsetgroups(cr, 0, NULL); in checkauth()
2157 (void) crsetgroups(cr, 0, NULL); in checkauth()
2164 (void) crsetgroups(cr, 0, NULL); in checkauth()
2226 (void) crsetgroups(cr, 0, NULL); in checkauth()
2242 (void) crsetgroups(cr, 0, NULL); in checkauth()
2368 (void) crsetgroups(cr, 0, NULL); in checkauth4()
2375 (void) crsetgroups(cr, 0, NULL); in checkauth4()
2402 (void) crsetgroups(cr, 0, NULL); in checkauth4()
2462 (void) crsetgroups(cr, 0, NULL); in checkauth4()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cred.c95 if (crsetgroups(cr, posix_grps->pg_ngrps, posix_grps->pg_grps) != 0) { in smb_cred_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dcred.h127 extern int crsetgroups(cred_t *, int, gid_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c833 crsetgroups(cred_t *cr, int n, gid_t *grp) in crsetgroups() function
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2344 (void) crsetgroups(newcred, prcred->pr_ngroups, in pr_scred()