Home
last modified time | relevance | path

Searched refs:tmpngids (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c871 uint_t tmpngids; in nfsauth_cache_get() local
1043 flavor, &addr, &access, cr, &tmpuid, &tmpgid, &tmpngids, in nfsauth_cache_get()
1055 *ngids = tmpngids; in nfsauth_cache_get()
1062 tmpgids = kmem_alloc(tmpngids * sizeof (gid_t), in nfsauth_cache_get()
1066 tmpngids * sizeof (gid_t)); in nfsauth_cache_get()
1069 if (tmpgids != NULL || tmpngids == 0) { in nfsauth_cache_get()
1072 p->auth_srv_ngids = tmpngids; in nfsauth_cache_get()
1214 &addr, &access, cr, &tmpuid, &tmpgid, &tmpngids, &tmpgids)) { in nfsauth_cache_get()
1220 *ngids = tmpngids; in nfsauth_cache_get()
1223 kmem_free(tmpgids, tmpngids * sizeof (gid_t)); in nfsauth_cache_get()