Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap.h59 typedef struct idmap_get_handle idmap_get_handle_t; typedef
90 extern idmap_stat idmap_get_create(idmap_get_handle_t **);
93 extern idmap_stat idmap_get_uidbysid(idmap_get_handle_t *, char *,
97 extern idmap_stat idmap_get_gidbysid(idmap_get_handle_t *, char *,
101 extern idmap_stat idmap_get_pidbysid(idmap_get_handle_t *, char *,
105 extern idmap_stat idmap_get_sidbyuid(idmap_get_handle_t *, uid_t, int,
109 extern idmap_stat idmap_get_sidbygid(idmap_get_handle_t *, gid_t, int,
113 extern idmap_stat idmap_get_mappings(idmap_get_handle_t *);
116 extern void idmap_get_destroy(idmap_get_handle_t *);
H A Didmap_priv.h169 extern idmap_stat idmap_getext_uidbysid(idmap_get_handle_t *, char *,
173 extern idmap_stat idmap_getext_gidbysid(idmap_get_handle_t *, char *,
177 extern idmap_stat idmap_getext_pidbysid(idmap_get_handle_t *, char *,
181 extern idmap_stat idmap_getext_sidbyuid(idmap_get_handle_t *, uid_t, int,
185 extern idmap_stat idmap_getext_sidbygid(idmap_get_handle_t *, gid_t, int,
H A Didmap_api.c937 idmap_get_create(idmap_get_handle_t **gh) in idmap_get_create()
939 idmap_get_handle_t *tmp; in idmap_get_create()
967 idmap_get_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_uidbysid()
1061 idmap_get_gidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_gidbysid()
1158 idmap_get_pidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_pidbysid()
1257 idmap_get_sidbyuid(idmap_get_handle_t *gh, uid_t uid, int flag, in idmap_get_sidbyuid()
1281 idmap_getext_sidbyuid(idmap_get_handle_t *gh, uid_t uid, int flag, in idmap_getext_sidbyuid()
1348 idmap_get_sidbygid(idmap_get_handle_t *gh, gid_t gid, int flag, in idmap_get_sidbygid()
1372 idmap_getext_sidbygid(idmap_get_handle_t *gh, gid_t gid, int flag, in idmap_getext_sidbygid()
1430 idmap_get_mappings(idmap_get_handle_t *gh) in idmap_get_mappings()
[all …]
H A Didmap_impl.h111 extern idmap_retcode _get_ids_extend_batch(idmap_get_handle_t *);
H A Dutils.c85 _get_ids_extend_batch(idmap_get_handle_t *gh) in _get_ids_extend_batch()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dkidmap.h62 typedef struct idmap_get_handle idmap_get_handle_t; typedef
112 idmap_get_handle_t *
120 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle,
125 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle,
130 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle,
135 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid,
139 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid,
148 kidmap_get_mappings(idmap_get_handle_t *get_handle);
154 kidmap_get_destroy(idmap_get_handle_t *get_handle);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dkidmap.h62 typedef struct idmap_get_handle idmap_get_handle_t; typedef
112 idmap_get_handle_t *
120 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle,
125 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle,
130 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle,
135 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid,
139 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid,
148 kidmap_get_mappings(idmap_get_handle_t *get_handle);
154 kidmap_get_destroy(idmap_get_handle_t *get_handle);
/illumos-gate/usr/src/uts/common/sys/
H A Dkidmap.h45 typedef struct idmap_get_handle idmap_get_handle_t; typedef
97 idmap_get_handle_t *
105 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle,
110 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle,
115 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle,
120 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid,
124 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid,
133 kidmap_get_mappings(idmap_get_handle_t *get_handle);
139 kidmap_get_destroy(idmap_get_handle_t *get_handle);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h86 idmap_get_handle_t *sib_idmaph;
98 idmap_stat smb_idmap_batch_getid(idmap_get_handle_t *, smb_idmap_t *,
100 idmap_stat smb_idmap_batch_getsid(idmap_get_handle_t *, smb_idmap_t *,
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c829 idmap_get_handle_t *
833 idmap_get_handle_t *handle; in kidmap_get_create()
838 handle = kmem_zalloc(sizeof (idmap_get_handle_t), KM_SLEEP); in kidmap_get_create()
855 kidmap_get_extend(idmap_get_handle_t *get_handle) in kidmap_get_extend()
899 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle, const char *sid_prefix, in kidmap_batch_getuidbysid()
960 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle, const char *sid_prefix, in kidmap_batch_getgidbysid()
1082 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid, in kidmap_batch_getsidbyuid()
1137 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid, in kidmap_batch_getsidbygid()
1188 kidmap_get_mappings(idmap_get_handle_t *get_handle) in kidmap_get_mappings()
1386 kidmap_get_destroy(idmap_get_handle_t *get_handle) in kidmap_get_destroy()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c231 smb_idmap_batch_getid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getid()
288 smb_idmap_batch_getsid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getsid()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c259 smb_idmap_batch_getid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getid()
311 smb_idmap_batch_getsid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getsid()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c232 smb_idmap_batch_getid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getid()
290 smb_idmap_batch_getsid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getsid()
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c763 idmap_get_handle_t *idmap_gh, in mkrq_idmap_sid2ux()
907 idmap_get_handle_t *idmap_gh = NULL; in smbfs_acl_sd2zfs()
1301 idmap_get_handle_t *idmap_gh, in mkrq_idmap_ux2sid()
1435 idmap_get_handle_t *idmap_gh = NULL; in smbfs_acl_zfs2sd()
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c182 idmap_get_handle_t *ig = NULL; in _nss_ad_passwd2str()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c758 idmap_get_handle_t *get_hdl; in sid_to_id_impl()
H A Dacltext.c123 idmap_get_handle_t *get_hdl = NULL; in getsidname()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c2974 idmap_get_handle_t *ghandle = NULL; in do_show_mapping()
/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()