Searched defs:idmap_get_handle_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkidmap.h47 typedef struct idmap_get_handle idmap_get_handle_t; typedef in typeref:struct:idmap_get_handle
99 idmap_get_handle_t *
107 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle,
112 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle,
117 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle,
122 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid,
126 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid,
135 kidmap_get_mappings(idmap_get_handle_t *get_handle);
141 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 in typeref:struct:idmap_get_handle
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/libidmap/common/
H A Didmap.h59 typedef struct idmap_get_handle idmap_get_handle_t; typedef in typeref:struct:idmap_get_handle
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 *);

Completed in 68 milliseconds