command 409 cib/remote.c cib_handle_remote_msg(crm_client_t * client, xmlNode * command) command 413 cib/remote.c value = crm_element_name(command); command 415 cib/remote.c crm_log_xml_trace(command, "Bad command: "); command 420 cib/remote.c value = crm_element_value(command, F_CLIENTNAME); command 429 cib/remote.c value = crm_element_value(command, F_CIB_CALLBACK_TOKEN); command 440 cib/remote.c xml_remove_prop(command, F_ORIG); command 441 cib/remote.c xml_remove_prop(command, F_CIB_HOST); command 442 cib/remote.c xml_remove_prop(command, F_CIB_GLOBAL_UPDATE); command 444 cib/remote.c crm_xml_add(command, F_TYPE, T_CIB); command 445 cib/remote.c crm_xml_add(command, F_CIB_CLIENTID, client->id); command 446 cib/remote.c crm_xml_add(command, F_CIB_CLIENTNAME, client->name); command 448 cib/remote.c crm_xml_add(command, F_CIB_USER, client->user); command 451 cib/remote.c if (crm_element_value(command, F_CIB_CALLID) == NULL) { command 455 cib/remote.c crm_xml_add(command, F_CIB_CALLID, call_uuid); command 459 cib/remote.c if (crm_element_value(command, F_CIB_CALLOPTS) == NULL) { command 460 cib/remote.c crm_xml_add_int(command, F_CIB_CALLOPTS, 0); command 463 cib/remote.c crm_log_xml_trace(command, "Remote command: "); command 464 cib/remote.c cib_common_callback_worker(0, 0, command, client, TRUE); command 470 cib/remote.c xmlNode *command = NULL; command 515 cib/remote.c command = crm_remote_parse_buffer(client->remote); command 516 cib/remote.c if (cib_remote_auth(command) == FALSE) { command 517 cib/remote.c free_xml(command); command 525 cib/remote.c client->name = crm_element_value_copy(command, "name"); command 528 cib/remote.c user = crm_element_value(command, "user"); command 540 cib/remote.c free_xml(command); command 543 cib/remote.c command = crm_remote_parse_buffer(client->remote); command 544 cib/remote.c while (command) { command 546 cib/remote.c cib_handle_remote_msg(client, command); command 547 cib/remote.c free_xml(command); command 548 cib/remote.c command = crm_remote_parse_buffer(client->remote); command 22 crmd/attrd.c gboolean is_remote, char command, int rc) command 29 crmd/attrd.c switch (command) { command 49 crmd/attrd.c if ((command == 'U') && shutting_down) { command 57 crmd/attrd.c gboolean is_remote_node, char command) command 81 crmd/attrd.c if (command) { command 82 crmd/attrd.c rc = attrd_update_delegate(attrd_ipc, command, host, name, value, command 105 crmd/attrd.c log_attrd_error(host, name, value, is_remote_node, command, rc); command 670 crmd/control.c pe_subsystem->command = CRM_DAEMON_DIR "/" CRM_SYSTEM_PENGINE; command 43 crmd/crmd_fsa.h const char *command; /* Command with path */ command 120 crmd/subsystems.c s_res = stat(the_subsystem->command, &buf); command 122 crmd/subsystems.c crm_perror(LOG_ERR, "Cannot (stat) exec %s", the_subsystem->command); command 147 crmd/subsystems.c the_subsystem->command, the_subsystem->name, (int)getpid()); command 162 crmd/subsystems.c opts[0] = strdup(the_subsystem->command); command 166 crmd/subsystems.c (void)execvp(the_subsystem->command, opts); command 170 crmd/subsystems.c crm_perror(LOG_ERR, "FATAL: Cannot exec %s", the_subsystem->command); command 29 include/crm/attrd.h int attrd_update_delegate(crm_ipc_t * ipc, char command, const char *host, command 264 include/crm/compatibility.h attrd_update(crm_ipc_t * cluster, char command, const char *host, const char *name, command 267 include/crm/compatibility.h return attrd_update_delegate(cluster, command, host, name, value, section, set, dampen, command 272 include/crm/compatibility.h attrd_lazy_update(char command, const char *host, const char *name, command 275 include/crm/compatibility.h return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL, attrd_opt_none) > 0; command 279 include/crm/compatibility.h attrd_update_no_mainloop(int *connection, char command, const char *host, command 283 include/crm/compatibility.h return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL, attrd_opt_none) > 0; command 148 lib/ais/utils.c if (child->command == NULL) { command 198 lib/ais/utils.c opts_vgrind[3] = ais_strdup(child->command); command 201 lib/ais/utils.c opts_vgrind[1] = ais_strdup(child->command); command 206 lib/ais/utils.c opts_default[0] = ais_strdup(child->command); command 243 lib/ais/utils.c (void)execvp(child->command, opts_default); command 245 lib/ais/utils.c ais_perror("FATAL: Cannot exec %s", child->command); command 258 lib/ais/utils.c if (child->command == NULL) { command 76 lib/ais/utils.h const char *command; command 70 lib/cib/cib_remote.c crm_remote_t command; command 161 lib/cib/cib_remote.c if (private->command.tls_session) { command 162 lib/cib/cib_remote.c gnutls_bye(*(private->command.tls_session), GNUTLS_SHUT_RDWR); command 163 lib/cib/cib_remote.c gnutls_deinit(*(private->command.tls_session)); command 164 lib/cib/cib_remote.c gnutls_free(private->command.tls_session); command 172 lib/cib/cib_remote.c private->command.tls_session = NULL; command 182 lib/cib/cib_remote.c if (private->command.tcp_socket) { command 183 lib/cib/cib_remote.c shutdown(private->command.tcp_socket, SHUT_RDWR); /* no more receptions */ command 184 lib/cib/cib_remote.c close(private->command.tcp_socket); command 190 lib/cib/cib_remote.c private->command.tcp_socket = 0; command 193 lib/cib/cib_remote.c free(private->command.buffer); command 195 lib/cib/cib_remote.c private->command.buffer = NULL; command 327 lib/cib/cib_remote.c crm_remote_recv(&private->command, -1, &disconnected); command 329 lib/cib/cib_remote.c free(private->command.buffer); command 330 lib/cib/cib_remote.c private->command.buffer = NULL; command 415 lib/cib/cib_remote.c rc = cib_tls_signon(cib, &(private->command), FALSE); command 426 lib/cib/cib_remote.c crm_remote_send(&private->command, hello); command 531 lib/cib/cib_remote.c crm_remote_send(&private->command, op_msg); command 552 lib/cib/cib_remote.c crm_remote_recv(&private->command, remaining_time * 1000, &disconnected); command 553 lib/cib/cib_remote.c op_reply = crm_remote_parse_buffer(&private->command); command 135 lib/common/attrd_client.c attrd_update_delegate(crm_ipc_t *ipc, char command, const char *host, command 155 lib/common/attrd_client.c if (name == NULL && command == 'U') { command 156 lib/common/attrd_client.c command = 'R'; command 159 lib/common/attrd_client.c switch (command) { command 58 mcp/pacemaker.c const char *command; command 205 mcp/pacemaker.c if (child->command == NULL) { command 247 mcp/pacemaker.c if (child->command == NULL) { command 302 mcp/pacemaker.c opts_vgrind[3] = strdup(child->command); command 305 mcp/pacemaker.c opts_vgrind[1] = strdup(child->command); command 310 mcp/pacemaker.c opts_default[0] = strdup(child->command); command 347 mcp/pacemaker.c (void)execvp(child->command, opts_default); command 349 mcp/pacemaker.c crm_perror(LOG_ERR, "FATAL: Cannot exec %s", child->command); command 79 tools/attrd_updater.c static int do_update(char command, const char *attr_node, const char *attr_name, command 96 tools/attrd_updater.c char command = 'Q'; command 151 tools/attrd_updater.c command = flag; command 161 tools/attrd_updater.c command = flag; command 175 tools/attrd_updater.c if (command != 'R' && attr_name == NULL) { command 183 tools/attrd_updater.c if (command == 'Q') { command 204 tools/attrd_updater.c crm_exit(do_update(command, attr_node, attr_name, attr_value, command 387 tools/attrd_updater.c do_update(char command, const char *attr_node, const char *attr_name, command 391 tools/attrd_updater.c int rc = attrd_update_delegate(NULL, command, attr_node, attr_name, command 164 tools/cib_shadow.c static int command = '?'; command 198 tools/cib_shadow.c command = flag; command 218 tools/cib_shadow.c command = flag; command 224 tools/cib_shadow.c command = flag; command 267 tools/cib_shadow.c if (command == 'w') { command 287 tools/cib_shadow.c } else if (command != 's' && command != 'c') { command 311 tools/cib_shadow.c if (command == 'D') { command 326 tools/cib_shadow.c } else if (command == 'F') { command 332 tools/cib_shadow.c if (command == 'd' || command == 'r' || command == 'c' || command == 'C') { command 343 tools/cib_shadow.c if (command == 'e' || command == 'c') { command 359 tools/cib_shadow.c if (command == 'c' || command == 'e' || command == 'r') { command 363 tools/cib_shadow.c if (command == 'c' || command == 'r') { command 384 tools/cib_shadow.c command == 'r' ? "reset" : "create", command 391 tools/cib_shadow.c } else if (command == 'E') { command 407 tools/cib_shadow.c } else if (command == 's') { command 412 tools/cib_shadow.c } else if (command == 'p') { command 423 tools/cib_shadow.c } else if (command == 'd') { command 452 tools/cib_shadow.c } else if (command == 'C') { command 45 tools/crm_attribute.c char command = 'G'; command 152 tools/crm_attribute.c command = flag; command 157 tools/crm_attribute.c command = flag; command 267 tools/crm_attribute.c if ((command == 'D') && (attr_name == NULL) && (attr_pattern == NULL)) { command 273 tools/crm_attribute.c if (((command != 'v') && (command != 'D')) command 279 tools/crm_attribute.c command = 'u'; command 284 tools/crm_attribute.c if (((command == 'v') || (command == 'D') || (command == 'u')) command 286 tools/crm_attribute.c && pcmk_ok == attrd_update_delegate(NULL, command, dest_uname, attr_name, command 289 tools/crm_attribute.c crm_info("Update %s=%s sent via attrd", attr_name, command == 'D' ? "<none>" : attr_value); command 291 tools/crm_attribute.c } else if (command == 'D') { command 303 tools/crm_attribute.c } else if (command == 'v') { command 39 tools/crm_node.c int command = 0; command 240 tools/crm_node.c if (command == 'q' && quorate != NULL) { command 244 tools/crm_node.c } else if(command == 'q') { command 259 tools/crm_node.c if (command == 'l') { command 262 tools/crm_node.c } else if (command == 'p') { command 267 tools/crm_node.c } else if (command == 'i') { command 277 tools/crm_node.c if (command == 'p') { command 294 tools/crm_node.c try_pacemaker(int command, enum cluster_type_e stack) command 306 tools/crm_node.c switch (command) { command 427 tools/crm_node.c if (command == 'q') { command 439 tools/crm_node.c } else if (command == 'e') { command 443 tools/crm_node.c if (command == 'p') { command 446 tools/crm_node.c } else if (command == 'e') { command 461 tools/crm_node.c if (command == 'p') { command 518 tools/crm_node.c try_heartbeat(int command, enum cluster_type_e stack) command 520 tools/crm_node.c crm_debug("Attempting to process %c command", command); command 522 tools/crm_node.c if (command == 'i') { command 527 tools/crm_node.c } else if (command == 'R') { command 582 tools/crm_node.c try_cman(int command, enum cluster_type_e stack) command 599 tools/crm_node.c switch (command) { command 601 tools/crm_node.c try_pacemaker(command, stack); command 627 tools/crm_node.c } if (command == 'l') { command 649 tools/crm_node.c fprintf(stderr, "Unknown option '%c'\n", command); command 711 tools/crm_node.c if (command == 'q') { command 718 tools/crm_node.c } else if (command == 'l') { command 730 tools/crm_node.c } else if (command == 'p') { command 757 tools/crm_node.c try_corosync(int command, enum cluster_type_e stack) command 766 tools/crm_node.c switch (command) { command 808 tools/crm_node.c try_pacemaker(command, stack); command 817 tools/crm_node.c try_openais(int command, enum cluster_type_e stack) command 829 tools/crm_node.c switch (command) { command 855 tools/crm_node.c fprintf(stderr, "Unknown option '%c'\n", command); command 915 tools/crm_node.c command = flag; command 920 tools/crm_node.c command = flag; command 929 tools/crm_node.c command = flag; command 945 tools/crm_node.c if (command == 'n') { command 953 tools/crm_node.c } else if (command == 'N') { command 967 tools/crm_node.c crm_debug("Attempting to process -%c command for cluster type: %s", command, command 972 tools/crm_node.c try_cman(command, try_stack); command 978 tools/crm_node.c try_corosync(command, try_stack); command 985 tools/crm_node.c try_openais(command, try_stack); command 991 tools/crm_node.c try_heartbeat(command, try_stack); command 995 tools/crm_node.c try_pacemaker(command, try_stack); command 24 tools/test.iso8601.c char command = 0;