client_name 53 daemons/attrd/attrd_cib.c const char *client_name = NULL; client_name 71 daemons/attrd/attrd_cib.c client_name = crm_element_value(msg, PCMK__XA_CIB_CLIENTNAME); client_name 72 daemons/attrd/attrd_cib.c if (!cib__client_triggers_refresh(client_name)) { client_name 89 daemons/attrd/attrd_cib.c if (client_name == NULL) { client_name 90 daemons/attrd/attrd_cib.c client_name = crm_element_value(msg, PCMK__XA_CIB_CLIENTID); client_name 93 daemons/attrd/attrd_cib.c event, pcmk__s(client_name, "(unidentified client)")); client_name 930 daemons/based/based_callbacks.c const char *client_name = crm_element_value(request, client_name 947 daemons/based/based_callbacks.c pcmk__s(client_name, "unspecified"), client_name 1060 daemons/based/based_callbacks.c const char *client_name = crm_element_value(request, client_name 1086 daemons/based/based_callbacks.c op, client_name, call_id, originator, target, reply_to); client_name 1089 daemons/based/based_callbacks.c crm_trace("Processing local %s operation from %s/%s intended for %s", op, client_name, call_id, target); client_name 1197 daemons/based/based_callbacks.c originator ? originator : "local", client_name, call_id, client_name 1218 daemons/based/based_callbacks.c originator ? originator : "local", client_name, call_id, client_name 1378 daemons/based/based_callbacks.c const char *client_name = crm_element_value(request, client_name 1539 daemons/based/based_callbacks.c cib_diff_notify(op, rc, call_id, client_id, client_name, originator, client_name 141 daemons/based/based_notify.c const char *client_id, const char *client_name, client_name 178 daemons/based/based_notify.c client_name, client_name 190 daemons/based/based_notify.c client_name, client_name 201 daemons/based/based_notify.c crm_xml_add(update_msg, PCMK__XA_CIB_CLIENTNAME, client_name); client_name 134 daemons/based/pacemaker-based.h const char *client_id, const char *client_name, client_name 53 daemons/controld/controld_cib.c const char *client_name = NULL; client_name 72 daemons/controld/controld_cib.c client_name = crm_element_value(msg, PCMK__XA_CIB_CLIENTNAME); client_name 73 daemons/controld/controld_cib.c if (!cib__client_triggers_refresh(client_name)) { client_name 85 daemons/controld/controld_cib.c if (client_name == NULL) { client_name 86 daemons/controld/controld_cib.c client_name = crm_element_value(msg, PCMK__XA_CIB_CLIENTID); client_name 90 daemons/controld/controld_cib.c event, pcmk__s(client_name, "(unidentified client)")); client_name 512 daemons/controld/controld_messages.c const char *client_name, const char *ref, const char *uuid) client_name 522 daemons/controld/controld_messages.c client_name, ((version == NULL)? "" : version), client_name 550 daemons/controld/controld_messages.c const char *client_name = NULL; client_name 569 daemons/controld/controld_messages.c client_name = crm_element_value(message_data, PCMK__XA_CLIENT_NAME); client_name 570 daemons/controld/controld_messages.c if (pcmk__str_empty(client_name)) { client_name 575 daemons/controld/controld_messages.c if (!authorize_version(message_data, PCMK__XA_MAJOR_VERSION, client_name, client_name 579 daemons/controld/controld_messages.c if (!authorize_version(message_data, PCMK__XA_MINOR_VERSION, client_name, client_name 584 daemons/controld/controld_messages.c crm_trace("Validated IPC hello from client %s", client_name); client_name 587 daemons/controld/controld_messages.c curr_client->userdata = pcmk__str_copy(client_name); client_name 93 daemons/fenced/fenced_commands.c char *client_name; client_name 321 daemons/fenced/fenced_commands.c free(cmd->client_name); client_name 372 daemons/fenced/fenced_commands.c cmd->client_name = crm_element_value_copy(msg, PCMK__XA_ST_CLIENTNAME); client_name 1181 daemons/fenced/fenced_commands.c cmd->client_name = pcmk__str_copy(crm_system_name); client_name 2610 daemons/fenced/fenced_commands.c cmd->client_name); client_name 2758 daemons/fenced/fenced_commands.c pcmk__s(cmd_other->target, ""), cmd_other->client_name, client_name 2759 daemons/fenced/fenced_commands.c cmd->client_name); client_name 3042 daemons/fenced/fenced_commands.c crm_xml_add(reply, PCMK__XA_ST_CLIENTNAME, cmd->client_name); client_name 3112 daemons/fenced/fenced_commands.c const char *client_name = NULL; client_name 3122 daemons/fenced/fenced_commands.c client_name = crm_element_value(request, PCMK__XA_ST_CLIENTNAME); client_name 3151 daemons/fenced/fenced_commands.c relay_op->client_name, op_id, relay_op->action, client_name 3153 daemons/fenced/fenced_commands.c client_name); client_name 269 daemons/fenced/fenced_history.c op->client_name = crm_element_value_copy(xml_op, client_name 388 daemons/fenced/fenced_history.c crm_xml_add(entry, PCMK__XA_ST_CLIENTNAME, op->client_name); client_name 254 daemons/fenced/fenced_remote.c free(op->client_name); client_name 329 daemons/fenced/fenced_remote.c op->target, op->client_name, op->id); client_name 362 daemons/fenced/fenced_remote.c CRM_XS " id=%.8s", op->target, op->client_name, op->id); client_name 390 daemons/fenced/fenced_remote.c crm_xml_add(notify_data, PCMK__XA_ST_CLIENTNAME, op->client_name); client_name 495 daemons/fenced/fenced_remote.c other->client_name, other->originator, client_name 505 daemons/fenced/fenced_remote.c other->client_name, other->originator, client_name 560 daemons/fenced/fenced_remote.c op->client_name, op->originator, client_name 613 daemons/fenced/fenced_remote.c op->client_name, op->originator, client_name 659 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); client_name 674 daemons/fenced/fenced_remote.c " id=%.8s", op->action, op->target, op->client_name, op->id); client_name 683 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); client_name 703 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); client_name 737 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, op->id); client_name 967 daemons/fenced/fenced_remote.c op->client_name, op->originator, op->id); client_name 990 daemons/fenced/fenced_remote.c op->target, op->client_name, op->originator, op->id); client_name 1031 daemons/fenced/fenced_remote.c if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) { client_name 1033 daemons/fenced/fenced_remote.c op->id, other->id, op->client_name); client_name 1048 daemons/fenced/fenced_remote.c other->action, other->target, other->client_name, client_name 1076 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name, client_name 1077 daemons/fenced/fenced_remote.c other->client_name, other->originator, client_name 1215 daemons/fenced/fenced_remote.c op->client_name = crm_strdup_printf("%s.%lu", crm_system_name, client_name 1218 daemons/fenced/fenced_remote.c op->client_name = crm_element_value_copy(request, client_name 1234 daemons/fenced/fenced_remote.c op->target, op->client_name, op->base_timeout, client_name 1342 daemons/fenced/fenced_remote.c crm_xml_add(query, PCMK__XA_ST_CLIENTNAME, op->client_name); client_name 1719 daemons/fenced/fenced_remote.c crm_trace("Reporting timeout for %s (id=%.8s)", op->client_name, op->id); client_name 1750 daemons/fenced/fenced_remote.c dup->id, dup->client_name); client_name 1800 daemons/fenced/fenced_remote.c op->target, op->client_name, op->originator); client_name 1826 daemons/fenced/fenced_remote.c op->client_name, op->id); client_name 1858 daemons/fenced/fenced_remote.c op->id, op->target, op->client_name, client_name 1901 daemons/fenced/fenced_remote.c op->total_timeout, op->target, op->client_name, op->id); client_name 1942 daemons/fenced/fenced_remote.c crm_xml_add(remote_op, PCMK__XA_ST_CLIENTNAME, op->client_name); client_name 1953 daemons/fenced/fenced_remote.c op->client_name, timeout_one); client_name 1960 daemons/fenced/fenced_remote.c peer->host, op->action, op->target, op->client_name, client_name 2013 daemons/fenced/fenced_remote.c op->action, op->target, op->client_name); client_name 2018 daemons/fenced/fenced_remote.c CRM_XS " state=%s", op->action, op->target, op->client_name, client_name 2043 daemons/fenced/fenced_remote.c op->replies, op->action, op->target, op->client_name, client_name 2064 daemons/fenced/fenced_remote.c op->replies, op->action, op->target, op->client_name, client_name 2075 daemons/fenced/fenced_remote.c (device? device : ""), op->client_name, op->id); client_name 2519 daemons/fenced/fenced_remote.c op->client_name, client_name 2560 daemons/fenced/fenced_remote.c op->target, op->originator, op->client_name, client_name 139 daemons/fenced/pacemaker-fenced.h char *client_name; client_name 180 include/crm/cib/internal.h const char *user_name, const char *client_name, client_name 244 include/crm/common/ipc.h xmlNode *create_hello_message(const char *uuid, const char *client_name, client_name 208 include/crm/lrmd.h int (*connect) (lrmd_t *lrmd, const char *client_name, int *fd); client_name 222 include/crm/lrmd.h int (*connect_async) (lrmd_t *lrmd, const char *client_name, client_name 662 lib/cib/cib_utils.c const char *user_name, const char *client_name, client_name 679 lib/cib/cib_utils.c crm_xml_add(*op_msg, PCMK__XA_CIB_CLIENTNAME, client_name); client_name 103 lib/common/ipc_controld.c const char *client_name = crm_system_name? crm_system_name : "client"; client_name 107 lib/common/ipc_controld.c hello = create_hello_message(private->client_uuid, client_name, client_name 627 lib/common/ipc_controld.c create_hello_message(const char *uuid, const char *client_name, client_name 633 lib/common/ipc_controld.c if (pcmk__str_empty(uuid) || pcmk__str_empty(client_name) client_name 637 lib/common/ipc_controld.c client_name? client_name : "unknown client", client_name 645 lib/common/ipc_controld.c crm_xml_add(hello_node, PCMK__XA_CLIENT_NAME, client_name); client_name 650 lib/common/ipc_controld.c hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid); client_name 653 lib/common/ipc_controld.c "Request creation failed", client_name, uuid); client_name 658 lib/common/ipc_controld.c crm_trace("Created hello message from %s (UUID %s)", client_name, uuid);