Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c758 idmap_get_handle_t *get_hdl; in sid_to_id_impl() local
774 if (idmap_get_create(&get_hdl) != IDMAP_SUCCESS) in sid_to_id_impl()
786 rv = idmap_get_uidbysid(get_hdl, in sid_to_id_impl()
792 rv = idmap_get_gidbysid(get_hdl, in sid_to_id_impl()
798 rv = idmap_get_pidbysid(get_hdl, sid, rid, in sid_to_id_impl()
806 idmap_get_mappings(get_hdl) == IDMAP_SUCCESS) { in sid_to_id_impl()
809 idmap_get_destroy(get_hdl); in sid_to_id_impl()
H A Dacltext.c123 idmap_get_handle_t *get_hdl = NULL; in getsidname() local
145 if (idmap_get_create(&get_hdl) == IDMAP_SUCCESS) { in getsidname()
147 error = idmap_get_sidbyuid(get_hdl, who, in getsidname()
151 error = idmap_get_sidbygid(get_hdl, who, in getsidname()
155 idmap_get_mappings(get_hdl) == 0) { in getsidname()
166 if (get_hdl) in getsidname()
167 idmap_get_destroy(get_hdl); in getsidname()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3022 idmap_get_handle_t *get_hdl = NULL; in idmap_id_to_numeric_domain_rid() local
3026 if (idmap_get_create(&get_hdl) != IDMAP_SUCCESS) in idmap_id_to_numeric_domain_rid()
3030 err = idmap_get_sidbyuid(get_hdl, id, in idmap_id_to_numeric_domain_rid()
3033 err = idmap_get_sidbygid(get_hdl, id, in idmap_id_to_numeric_domain_rid()
3037 idmap_get_mappings(get_hdl) == IDMAP_SUCCESS && in idmap_id_to_numeric_domain_rid()
3043 if (get_hdl) in idmap_id_to_numeric_domain_rid()
3044 idmap_get_destroy(get_hdl); in idmap_id_to_numeric_domain_rid()