command 410 daemons/based/based_remote.c cib_handle_remote_msg(pcmk__client_t *client, xmlNode *command) command 414 daemons/based/based_remote.c value = crm_element_name(command); command 416 daemons/based/based_remote.c crm_log_xml_trace(command, "Bad command: "); command 421 daemons/based/based_remote.c value = crm_element_value(command, F_CLIENTNAME); command 430 daemons/based/based_remote.c value = crm_element_value(command, F_CIB_CALLBACK_TOKEN); command 441 daemons/based/based_remote.c xml_remove_prop(command, F_ORIG); command 442 daemons/based/based_remote.c xml_remove_prop(command, F_CIB_HOST); command 443 daemons/based/based_remote.c xml_remove_prop(command, F_CIB_GLOBAL_UPDATE); command 445 daemons/based/based_remote.c crm_xml_add(command, F_TYPE, T_CIB); command 446 daemons/based/based_remote.c crm_xml_add(command, F_CIB_CLIENTID, client->id); command 447 daemons/based/based_remote.c crm_xml_add(command, F_CIB_CLIENTNAME, client->name); command 448 daemons/based/based_remote.c crm_xml_add(command, F_CIB_USER, client->user); command 450 daemons/based/based_remote.c if (crm_element_value(command, F_CIB_CALLID) == NULL) { command 454 daemons/based/based_remote.c crm_xml_add(command, F_CIB_CALLID, call_uuid); command 458 daemons/based/based_remote.c if (crm_element_value(command, F_CIB_CALLOPTS) == NULL) { command 459 daemons/based/based_remote.c crm_xml_add_int(command, F_CIB_CALLOPTS, 0); command 462 daemons/based/based_remote.c crm_log_xml_trace(command, "Remote command: "); command 463 daemons/based/based_remote.c cib_common_callback_worker(0, 0, command, client, TRUE); command 469 daemons/based/based_remote.c xmlNode *command = NULL; command 514 daemons/based/based_remote.c command = pcmk__remote_message_xml(client->remote); command 515 daemons/based/based_remote.c if (cib_remote_auth(command) == FALSE) { command 516 daemons/based/based_remote.c free_xml(command); command 524 daemons/based/based_remote.c client->name = crm_element_value_copy(command, "name"); command 526 daemons/based/based_remote.c user = crm_element_value(command, "user"); command 537 daemons/based/based_remote.c free_xml(command); command 540 daemons/based/based_remote.c command = pcmk__remote_message_xml(client->remote); command 541 daemons/based/based_remote.c while (command) { command 543 daemons/based/based_remote.c cib_handle_remote_msg(client, command); command 544 daemons/based/based_remote.c free_xml(command); command 545 daemons/based/based_remote.c command = pcmk__remote_message_xml(client->remote); command 33 daemons/controld/controld_attrd.c gboolean is_remote, char command, int rc) command 39 daemons/controld/controld_attrd.c switch (command) { command 81 daemons/controld/controld_attrd.c gboolean is_remote_node, char command) command 111 daemons/controld/controld_attrd.c if (command) { command 112 daemons/controld/controld_attrd.c rc = pcmk__node_attr_request(attrd_ipc, command, host, name, command 148 daemons/controld/controld_attrd.c log_attrd_error(host, name, value, is_remote_node, command, rc); command 68 daemons/pacemakerd/pacemakerd.c const char *command; command 207 daemons/pacemakerd/pacemakerd.c if (child->command == NULL || child->pid == PCMK__SPECIAL_PID) { command 251 daemons/pacemakerd/pacemakerd.c if (child->command == NULL) { command 306 daemons/pacemakerd/pacemakerd.c opts_vgrind[3] = strdup(child->command); command 309 daemons/pacemakerd/pacemakerd.c opts_vgrind[1] = strdup(child->command); command 314 daemons/pacemakerd/pacemakerd.c opts_default[0] = strdup(child->command); command 355 daemons/pacemakerd/pacemakerd.c (void)execvp(child->command, opts_default); command 357 daemons/pacemakerd/pacemakerd.c crm_crit("Could not execute %s: %s", child->command, strerror(errno)); command 419 daemons/pacemakerd/pacemakerd.c child->command); command 32 include/crm/common/attrd_internal.h int pcmk__node_attr_request(crm_ipc_t * ipc, char command, const char *host, command 60 lib/cib/cib_remote.c pcmk__remote_t command; command 152 lib/cib/cib_remote.c if (private->command.tls_session) { command 153 lib/cib/cib_remote.c gnutls_bye(*(private->command.tls_session), GNUTLS_SHUT_RDWR); command 154 lib/cib/cib_remote.c gnutls_deinit(*(private->command.tls_session)); command 155 lib/cib/cib_remote.c gnutls_free(private->command.tls_session); command 163 lib/cib/cib_remote.c private->command.tls_session = NULL; command 173 lib/cib/cib_remote.c if (private->command.tcp_socket) { command 174 lib/cib/cib_remote.c shutdown(private->command.tcp_socket, SHUT_RDWR); /* no more receptions */ command 175 lib/cib/cib_remote.c close(private->command.tcp_socket); command 181 lib/cib/cib_remote.c private->command.tcp_socket = 0; command 184 lib/cib/cib_remote.c free(private->command.buffer); command 186 lib/cib/cib_remote.c private->command.buffer = NULL; command 322 lib/cib/cib_remote.c rc = pcmk__read_remote_message(&private->command, -1); command 324 lib/cib/cib_remote.c free(private->command.buffer); command 325 lib/cib/cib_remote.c private->command.buffer = NULL; command 396 lib/cib/cib_remote.c rc = cib_tls_signon(cib, &(private->command), FALSE); command 407 lib/cib/cib_remote.c pcmk__remote_send_xml(&private->command, hello); command 508 lib/cib/cib_remote.c pcmk__remote_send_xml(&private->command, op_msg); command 530 lib/cib/cib_remote.c rc = pcmk__read_remote_message(&private->command, command 532 lib/cib/cib_remote.c op_reply = pcmk__remote_message_xml(&private->command); command 133 lib/common/attrd_client.c pcmk__node_attr_request(crm_ipc_t *ipc, char command, const char *host, command 153 lib/common/attrd_client.c if (name == NULL && command == 'U') { command 154 lib/common/attrd_client.c command = 'R'; command 157 lib/common/attrd_client.c switch (command) { command 148 lib/common/ipc_controld.c const char *command = crm_element_value(request, F_CRM_TASK); command 150 lib/common/ipc_controld.c if (command == NULL) { command 155 lib/common/ipc_controld.c return !strcmp(command, CRM_OP_REPROBE) command 156 lib/common/ipc_controld.c || !strcmp(command, CRM_OP_NODE_INFO) command 157 lib/common/ipc_controld.c || !strcmp(command, CRM_OP_PING) command 158 lib/common/ipc_controld.c || !strcmp(command, CRM_OP_LRM_FAIL) command 159 lib/common/ipc_controld.c || !strcmp(command, CRM_OP_LRM_DELETE); command 126 lib/common/ipc_pacemakerd.c const char *command = crm_element_value(request, F_CRM_TASK); command 128 lib/common/ipc_pacemakerd.c if (command == NULL) { command 133 lib/common/ipc_pacemakerd.c return !strcmp(command, CRM_OP_PING); command 147 tools/attrd_updater.c static int do_update(char command, const char *attr_node, const char *attr_name, command 179 tools/attrd_updater.c char command = 'Q'; command 231 tools/attrd_updater.c command = flag; command 240 tools/attrd_updater.c command = flag; command 254 tools/attrd_updater.c if (command != 'R' && attr_name == NULL) { command 263 tools/attrd_updater.c if (command == 'Q') { command 273 tools/attrd_updater.c exit_code = pcmk_rc2exitc(do_update(command, command 464 tools/attrd_updater.c do_update(char command, const char *attr_node, const char *attr_name, command 468 tools/attrd_updater.c int rc = pcmk__node_attr_request(NULL, command, attr_node, attr_name, command 43 tools/crm_attribute.c char command; command 57 tools/crm_attribute.c .command = 'G', command 67 tools/crm_attribute.c options.command = 'D'; command 100 tools/crm_attribute.c options.command = 'v'; command 128 tools/crm_attribute.c options.command = 'G'; command 406 tools/crm_attribute.c if ((options.command == 'D') && (options.attr_name == NULL) && (options.attr_pattern == NULL)) { command 413 tools/crm_attribute.c if (((options.command != 'v') && (options.command != 'D')) command 420 tools/crm_attribute.c options.command = 'u'; command 436 tools/crm_attribute.c if (((options.command == 'v') || (options.command == 'D') || (options.command == 'u')) && try_attrd command 437 tools/crm_attribute.c && (pcmk__node_attr_request(NULL, options.command, options.dest_uname, options.attr_name, command 441 tools/crm_attribute.c options.attr_name, ((options.command == 'D')? "<none>" : options.attr_value)); command 443 tools/crm_attribute.c } else if (options.command == 'D') { command 455 tools/crm_attribute.c } else if (options.command == 'v') { command 32 tools/crm_node.c char command; command 36 tools/crm_node.c .command = '\0', command 96 tools/crm_node.c options.command = 'i'; command 98 tools/crm_node.c options.command = 'l'; command 100 tools/crm_node.c options.command = 'n'; command 102 tools/crm_node.c options.command = 'p'; command 104 tools/crm_node.c options.command = 'q'; command 115 tools/crm_node.c options.command = 'N'; command 128 tools/crm_node.c options.command = 'R'; command 173 tools/crm_node.c switch (options.command) { command 236 tools/crm_node.c if (options.command == 'l') { command 245 tools/crm_node.c if (options.command == 'p') { command 555 tools/crm_node.c if (options.command == 0) { command 572 tools/crm_node.c switch (options.command) { command 251 tools/crm_shadow.c static int command = '?'; command 287 tools/crm_shadow.c command = flag; command 307 tools/crm_shadow.c command = flag; command 313 tools/crm_shadow.c command = flag; command 357 tools/crm_shadow.c if (command == 'w') { command 376 tools/crm_shadow.c } else if (command != 's' && command != 'c') { command 400 tools/crm_shadow.c if (command == 'D') { command 410 tools/crm_shadow.c } else if (command == 'F') { command 415 tools/crm_shadow.c if (command == 'd' || command == 'r' || command == 'c' || command == 'C') { command 428 tools/crm_shadow.c if (command == 'e' || command == 'c') { command 442 tools/crm_shadow.c if (command == 'c' || command == 'e' || command == 'r') { command 446 tools/crm_shadow.c if (command == 'c' || command == 'r') { command 469 tools/crm_shadow.c command == 'r' ? "reset" : "create", command 476 tools/crm_shadow.c } else if (command == 'E') { command 491 tools/crm_shadow.c } else if (command == 's') { command 495 tools/crm_shadow.c } else if (command == 'p') { command 506 tools/crm_shadow.c } else if (command == 'd') { command 534 tools/crm_shadow.c } else if (command == 'C') { command 32 tools/crmadmin.c } command = cmd_none; command 103 tools/crmadmin.c command = cmd_health; command 108 tools/crmadmin.c command = cmd_pacemakerd_health; command 112 tools/crmadmin.c command = cmd_whois_dc; command 116 tools/crmadmin.c command = cmd_list_nodes; command 228 tools/crmadmin.c if (command == cmd_none) { command 242 tools/crmadmin.c switch (command) { command 16 tools/iso8601.c char command = 0;