Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c346 gid_t *srv_gid, uint_t *srv_gids_cnt, gid_t **srv_gids) in nfsauth_retrieve() argument
564 *srv_gids_cnt = res.ares.auth_srv_gids.len; in nfsauth_retrieve()
565 *srv_gids = kmem_alloc(*srv_gids_cnt * sizeof (gid_t), in nfsauth_retrieve()
568 *srv_gids_cnt * sizeof (gid_t)); in nfsauth_retrieve()