Searched refs:idmap_udt_handle_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | idmap_priv.h | 60 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 D | idmap_impl.h | 110 extern idmap_retcode _udt_extend_batch(idmap_udt_handle_t *);
|
H A D | idmap_api.c | 156 idmap_udt_create(idmap_udt_handle_t **udthandle) in idmap_udt_create() 158 idmap_udt_handle_t *tmp; in idmap_udt_create() 185 idmap_udt_commit(idmap_udt_handle_t *udthandle) in idmap_udt_commit() 327 idmap_udt_get_error_index(idmap_udt_handle_t *udthandle, in idmap_udt_get_error_index() 349 idmap_udt_get_error_rule(idmap_udt_handle_t *udthandle, in idmap_udt_get_error_rule() 383 idmap_udt_get_conflict_rule(idmap_udt_handle_t *udthandle, in idmap_udt_get_conflict_rule() 412 idmap_udt_destroy(idmap_udt_handle_t *udthandle) in idmap_udt_destroy() 424 idmap_udt_add_namerule(idmap_udt_handle_t *udthandle, const char *windomain, in idmap_udt_add_namerule() 471 idmap_udt_rm_namerule(idmap_udt_handle_t *udthandle, boolean_t is_user, in idmap_udt_rm_namerule() 516 idmap_udt_flush_namerules(idmap_udt_handle_t *udthandle) in idmap_udt_flush_namerules()
|
H A D | utils.c | 60 _udt_extend_batch(idmap_udt_handle_t *udthandle) in _udt_extend_batch()
|
/titanic_41/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 217 static idmap_udt_handle_t *udt = NULL;
|