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       941 daemons/based/based_callbacks.c     const char *client_name = crm_element_value(request,
client_name       958 daemons/based/based_callbacks.c                pcmk__s(client_name, "unspecified"),
client_name      1071 daemons/based/based_callbacks.c     const char *client_name = crm_element_value(request,
client_name      1101 daemons/based/based_callbacks.c                   op, pcmk__s(client_name, "client"), call_id, originator,
client_name      1106 daemons/based/based_callbacks.c                   op, pcmk__s(client_name, "client"), call_id, target);
client_name      1215 daemons/based/based_callbacks.c                    pcmk__s(client_name, "client"), call_id,
client_name      1237 daemons/based/based_callbacks.c                   pcmk__s(client_name, "client"), call_id,
client_name      1397 daemons/based/based_callbacks.c     const char *client_name = crm_element_value(request,
client_name      1562 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       448 daemons/based/based_remote.c     const char *client_name = pcmk__client_name(client);
client_name       451 daemons/based/based_remote.c               pcmk__client_type_str(PCMK__CLIENT_TYPE(client)), client_name);
client_name       468 daemons/based/based_remote.c         crm_debug("Completed TLS handshake with remote client %s", client_name);
client_name       520 daemons/based/based_remote.c                    pcmk__s(user, ""), client_name);
client_name       533 daemons/based/based_remote.c         crm_trace("Remote message received from client %s", 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       525 daemons/controld/controld_messages.c                   const char *client_name, const char *ref, const char *uuid)
client_name       535 daemons/controld/controld_messages.c                  client_name, ((version == NULL)? "" : version),
client_name       563 daemons/controld/controld_messages.c     const char *client_name = NULL;
client_name       582 daemons/controld/controld_messages.c     client_name = crm_element_value(message_data, PCMK__XA_CLIENT_NAME);
client_name       583 daemons/controld/controld_messages.c     if (pcmk__str_empty(client_name)) {
client_name       588 daemons/controld/controld_messages.c     if (!authorize_version(message_data, PCMK__XA_MAJOR_VERSION, client_name,
client_name       592 daemons/controld/controld_messages.c     if (!authorize_version(message_data, PCMK__XA_MINOR_VERSION, client_name,
client_name       597 daemons/controld/controld_messages.c     crm_trace("Validated IPC hello from client %s", client_name);
client_name       600 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       378 daemons/fenced/fenced_commands.c     cmd->client_name = crm_element_value_copy(msg, PCMK__XA_ST_CLIENTNAME);
client_name      1187 daemons/fenced/fenced_commands.c     cmd->client_name = pcmk__str_copy(crm_system_name);
client_name      2620 daemons/fenced/fenced_commands.c                            cmd->client_name);
client_name      2768 daemons/fenced/fenced_commands.c                    pcmk__s(cmd_other->target, ""), cmd_other->client_name,
client_name      2769 daemons/fenced/fenced_commands.c                    cmd->client_name);
client_name      3052 daemons/fenced/fenced_commands.c     crm_xml_add(reply, PCMK__XA_ST_CLIENTNAME, cmd->client_name);
client_name      3122 daemons/fenced/fenced_commands.c     const char *client_name = NULL;
client_name      3132 daemons/fenced/fenced_commands.c     client_name = crm_element_value(request, PCMK__XA_ST_CLIENTNAME);
client_name      3161 daemons/fenced/fenced_commands.c                       relay_op->client_name, op_id, relay_op->action,
client_name      3163 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      1239 daemons/fenced/fenced_remote.c               op->target, op->client_name, op->base_timeout,
client_name      1347 daemons/fenced/fenced_remote.c     crm_xml_add(query, PCMK__XA_ST_CLIENTNAME, op->client_name);
client_name      1724 daemons/fenced/fenced_remote.c     crm_trace("Reporting timeout for %s (id=%.8s)", op->client_name, op->id);
client_name      1755 daemons/fenced/fenced_remote.c                   dup->id, dup->client_name);
client_name      1805 daemons/fenced/fenced_remote.c                   op->target, op->client_name, op->originator);
client_name      1831 daemons/fenced/fenced_remote.c                    op->client_name, op->id);
client_name      1863 daemons/fenced/fenced_remote.c               op->id, op->target, op->client_name,
client_name      1906 daemons/fenced/fenced_remote.c                  op->total_timeout, op->target, op->client_name, op->id);
client_name      1947 daemons/fenced/fenced_remote.c         crm_xml_add(remote_op, PCMK__XA_ST_CLIENTNAME, op->client_name);
client_name      1958 daemons/fenced/fenced_remote.c                        op->client_name, timeout_one);
client_name      1965 daemons/fenced/fenced_remote.c                        peer->host, op->action, op->target, op->client_name,
client_name      2018 daemons/fenced/fenced_remote.c                 op->action, op->target, op->client_name);
client_name      2023 daemons/fenced/fenced_remote.c                  CRM_XS " state=%s", op->action, op->target, op->client_name,
client_name      2048 daemons/fenced/fenced_remote.c                      op->replies, op->action, op->target, op->client_name,
client_name      2069 daemons/fenced/fenced_remote.c                      op->replies, op->action, op->target, op->client_name,
client_name      2080 daemons/fenced/fenced_remote.c                  (device? device : ""), op->client_name, op->id);
client_name      2530 daemons/fenced/fenced_remote.c                        op->client_name,
client_name      2571 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       663 lib/cib/cib_utils.c                const char *user_name, const char *client_name,
client_name       680 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);