Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c824 gid_t *tmpgids; in nfsauth_cache_get() local
1064 &tmpngids, &tmpgids); in nfsauth_cache_get()
1076 *gids = tmpgids; in nfsauth_cache_get()
1082 tmpgids = kmem_alloc(tmpngids * sizeof (gid_t), in nfsauth_cache_get()
1084 if (tmpgids != NULL) in nfsauth_cache_get()
1085 bcopy(*gids, tmpgids, in nfsauth_cache_get()
1089 if (tmpgids != NULL || tmpngids == 0) { in nfsauth_cache_get()
1093 p->auth_srv_gids = tmpgids; in nfsauth_cache_get()
1217 crgetgroups(cr), &tmpuid, &tmpgid, &tmpngids, &tmpgids)) { in nfsauth_cache_get()
1224 *gids = tmpgids; in nfsauth_cache_get()
[all …]