Searched defs:service_name (Results 1 - 9 of 9) sorted by relevance

/sssd-io/src/providers/data_provider/
H A Ddp_iface_failover.c273 const char *service_name)
283 if (strcmp(svc->name, service_name) == 0) {
314 const char *service_name)
325 if (strcmp(svc->name, service_name) == 0) {
271 dp_failover_active_server(struct sbus_request *sbus_req, void *dp_cli, const char *service_name) argument
312 dp_failover_list_servers(struct sbus_request *sbus_req, void *dp_cli, const char *service_name) argument
/sssd-io/src/providers/krb5/
H A Dkrb5_common.h110 char* service_name; member in struct:krb5_ctx
164 const char *service_name,
H A Dkrb5_common.c578 const char *service_name,
620 ret = be_fo_add_srv_server(ctx, service_name, service_name, NULL,
688 ret = be_fo_add_server(ctx, service_name, server_spec, (int) port,
705 const char *service_name, const char *servers)
707 return _krb5_servers_init(ctx, service, service_name, servers, true);
712 const char *service_name, const char *servers)
714 return _krb5_servers_init(ctx, service, service_name, servers, false);
723 const char *service_name,
745 ret = be_fo_add_service(ctx, service_name, krb5_user_data_cm
576 _krb5_servers_init(struct be_ctx *ctx, struct krb5_service *service, const char *service_name, const char *servers, bool primary) argument
704 krb5_primary_servers_init(struct be_ctx *ctx, struct krb5_service *service, const char *service_name, const char *servers) argument
711 krb5_backup_servers_init(struct be_ctx *ctx, struct krb5_service *service, const char *service_name, const char *servers) argument
722 krb5_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, const char *primary_servers, const char *backup_servers, const char *realm, bool use_kdcinfo, struct krb5_service **_service) argument
[all...]
/sssd-io/src/providers/
H A Ddata_provider_fo.c113 const char *service_name)
122 if (strcmp(svc->name, service_name) == 0) {
130 int be_fo_add_service(struct be_ctx *ctx, const char *service_name, argument
137 svc = be_fo_find_svc_data(ctx, service_name);
148 ret = fo_new_service(ctx->be_fo->fo_ctx, service_name, user_data_cmp,
161 svc->name = talloc_strdup(svc, service_name);
187 struct be_ctx *ctx, const char *service_name,
193 svc = be_fo_find_svc_data(ctx, service_name);
269 const char *service_name,
280 svc = be_fo_find_svc_data(ctx, service_name);
112 be_fo_find_svc_data(struct be_ctx *ctx, const char *service_name) argument
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
268 be_fo_add_srv_server(struct be_ctx *ctx, const char *service_name, const char *query_service, const char *default_discovery_domain, enum be_fo_protocol proto, bool proto_fallback, void *user_data) argument
322 be_fo_get_server_count(struct be_ctx *ctx, const char *service_name) argument
334 be_fo_add_server(struct be_ctx *ctx, const char *service_name, const char *server, int port, void *user_data, bool primary) argument
505 be_resolve_server_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct be_ctx *ctx, const char *service_name, bool first_try) argument
702 be_fo_try_next_server(struct be_ctx *ctx, const char *service_name) argument
712 be_fo_get_active_server_name(struct be_ctx *ctx, const char *service_name) argument
729 be_fo_run_callbacks_at_next_request(struct be_ctx *ctx, const char *service_name) argument
768 _be_fo_set_port_status(struct be_ctx *ctx, const char *service_name, struct fo_server *server, enum port_status status, int line, const char *file, const char *function) argument
[all...]
H A Dfail_over.c765 const char *service_name)
784 "is already present\n", debug_name, server->port, service_name);
792 debug_name, server->port, service_name);
762 fo_add_server_to_list(struct fo_server **to_list, struct fo_server *check_list, struct fo_server *server, const char *service_name) argument
/sssd-io/src/providers/ipa/
H A Dipa_subdomains_server.c222 const char *service_name; local
278 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name);
279 if (service_name == NULL) {
291 service_name, gc_service_name,
/sssd-io/src/tools/
H A Dsss_cache.c107 char *service_name; member in struct:cache_tool_ctx
194 tctx->service_name);
384 ret = update_filter(tctx, dinfo, tctx->service_name,
814 ctx->service_name = talloc_strdup(ctx, values.service);
916 if (values->service && ctx->service_name == NULL) {
/sssd-io/src/providers/ad/
H A Dad_subdomains.c240 const char *service_name; local
290 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name);
291 if (service_name == NULL) {
300 service_name, gc_service_name,
/sssd-io/src/providers/ldap/
H A Dldap_common.c235 const char *service_name)
248 ctx->kdc_service_name = talloc_strdup(ctx, service_name);
485 const char *service_name,
524 service_name);
534 ret = be_fo_add_srv_server(ctx, service_name,
589 const char *service_name, const char *dns_service_name,
592 return _sdap_urls_init(ctx, service, service_name,
598 const char *service_name, const char *dns_service_name,
601 return _sdap_urls_init(ctx, service, service_name,
611 const char *service_name, cons
232 sdap_install_offline_callback(TALLOC_CTX *mem_ctx, struct be_ctx *be_ctx, const char *realm, const char *service_name) argument
483 _sdap_urls_init(struct be_ctx *ctx, struct sdap_service *service, const char *service_name, const char *dns_service_name, const char *urls, bool primary) argument
588 sdap_primary_urls_init(struct be_ctx *ctx, struct sdap_service *service, const char *service_name, const char *dns_service_name, const char *urls) argument
597 sdap_backup_urls_init(struct be_ctx *ctx, struct sdap_service *service, const char *service_name, const char *dns_service_name, const char *urls) argument
610 sdap_service_init(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name, const char *dns_service_name, const char *urls, const char *backup_urls, struct sdap_service **_service) argument
[all...]

Completed in 26 milliseconds