Searched refs:ngids (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sidsys.c | 41 allocids(int flag, int nuids, int ngids) in allocids() argument 69 if (nuids < 0 || ngids < 0) in allocids() 74 if (err == 0 && (flag != 0 || ngids > 0)) in allocids() 75 err = eph_gid_alloc(zone, flag, &sg, ngids); in allocids() 154 sidsys(int op, int flag, int nuids, int ngids) in sidsys() argument 158 return (allocids(flag, nuids, ngids)); in sidsys()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 290 cred_t *cr, uid_t *uid, gid_t *gid, uint_t *ngids, gid_t **gids) in nfsauth4_access() argument 295 access = nfsauth_access(exi, req, cr, uid, gid, ngids, gids); in nfsauth4_access() 634 uint_t ngids; in nfsauth_refresh_thread() local 706 &ngids, &gids); in nfsauth_refresh_thread() 719 kmem_free(gids, ngids * sizeof (gid_t)); in nfsauth_refresh_thread() 734 p->auth_srv_ngids = ngids; in nfsauth_refresh_thread() 809 cred_t *cr, uid_t *uid, gid_t *gid, uint_t *ngids, gid_t **gids) in nfsauth_cache_get() argument 1074 if (ngids != NULL && gids != NULL) { in nfsauth_cache_get() 1075 *ngids = tmpngids; in nfsauth_cache_get() 1118 if (ngids != NULL && gids != NULL) { in nfsauth_cache_get() [all …]
|
H A D | nfs_server.c | 2025 uint_t ngids; in checkauth() local 2085 access = nfsauth_access(exi, req, cr, &uid, &gid, &ngids, &gids); in checkauth() 2122 kmem_free(gids, ngids * sizeof (gid_t)); in checkauth() 2164 (void) crsetgroups(cr, ngids, gids); in checkauth() 2167 kmem_free(gids, ngids * sizeof (gid_t)); in checkauth() 2286 uint_t ngids; in checkauth4() local 2328 access = nfsauth4_access(cs->exi, cs->vp, req, cr, &uid, &gid, &ngids, in checkauth4() 2360 kmem_free(gids, ngids * sizeof (gid_t)); in checkauth4() 2404 (void) crsetgroups(cr, ngids, gids); in checkauth4() 2407 kmem_free(gids, ngids * sizeof (gid_t)); in checkauth4()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | sidsys.c | 37 allocids(int flag, int nuids, uid_t *suid, int ngids, gid_t *sgid) in allocids() argument 42 e = __systemcall(&rv, SYS_sidsys, SIDSYS_ALLOC_IDS, flag, nuids, ngids); in allocids()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 433 int ngids; in dsl_check_user_access() local 456 ngids = crgetngroups(cr); in dsl_check_user_access() 458 for (i = 0; i != ngids; i++) { in dsl_check_user_access() 516 int ngids, i; in dsl_load_user_sets() local 530 ngids = crgetngroups(cr); in dsl_load_user_sets() 532 for (i = 0; i != ngids; i++) { in dsl_load_user_sets()
|