Lines Matching refs:tmpgids
872 gid_t *tmpgids; in nfsauth_cache_get() local
1044 &tmpgids); in nfsauth_cache_get()
1056 *gids = tmpgids; in nfsauth_cache_get()
1062 tmpgids = kmem_alloc(tmpngids * sizeof (gid_t), in nfsauth_cache_get()
1064 if (tmpgids != NULL) in nfsauth_cache_get()
1065 bcopy(*gids, tmpgids, in nfsauth_cache_get()
1069 if (tmpgids != NULL || tmpngids == 0) { in nfsauth_cache_get()
1073 p->auth_srv_gids = tmpgids; in nfsauth_cache_get()
1214 &addr, &access, cr, &tmpuid, &tmpgid, &tmpngids, &tmpgids)) { in nfsauth_cache_get()
1221 *gids = tmpgids; in nfsauth_cache_get()
1223 kmem_free(tmpgids, tmpngids * sizeof (gid_t)); in nfsauth_cache_get()