Searched refs:srv_gids (Results 1 – 2 of 2) sorted by relevance
2301 gid_t *srv_gid, uint_t *srv_ngids, gid_t **srv_gids) in check_client() argument2306 srv_gids)); in check_client()2310 srv_gids)); in check_client()2435 gid_t *srv_gid, uint_t *srv_ngids, gid_t **srv_gids) in check_client_old() argument2457 if (getusergroups(clnt_uid, srv_ngids, srv_gids) == 0) in check_client_old()2470 free(*srv_gids); in check_client_old()2472 *srv_gids = NULL; in check_client_old()2515 free(*srv_gids); in check_client_old()2517 *srv_gids = NULL; in check_client_old()2593 free(*srv_gids); in check_client_old()[all …]
374 gid_t **srv_gids) in nfsauth_retrieve() argument594 *srv_gids = kmem_alloc(*srv_gids_cnt * in nfsauth_retrieve()596 bcopy(res.ares.auth_srv_gids.val, *srv_gids, in nfsauth_retrieve()599 *srv_gids = NULL; in nfsauth_retrieve()