Searched refs:auth_clnt_gids (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 705 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 D | export.h | 312 gid_t *auth_clnt_gids; member
|