Searched refs:crsetgroups (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | sec_svc.c | 164 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 D | svcauthdes.c | 484 crsetgroups(cr, cred->grouplen, &cred->groups[0]) != 0) { in kauthdes_getucred()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2129 (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() 2166 (void) crsetgroups(cr, ngids, gids); 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() 2395 (void) crsetgroups(cr, 0, NULL); in checkauth4() [all …]
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cred.c | 95 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 D | cred.h | 127 extern int crsetgroups(cred_t *, int, gid_t *);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cred.c | 833 crsetgroups(cred_t *cr, int n, gid_t *grp) in crsetgroups() function
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 2344 (void) crsetgroups(newcred, prcred->pr_ngroups, in pr_scred()
|