api_call 74 lrmd/remote_ctl.c const char *api_call; api_call 186 lrmd/remote_ctl.c if (safe_str_eq(options.api_call, "ipc_debug")) { api_call 194 lrmd/remote_ctl.c if (safe_str_eq(options.api_call, "metadata")) { api_call 210 lrmd/remote_ctl.c } else if (safe_str_eq(options.api_call, "poke")) { api_call 306 lrmd/remote_ctl.c options.api_call = optarg; api_call 368 lrmd/remote_ctl.c if (!options.api_call ) { api_call 81 lrmd/test.c const char *api_call; api_call 219 lrmd/test.c if (!options.api_call) { api_call 223 lrmd/test.c if (safe_str_eq(options.api_call, "exec")) { api_call 237 lrmd/test.c } else if (safe_str_eq(options.api_call, "register_rsc")) { api_call 241 lrmd/test.c } else if (safe_str_eq(options.api_call, "get_rsc_info")) { api_call 256 lrmd/test.c } else if (safe_str_eq(options.api_call, "unregister_rsc")) { api_call 258 lrmd/test.c } else if (safe_str_eq(options.api_call, "cancel")) { api_call 260 lrmd/test.c } else if (safe_str_eq(options.api_call, "metadata")) { api_call 270 lrmd/test.c } else if (safe_str_eq(options.api_call, "list_agents")) { api_call 287 lrmd/test.c } else if (safe_str_eq(options.api_call, "list_ocf_providers")) { api_call 305 lrmd/test.c } else if (safe_str_eq(options.api_call, "list_standards")) { api_call 323 lrmd/test.c } else if (options.api_call) { api_call 329 lrmd/test.c print_result(printf("API-CALL FAILURE for '%s' api_rc:%d\n", options.api_call, rc)); api_call 333 lrmd/test.c if (options.api_call && rc == pcmk_ok) { api_call 334 lrmd/test.c print_result(printf("API-CALL SUCCESSFUL for '%s'\n", options.api_call)); api_call 488 lrmd/test.c options.api_call = optarg; api_call 556 lrmd/test.c (safe_str_eq(options.api_call, "metadata") || api_call 557 lrmd/test.c safe_str_eq(options.api_call, "list_agents") || api_call 558 lrmd/test.c safe_str_eq(options.api_call, "list_standards") || api_call 559 lrmd/test.c safe_str_eq(options.api_call, "list_ocf_providers"))) { api_call 580 lrmd/test.c options.api_call = "exec"; api_call 587 lrmd/test.c if (!options.api_call && !options.listen) {