crm_system_name   562 daemons/attrd/attrd_commands.c     crm_xml_add(attrd_op, F_ORIG, crm_system_name);
crm_system_name  1283 daemons/attrd/attrd_commands.c             cib__set_call_options(flags, crm_system_name,
crm_system_name    95 daemons/based/cibmon.c                 usage(crm_system_name, CRM_EX_OK);
crm_system_name   125 daemons/based/cibmon.c         usage(crm_system_name, CRM_EX_USAGE);
crm_system_name   132 daemons/based/cibmon.c         rc = cib->cmds->signon(cib, crm_system_name, cib_query);
crm_system_name   158 daemons/based/cibmon.c     crm_trace("%s exiting normally", crm_system_name);
crm_system_name   331 daemons/controld/controld_control.c     crm_info("[%s] stopped (%d)", crm_system_name, exit_code);
crm_system_name   443 daemons/controld/controld_fencing.c         te_client_id = crm_strdup_printf("%s.%lu", crm_system_name,
crm_system_name   608 daemons/controld/controld_fencing.c         rc = stonith_api_connect_retry(stonith_api, crm_system_name, 30);
crm_system_name   615 daemons/controld/controld_fencing.c         rc = stonith_api->cmds->connect(stonith_api, crm_system_name, NULL);
crm_system_name   159 daemons/controld/pacemaker-controld.c         crm_trace("Starting %s's mainloop", crm_system_name);
crm_system_name   168 daemons/controld/pacemaker-controld.c                 crm_system_name, fsa_state2string(state));
crm_system_name   173 daemons/controld/pacemaker-controld.c              crm_system_name, (unsigned long) getpid(), exit_code,
crm_system_name    70 daemons/execd/pacemaker-execd.c         rc = stonith_api_connect_retry(stonith_api, crm_system_name, 10);
crm_system_name   481 daemons/execd/pacemaker-execd.c         if (pcmk__env_option_enabled(crm_system_name, "debug")) {
crm_system_name   142 daemons/fenced/cts-fence-helper.c     rc = st->cmds->connect(st, crm_system_name, &pollfd.fd);
crm_system_name   291 daemons/fenced/cts-fence-helper.c     rc = st->cmds->connect(st, crm_system_name, &pollfd.fd);
crm_system_name   317 daemons/fenced/cts-fence-helper.c     rc = st->cmds->connect(st, crm_system_name, &pollfd.fd);
crm_system_name   528 daemons/fenced/cts-fence-helper.c     int rc = stonith_api_connect_retry(st, crm_system_name, 10);
crm_system_name   986 daemons/fenced/fenced_commands.c     cmd->client = strdup(crm_system_name);
crm_system_name   987 daemons/fenced/fenced_commands.c     cmd->client_name = strdup(crm_system_name);
crm_system_name  1047 daemons/fenced/fenced_remote.c         op->client_name = crm_strdup_printf("%s.%lu", crm_system_name,
crm_system_name   350 daemons/schedulerd/pacemaker-schedulerd.c     crm_info("Exiting %s", crm_system_name);
crm_system_name    28 include/crm/common/attrd_internal.h             LOG_TRACE, "Node attribute", crm_system_name,               \
crm_system_name    73 include/crm/crm.h extern char *crm_system_name;
crm_system_name    37 include/crm/pengine/internal.h             LOG_TRACE, "Working set", crm_system_name,                      \
crm_system_name    43 include/crm/pengine/internal.h             LOG_TRACE, "Working set", crm_system_name,                      \
crm_system_name   547 lib/cluster/cpg.c     const char *message_name = pcmk__message_name(crm_system_name);
crm_system_name   658 lib/cluster/cpg.c     enum crm_ais_msg_types sender = text2msg_type(crm_system_name);
crm_system_name    36 lib/common/attrd_client.c     crm_xml_add(attrd_op, F_ORIG, (crm_system_name? crm_system_name: "unknown"));
crm_system_name   647 lib/common/ipc_client.c     const char *client = crm_system_name? crm_system_name : "client";
crm_system_name   653 lib/common/ipc_client.c             crm_xml_add(request, F_ORIG, crm_system_name);
crm_system_name    74 lib/common/ipc_controld.c     const char *client_name = crm_system_name? crm_system_name : "client";
crm_system_name   286 lib/common/ipc_controld.c                           (crm_system_name? crm_system_name : "client"),
crm_system_name   216 lib/common/ipc_pacemakerd.c         ipc_name?ipc_name:((crm_system_name? crm_system_name : "client")),
crm_system_name   346 lib/common/logging.c                                                  crm_system_name,
crm_system_name   664 lib/common/logging.c     if(crm_system_name != NULL) {
crm_system_name   668 lib/common/logging.c         free(crm_system_name);
crm_system_name   669 lib/common/logging.c         crm_system_name = strdup(entity);
crm_system_name   679 lib/common/logging.c         free(crm_system_name);
crm_system_name   680 lib/common/logging.c         crm_system_name = strdup(modified);
crm_system_name   683 lib/common/logging.c     } else if (crm_system_name == NULL) {
crm_system_name   684 lib/common/logging.c         crm_system_name = strdup("Unknown");
crm_system_name   687 lib/common/logging.c     setenv("PCMK_service", crm_system_name, 1);
crm_system_name   721 lib/common/logging.c         qb_log_init(crm_system_name, qb_facility, LOG_ERR);
crm_system_name   741 lib/common/logging.c             set_format_string(lpc, crm_system_name);
crm_system_name   782 lib/common/logging.c     if (pcmk__env_option_enabled(crm_system_name, "debug")) {
crm_system_name   801 lib/common/logging.c     if (pcmk__env_option_enabled(crm_system_name, "stderr")) {
crm_system_name   819 lib/common/logging.c         && pcmk__env_option_enabled(crm_system_name, "blackbox")) {
crm_system_name   862 lib/common/logging.c                 snprintf(path, 512, "%s-%lu", crm_system_name, (unsigned long) getpid());
crm_system_name   208 lib/common/options.c     fprintf(stream, "%s - %s\n", crm_system_name, crm_app_description);
crm_system_name   211 lib/common/options.c         fprintf(stream, "Usage: %s %s\n", crm_system_name, crm_app_usage);
crm_system_name   243 lib/common/options.c         fprintf(stream, "Usage: %s - %s\n", crm_system_name, crm_app_description);
crm_system_name   773 lib/common/results.c     if (crm_system_name) {
crm_system_name   774 lib/common/results.c         crm_info("Exiting %s " CRM_XS " with status %d", crm_system_name, rc);
crm_system_name   775 lib/common/results.c         free(crm_system_name);
crm_system_name    54 lib/common/utils.c char *crm_system_name = NULL;
crm_system_name   183 lib/lrmd/proxy_common.c     if (!strcmp(pcmk__message_name(crm_system_name), CRM_SYSTEM_CRMD)
crm_system_name   162 lib/pacemaker/pcmk_sched_transition.c                                     target_rc, NULL, crm_system_name,
crm_system_name   233 lib/pacemaker/pcmk_sched_transition.c     crm_xml_add(cib_node, XML_ATTR_ORIGIN, crm_system_name);
crm_system_name   827 lib/pacemaker/pcmk_sched_transition.c     transition = unpack_graph(data_set->graph, crm_system_name);
crm_system_name    41 lib/pengine/unpack.c                                     crm_system_name, (data_set)->flags,     \
crm_system_name    46 lib/pengine/unpack.c                                     crm_system_name, (data_set)->flags,     \
crm_system_name   140 maint/mocked/based-notifyfenced.c     cib__set_call_options(options, crm_system_name, cib_zero_copy);
crm_system_name   306 tools/attrd_updater.c     crm_xml_add(query, F_ORIG, crm_system_name);
crm_system_name   433 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   437 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   476 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   480 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   488 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   520 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   525 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   531 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   535 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   540 tools/cibadmin.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   663 tools/cibadmin.c         crm_trace("%s waiting for reply from the local CIB", crm_system_name);
crm_system_name   698 tools/cibadmin.c     crm_trace("%s exiting normally", crm_system_name);
crm_system_name   740 tools/cibadmin.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
crm_system_name   330 tools/crm_attribute.c                 cib__set_call_options(cib_opts, crm_system_name,
crm_system_name   356 tools/crm_attribute.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
crm_system_name   792 tools/crm_mon.c         rc = st->cmds->connect(st, crm_system_name, NULL);
crm_system_name   821 tools/crm_mon.c         rc = cib->cmds->signon(cib, crm_system_name, cib_query);
crm_system_name  1275 tools/crm_mon.c                 pcmk__daemonize(crm_system_name, options.pid_file);
crm_system_name  1371 tools/crm_mon.c     crm_info("Starting %s", crm_system_name);
crm_system_name  1444 tools/crm_mon.c     crm_info("Exiting %s", crm_system_name);
crm_system_name   352 tools/crm_node.c     cib->cmds->signon(cib, crm_system_name, cib_command);
crm_system_name   428 tools/crm_node.c         crm_xml_add(cmd, F_ORIG, crm_system_name);
crm_system_name   439 tools/crm_node.c                              crm_system_name, NULL);
crm_system_name  1628 tools/crm_resource.c         cib__set_call_options(options.cib_options, crm_system_name,
crm_system_name  1652 tools/crm_resource.c         rc = cib_conn->cmds->signon(cib_conn, crm_system_name, cib_command);
crm_system_name  1161 tools/crm_resource_runtime.c         rc = shadow_cib->cmds->signon(shadow_cib, crm_system_name, cib_command);
crm_system_name   300 tools/crm_rule.c         rc = cib_conn->cmds->signon(cib_conn, crm_system_name, cib_command);
crm_system_name   327 tools/crm_shadow.c                 cib__set_call_options(command_options, crm_system_name,
crm_system_name   417 tools/crm_shadow.c         rc = real_cib->cmds->signon(real_cib, crm_system_name, cib_command);
crm_system_name   712 tools/crm_simulate.c         rc = cib_conn->cmds->signon(cib_conn, crm_system_name, cib_command);
crm_system_name   969 tools/crm_simulate.c     rc = global_cib->cmds->signon(global_cib, crm_system_name, cib_command);
crm_system_name   861 tools/crm_ticket.c     rc = cib_conn->cmds->signon(cib_conn, crm_system_name, cib_command);
crm_system_name   194 tools/crm_verify.c         rc = cib_conn->cmds->signon(cib_conn, crm_system_name, cib_command);
crm_system_name   349 tools/crmadmin.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
crm_system_name   299 tools/stonith_admin.c     name = crm_strdup_printf("%s.%s", crm_system_name, optarg);
crm_system_name   359 tools/stonith_admin.c     name = strdup(crm_system_name);