Searched refs:get_hdl (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclutils.c743 idmap_get_handle_t *get_hdl = NULL; local
759 if (idmap_get_create(&get_hdl) ==
762 error = idmap_get_uidbysid(get_hdl,
766 error = idmap_get_gidbysid(get_hdl,
770 error = idmap_get_mappings(get_hdl);
780 if (get_hdl)
781 idmap_get_destroy(get_hdl);
H A Dacltext.c122 idmap_get_handle_t *get_hdl = NULL; local
145 if (idmap_get_create(&get_hdl) == IDMAP_SUCCESS) {
147 error = idmap_get_sidbyuid(get_hdl, who,
151 error = idmap_get_sidbygid(get_hdl, who,
155 idmap_get_mappings(get_hdl) == 0) {
166 if (get_hdl)
167 idmap_get_destroy(get_hdl);
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2204 idmap_get_handle_t *get_hdl = NULL; local
2208 if (idmap_get_create(&get_hdl) != IDMAP_SUCCESS)
2212 err = idmap_get_sidbyuid(get_hdl, id,
2215 err = idmap_get_sidbygid(get_hdl, id,
2219 idmap_get_mappings(get_hdl) == IDMAP_SUCCESS &&
2225 if (get_hdl)
2226 idmap_get_destroy(get_hdl);

Completed in 97 milliseconds