api_call 140 daemons/execd/cts-exec-helper.c const char *api_call; api_call 277 daemons/execd/cts-exec-helper.c if (!options.api_call) { api_call 281 daemons/execd/cts-exec-helper.c if (pcmk__str_eq(options.api_call, "exec", pcmk__str_casei)) { api_call 295 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "register_rsc", pcmk__str_casei)) { api_call 299 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "get_rsc_info", pcmk__str_casei)) { api_call 314 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "unregister_rsc", pcmk__str_casei)) { api_call 316 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "cancel", pcmk__str_casei)) { api_call 319 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "metadata", pcmk__str_casei)) { api_call 329 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "list_agents", pcmk__str_casei)) { api_call 346 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "list_ocf_providers", pcmk__str_casei)) { api_call 364 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "list_standards", pcmk__str_casei)) { api_call 382 daemons/execd/cts-exec-helper.c } else if (pcmk__str_eq(options.api_call, "get_recurring_ops", pcmk__str_casei)) { api_call 398 daemons/execd/cts-exec-helper.c } else if (options.api_call) { api_call 404 daemons/execd/cts-exec-helper.c print_result(printf("API-CALL FAILURE for '%s' api_rc:%d\n", options.api_call, rc)); api_call 408 daemons/execd/cts-exec-helper.c if (options.api_call && rc == pcmk_ok) { api_call 409 daemons/execd/cts-exec-helper.c print_result(printf("API-CALL SUCCESSFUL for '%s'\n", options.api_call)); api_call 568 daemons/execd/cts-exec-helper.c options.api_call = optarg; api_call 635 daemons/execd/cts-exec-helper.c if (!options.listen && pcmk__strcase_any_of(options.api_call, "metadata", "list_agents", api_call 658 daemons/execd/cts-exec-helper.c options.api_call = "exec"; api_call 665 daemons/execd/cts-exec-helper.c if (!options.api_call && !options.listen) {