Searched refs:read_pipe_send (Results 1 - 9 of 9) sorted by relevance
/sssd-io/src/util/ |
H A D | child_common.h | 98 struct tevent_req *read_pipe_send(TALLOC_CTX *mem_ctx,
|
H A D | child_common.c | 427 struct tevent_req *read_pipe_send(TALLOC_CTX *mem_ctx, function
|
/sssd-io/src/providers/ad/ |
H A D | ad_machine_pw_renewal.c | 219 subreq = read_pipe_send(state, ev, state->io->read_from_child_fd); 221 DEBUG(SSSDBG_OP_FAILURE, "read_pipe_send failed.\n");
|
H A D | ad_gpo.c | 4230 subreq = read_pipe_send(state, state->ev, state->io->read_from_child_fd);
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_child_helpers.c | 372 subreq = read_pipe_send(state, state->ev,
|
/sssd-io/src/tests/cmocka/ |
H A D | test_child_common.c | 423 subreq = read_pipe_send(echo_state,
|
/sssd-io/src/responder/pam/ |
H A D | pamsrv_p11.c | 726 subreq = read_pipe_send(state, ev, state->io->read_from_child_fd); 728 DEBUG(SSSDBG_OP_FAILURE, "read_pipe_send failed.\n"); 774 subreq = read_pipe_send(state, state->ev, state->io->read_from_child_fd);
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_child_handler.c | 587 subreq = read_pipe_send(state, state->ev, state->io->read_from_child_fd);
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_selinux.c | 763 subreq = read_pipe_send(state, state->ev, state->io->read_from_child_fd);
|
Completed in 46 milliseconds