Searched refs:crsetgroups (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | sec_svc.c | 166 if (crsetgroups(cr, aup->aup_len, aup->aup_gids) != 0) in sec_svc_getcred() 167 (void) crsetgroups(cr, 0, NULL); in sec_svc_getcred() 186 crsetgroups(cr, ucred->gidlen, ucred->gidlist) != 0) in sec_svc_getcred() 190 (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()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2128 (void) crsetgroups(cr, 0, NULL); in checkauth() 2135 (void) crsetgroups(cr, 0, NULL); in checkauth() 2155 (void) crsetgroups(cr, 0, NULL); in checkauth() 2162 (void) crsetgroups(cr, 0, NULL); in checkauth() 2164 (void) crsetgroups(cr, ngids, gids); in checkauth() 2224 (void) crsetgroups(cr, 0, NULL); in checkauth() 2240 (void) crsetgroups(cr, 0, NULL); in checkauth() 2366 (void) crsetgroups(cr, 0, NULL); in checkauth4() 2373 (void) crsetgroups(cr, 0, NULL); in checkauth4() 2394 (void) crsetgroups(cr, 0, NULL); in checkauth4() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cred.h | 127 extern int crsetgroups(cred_t *, int, gid_t *);
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 402 if (crsetgroups(cr, posix_grps->pg_ngrps, posix_grps->pg_grps) != 0) { in smb_cred_create()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cred.c | 830 crsetgroups(cred_t *cr, int n, gid_t *grp) in crsetgroups() function
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 2226 (void) crsetgroups(newcred, prcred->pr_ngroups, in pr_scred()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 149 (void) crsetgroups(newcr, MIN(NGROUPS_MAX_DEFAULT, cr->cr_ngroups), in conj_cred()
|