Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c705 p->auth_clnt_ngids, p->auth_clnt_gids, &uid, &gid, in nfsauth_refresh_thread()
926 np->auth_clnt_gids = NULL; in nfsauth_cache_get()
979 bcmp(p->auth_clnt_gids, crgetgroups(cr), in nfsauth_cache_get()
1012 kmem_free(p->auth_clnt_gids, in nfsauth_cache_get()
1016 p->auth_clnt_gids = kmem_alloc( in nfsauth_cache_get()
1026 p->auth_clnt_gids == NULL) in nfsauth_cache_get()
1038 bcopy(crgetgroups(cr), p->auth_clnt_gids, in nfsauth_cache_get()
1433 kmem_free(p->auth_clnt_gids, p->auth_clnt_ngids * sizeof (gid_t)); in nfsauth_free_node()
/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h312 gid_t *auth_clnt_gids; member