Searched refs:child_handler_setup (Results 1 - 11 of 11) sorted by relevance
/sssd-io/src/util/ |
H A D | child_common.h | 85 int child_handler_setup(struct tevent_context *ev, int pid,
|
H A D | child_common.c | 277 int child_handler_setup(struct tevent_context *ev, int pid, function
|
/sssd-io/src/tests/cmocka/ |
H A D | test_child_common.c | 297 ret = child_handler_setup(child_tctx->test_ctx->ev, child_pid, 358 ret = child_handler_setup(child_tctx->test_ctx->ev, child_pid,
|
/sssd-io/src/providers/ad/ |
H A D | ad_machine_pw_renewal.c | 201 ret = child_handler_setup(ev, child_pid, NULL, NULL, &state->child_ctx);
|
H A D | ad_gpo.c | 4342 ret = child_handler_setup(state->ev, pid, NULL, NULL, NULL);
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_child_helpers.c | 127 ret = child_handler_setup(ev, pid, child_callback, req, NULL);
|
/sssd-io/src/providers/ |
H A D | be_dyndns.c | 794 ret = child_handler_setup(ev, child_pid, nsupdate_child_handler, req,
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_subdomains_server.c | 425 ret = child_handler_setup(ev, child_pid, ipa_getkeytab_done, req,
|
H A D | ipa_selinux.c | 727 ret = child_handler_setup(state->ev, pid, NULL, NULL, NULL);
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_child_handler.c | 479 ret = child_handler_setup(state->ev, pid, NULL, NULL, NULL);
|
/sssd-io/src/responder/pam/ |
H A D | pamsrv_p11.c | 689 ret = child_handler_setup(ev, child_pid, NULL, NULL, &state->child_ctx);
|
Completed in 45 milliseconds