Home
last modified time | relevance | path

Searched refs:idmap_query_state_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.h61 typedef struct idmap_query_state idmap_query_state_t; typedef
88 idmap_query_state_t **state);
91 idmap_retcode idmap_lookup_batch_end(idmap_query_state_t **state);
94 void idmap_lookup_release_batch(idmap_query_state_t **state);
109 idmap_retcode idmap_name2sid_batch_add1(idmap_query_state_t *state,
129 idmap_retcode idmap_sid2name_batch_add1(idmap_query_state_t *state,
138 idmap_retcode idmap_unixname2sid_batch_add1(idmap_query_state_t *state,
147 idmap_retcode idmap_pid2sid_batch_add1(idmap_query_state_t *state,
156 void idmap_lookup_batch_set_unixattr(idmap_query_state_t *state,
H A Dadutils.c197 idmap_query_state_t **state) in idmap_lookup_batch_start()
199 idmap_query_state_t *new_state; in idmap_lookup_batch_start()
206 new_state = calloc(1, sizeof (idmap_query_state_t) + in idmap_lookup_batch_start()
234 idmap_lookup_batch_set_unixattr(idmap_query_state_t *state, in idmap_lookup_batch_set_unixattr()
387 idmap_extract_object(idmap_query_state_t *state, idmap_q_t *q, in idmap_extract_object()
508 idmap_query_state_t *state = (idmap_query_state_t *)argp; in idmap_ldap_res_search_cb()
533 idmap_cleanup_batch(idmap_query_state_t *batch) in idmap_cleanup_batch()
551 idmap_lookup_release_batch(idmap_query_state_t **state) in idmap_lookup_release_batch()
563 idmap_lookup_batch_end(idmap_query_state_t **state) in idmap_lookup_batch_end()
567 idmap_query_state_t *id_qs = *state; in idmap_lookup_batch_end()
[all …]
H A Ddbutils.c1972 idmap_query_state_t *qs = NULL; in ad_lookup_batch_int()
4270 idmap_query_state_t *qs = NULL; in ad_lookup_by_winname()