Searched refs:tmpngids (Results 1 – 1 of 1) sorted by relevance
823 uint_t tmpngids; in nfsauth_cache_get() local1064 &tmpngids, &tmpgids); in nfsauth_cache_get()1075 *ngids = tmpngids; in nfsauth_cache_get()1082 tmpgids = kmem_alloc(tmpngids * sizeof (gid_t), in nfsauth_cache_get()1086 tmpngids * sizeof (gid_t)); in nfsauth_cache_get()1089 if (tmpgids != NULL || tmpngids == 0) { in nfsauth_cache_get()1092 p->auth_srv_ngids = tmpngids; in nfsauth_cache_get()1217 crgetgroups(cr), &tmpuid, &tmpgid, &tmpngids, &tmpgids)) { in nfsauth_cache_get()1223 *ngids = tmpngids; in nfsauth_cache_get()1226 kmem_free(tmpgids, tmpngids * sizeof (gid_t)); in nfsauth_cache_get()