Searched refs:dp_error_out (Results 1 - 11 of 11) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_id.h78 int ipa_get_subdom_acct_recv(struct tevent_req *req, int *dp_error_out);
101 errno_t ipa_get_ad_override_recv(struct tevent_req *req, int *dp_error_out,
110 errno_t ipa_subdomain_account_recv(struct tevent_req *req, int *dp_error_out);
H A Dipa_subdomains.h139 errno_t ipa_get_ad_memberships_recv(struct tevent_req *req, int *dp_error_out);
H A Dipa_hostid.c224 int *dp_error_out)
229 if (dp_error_out) {
230 *dp_error_out = state->dp_error;
223 hosts_get_recv(struct tevent_req *req, int *dp_error_out) argument
H A Dipa_subdomains_id.c46 ipa_srv_ad_acct_recv(struct tevent_req *req, int *dp_error_out);
321 errno_t ipa_subdomain_account_recv(struct tevent_req *req, int *dp_error_out) argument
326 if (dp_error_out) {
327 *dp_error_out = state->dp_error;
624 int ipa_get_subdom_acct_recv(struct tevent_req *req, int *dp_error_out) argument
629 if (dp_error_out) {
630 *dp_error_out = state->dp_error;
1470 ipa_get_ad_acct_recv(struct tevent_req *req, int *dp_error_out) argument
1475 if (dp_error_out) {
1476 *dp_error_out
1638 ipa_srv_ad_acct_recv(struct tevent_req *req, int *dp_error_out) argument
[all...]
H A Dipa_subdomains_ext_groups.c425 int *dp_error_out);
686 errno_t ipa_get_ad_memberships_recv(struct tevent_req *req, int *dp_error_out) argument
693 if (dp_error_out) {
694 *dp_error_out = state->dp_error;
929 int *dp_error_out)
936 if (dp_error_out) {
937 *dp_error_out = state->dp_error;
928 ipa_add_ad_memberships_recv(struct tevent_req *req, int *dp_error_out) argument
H A Dipa_views.c507 errno_t ipa_get_ad_override_recv(struct tevent_req *req, int *dp_error_out, argument
514 if (dp_error_out != NULL) {
515 *dp_error_out = state->dp_error;
/sssd/src/providers/ldap/
H A Dldap_common.h250 int groups_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
259 int ldap_netgroup_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
273 services_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
H A Dldap_id_services.c291 services_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
296 if (dp_error_out) {
297 *dp_error_out = state->dp_error;
H A Dsdap_autofs.c190 sdap_autofs_get_map_recv(struct tevent_req *req, int *dp_error_out) argument
195 if (dp_error_out) {
196 *dp_error_out = state->dp_error;
H A Dldap_id_netgroup.c231 int ldap_netgroup_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
236 if (dp_error_out) {
237 *dp_error_out = state->dp_error;
H A Dldap_id.c601 int users_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
606 if (dp_error_out) {
607 *dp_error_out = state->dp_error;
1077 int groups_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
1082 if (dp_error_out) {
1083 *dp_error_out = state->dp_error;
1329 int groups_by_user_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
1334 if (dp_error_out) {
1335 *dp_error_out = state->dp_error;
1363 int *dp_error_out, in
1840 sdap_get_user_and_group_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
[all...]

Completed in 64 milliseconds