| /sssd-io/src/lib/winbind_idmap_sss/ |
| H A D | winbind_idmap_sss.h | 75 void *private_data; member in struct:idmap_domain
|
| /sssd-io/src/providers/krb5/ |
| H A D | krb5_delayed_online_authentication.c | 65 void *private_data) 67 struct auth_data *auth_data = talloc_get_type(private_data, 214 static void delayed_online_authentication_callback(void *private_data) argument 217 talloc_get_type(private_data, struct deferred_auth_ctx); 62 authenticate_user(struct tevent_context *ev, struct tevent_timer *te, struct timeval current_time, void *private_data) argument
|
| H A D | krb5_wait_queue.c | 51 struct timeval current_time, void *private_data) 53 struct queue_entry *qe = talloc_get_type(private_data, struct queue_entry); 50 wait_queue_auth(struct tevent_context *ev, struct tevent_timer *te, struct timeval current_time, void *private_data) argument
|
| H A D | krb5_renew_tgt.c | 63 struct timeval current_time, void *private_data) 65 struct auth_data *auth_data = talloc_get_type(private_data, 235 static void renew_tgt_offline_callback(void *private_data) argument 237 struct renew_tgt_ctx *renew_tgt_ctx = talloc_get_type(private_data, 243 static void renew_tgt_online_callback(void *private_data) argument 245 struct renew_tgt_ctx *renew_tgt_ctx = talloc_get_type(private_data, 62 renew_tgt(struct tevent_context *ev, struct tevent_timer *te, struct timeval current_time, void *private_data) argument
|
| H A D | krb5_common.c | 508 static void krb5_resolve_callback(void *private_data, struct fo_server *server) argument 523 krb5_service = talloc_get_type(private_data, struct krb5_service); 525 DEBUG(SSSDBG_CRIT_FAILURE, "FATAL: Bad private_data\n"); 887 void *private_data) 889 char *realm = (char *)private_data; 882 krb5_finalize(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument
|
| /sssd-io/src/responder/kcm/ |
| H A D | kcmsrv_op_queue.c | 83 void *private_data) 85 struct kcm_ops_queue *kq = talloc_get_type(private_data, 81 queue_removal_cb(struct tevent_context *ctx, struct tevent_immediate *imm, void *private_data) argument
|
| /sssd-io/src/util/ |
| H A D | util_watchdog.c | 92 void *private_data) 89 watchdog_event_handler(struct tevent_context *ev, struct tevent_timer *te, struct timeval current_time, void *private_data) argument
|
| H A D | server.c | 270 void *private_data) 376 void *private_data) 380 talloc_get_type(private_data, struct logrotate_ctx); 265 default_quit(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument 371 te_server_hup(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument
|
| H A D | child_common.c | 55 void *private_data); 193 void *private_data) 205 sigchld_ctx = talloc_get_type(private_data, struct sss_sigchild_ctx); 188 sss_child_handler(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument
|
| H A D | tev_curl.c | 411 void *private_data) 413 struct tcurl_ctx *tctx = talloc_get_type(private_data, struct tcurl_ctx); 408 check_fd_activity(struct tevent_context *ev, struct tevent_timer *te, struct timeval current_time, void *private_data) argument
|
| /sssd-io/src/krb5_plugin/ |
| H A D | sssd_krb5_locator_plugin.c | 221 void **private_data) 245 *private_data = ctx; 250 void sssd_krb5_locator_close(void *private_data) argument 254 if (private_data == NULL) return; 256 ctx = (struct sssd_ctx *) private_data; 267 krb5_error_code sssd_krb5_locator_lookup(void *private_data, argument 283 if (private_data == NULL) return KRB5_PLUGIN_NO_HANDLE; 284 ctx = (struct sssd_ctx *) private_data; 220 sssd_krb5_locator_init(krb5_context context, void **private_data) argument
|
| /sssd-io/src/providers/ |
| H A D | data_provider_be.c | 361 void *private_data) 363 struct be_ctx *ctx = talloc_get_type(private_data, struct be_ctx); 372 void *private_data) 374 struct be_ctx *ctx = talloc_get_type(private_data, struct be_ctx); 356 signal_be_offline(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument 367 signal_be_reset_offline(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument
|
| H A D | data_provider_fo.c | 34 void *private_data; member in struct:be_svc_callback 188 be_svc_callback_fn_t *fn, void *private_data) 206 callback->private_data = private_data; 678 callback->fn(callback->private_data, state->srv); 186 be_fo_service_add_callback(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, be_svc_callback_fn_t *fn, void *private_data) argument
|
| /sssd-io/src/tests/cmocka/ |
| H A D | test_data_provider_be.c | 44 void *private_data, 52 void *private_data, 59 handler, private_data, handler_name, 48 __wrap__tevent_add_timer(struct tevent_context *ev, TALLOC_CTX *mem_ctx, struct timeval next_event, tevent_timer_handler_t handler, void *private_data, const char *handler_name, const char *location) argument
|
| /sssd-io/src/providers/ipa/ |
| H A D | ipa_common.c | 762 static void ipa_resolve_callback(void *private_data, struct fo_server *server) argument 780 service = talloc_get_type(private_data, struct ipa_service); 782 DEBUG(SSSDBG_CRIT_FAILURE, "FATAL: Bad private_data\n");
|
| /sssd-io/src/providers/ad/ |
| H A D | ad_common.c | 547 ad_resolve_callback(void *private_data, struct fo_server *server); 852 ad_resolve_callback(void *private_data, struct fo_server *server) argument 879 service = talloc_get_type(private_data, struct ad_service);
|
| /sssd-io/src/providers/ldap/ |
| H A D | ldap_common.c | 77 static void sdap_uri_callback(void *private_data, struct fo_server *server) argument 93 service = talloc_get_type(private_data, struct sdap_service); 159 void *private_data) 161 char *realm = (char *) private_data; 154 sdap_finalize(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument
|
| /sssd-io/src/monitor/ |
| H A D | monitor.c | 1420 void *private_data) 1422 struct mt_ctx *ctx = talloc_get_type(private_data, struct mt_ctx); 1566 void *private_data) 1568 struct mt_ctx *mt_ctx = talloc_get_type(private_data, struct mt_ctx); 1597 void *private_data) 1602 monitor = talloc_get_type(private_data, struct mt_ctx); 1621 void *private_data) 1626 monitor = talloc_get_type(private_data, struct mt_ctx); 1415 monitor_hup(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument 1561 monitor_quit_signal(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument 1592 signal_offline(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument 1616 signal_offline_reset(struct tevent_context *ev, struct tevent_signal *se, int signum, int count, void *siginfo, void *private_data) argument
|
| /sssd-io/src/resolv/ |
| H A D | async_resolv.c | 151 struct timeval current_time, void *private_data); 185 struct timeval current_time, void *private_data) 187 struct resolv_ctx *ctx = talloc_get_type(private_data, struct resolv_ctx); 184 check_fd_timeouts(struct tevent_context *ev, struct tevent_timer *te, struct timeval current_time, void *private_data) argument
|