Home
last modified time | relevance | path

Searched refs:idmap_udt_handle_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_priv.h60 typedef struct idmap_udt_handle idmap_udt_handle_t; typedef
71 extern idmap_stat idmap_udt_create(idmap_udt_handle_t **);
74 extern idmap_stat idmap_udt_commit(idmap_udt_handle_t *);
77 extern idmap_stat idmap_udt_get_error_index(idmap_udt_handle_t *, int64_t *);
80 extern idmap_stat idmap_udt_get_error_rule(idmap_udt_handle_t *, char **,
84 extern idmap_stat idmap_udt_get_conflict_rule(idmap_udt_handle_t *, char **,
88 extern void idmap_udt_destroy(idmap_udt_handle_t *);
91 extern idmap_stat idmap_udt_add_namerule(idmap_udt_handle_t *, const char *,
95 extern idmap_stat idmap_udt_rm_namerule(idmap_udt_handle_t *, boolean_t,
99 extern idmap_stat idmap_udt_flush_namerules(idmap_udt_handle_t *);
H A Didmap_impl.h110 extern idmap_retcode _udt_extend_batch(idmap_udt_handle_t *);
H A Didmap_api.c157 idmap_udt_create(idmap_udt_handle_t **udthandle) in idmap_udt_create()
159 idmap_udt_handle_t *tmp; in idmap_udt_create()
186 idmap_udt_commit(idmap_udt_handle_t *udthandle) in idmap_udt_commit()
328 idmap_udt_get_error_index(idmap_udt_handle_t *udthandle, in idmap_udt_get_error_index()
350 idmap_udt_get_error_rule(idmap_udt_handle_t *udthandle, in idmap_udt_get_error_rule()
384 idmap_udt_get_conflict_rule(idmap_udt_handle_t *udthandle, in idmap_udt_get_conflict_rule()
413 idmap_udt_destroy(idmap_udt_handle_t *udthandle) in idmap_udt_destroy()
425 idmap_udt_add_namerule(idmap_udt_handle_t *udthandle, const char *windomain, in idmap_udt_add_namerule()
472 idmap_udt_rm_namerule(idmap_udt_handle_t *udthandle, boolean_t is_user, in idmap_udt_rm_namerule()
517 idmap_udt_flush_namerules(idmap_udt_handle_t *udthandle) in idmap_udt_flush_namerules()
H A Dutils.c60 _udt_extend_batch(idmap_udt_handle_t *udthandle) in _udt_extend_batch()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c217 static idmap_udt_handle_t *udt = NULL;