idmap_udt_handle_t
static idmap_udt_handle_t *udt = NULL;
idmap_udt_create(idmap_udt_handle_t **udthandle)
idmap_udt_handle_t *tmp;
idmap_udt_commit(idmap_udt_handle_t *udthandle)
idmap_udt_get_error_index(idmap_udt_handle_t *udthandle,
idmap_udt_get_error_rule(idmap_udt_handle_t *udthandle,
idmap_udt_get_conflict_rule(idmap_udt_handle_t *udthandle,
idmap_udt_destroy(idmap_udt_handle_t *udthandle)
idmap_udt_add_namerule(idmap_udt_handle_t *udthandle, const char *windomain,
idmap_udt_rm_namerule(idmap_udt_handle_t *udthandle, boolean_t is_user,
idmap_udt_flush_namerules(idmap_udt_handle_t *udthandle)
extern idmap_retcode _udt_extend_batch(idmap_udt_handle_t *);
extern idmap_stat idmap_udt_create(idmap_udt_handle_t **);
extern idmap_stat idmap_udt_commit(idmap_udt_handle_t *);
extern idmap_stat idmap_udt_get_error_index(idmap_udt_handle_t *, int64_t *);
extern idmap_stat idmap_udt_get_error_rule(idmap_udt_handle_t *, char **,
extern idmap_stat idmap_udt_get_conflict_rule(idmap_udt_handle_t *, char **,
extern void idmap_udt_destroy(idmap_udt_handle_t *);
extern idmap_stat idmap_udt_add_namerule(idmap_udt_handle_t *, const char *,
extern idmap_stat idmap_udt_rm_namerule(idmap_udt_handle_t *, boolean_t,
extern idmap_stat idmap_udt_flush_namerules(idmap_udt_handle_t *);
_udt_extend_batch(idmap_udt_handle_t *udthandle)