desc             1009 attrd/legacy.c     char *desc;
desc             1012 attrd/legacy.c         desc = crm_strdup_printf("Delete of %s in %s for %s",
desc             1015 attrd/legacy.c         desc = crm_strdup_printf("Update of %s=%s in %s for %s",
desc             1025 attrd/legacy.c         remote_attr_callback(NULL, rc, rc, NULL, desc);
desc             1026 attrd/legacy.c         free(desc);
desc             1042 attrd/legacy.c     crm_trace("%s submitted as CIB call %d", desc, rc);
desc             1043 attrd/legacy.c     register_cib_callback(rc, desc, remote_attr_callback, free);
desc              758 crmd/lrm_state.c     char *desc;
desc              770 crmd/lrm_state.c     desc = crm_strdup_printf("Operation %s of %s by %s for %s@%s: %s (ref=%s)",
desc              777 crmd/lrm_state.c                             e->target, e->operation, desc, e->result);
desc              778 crmd/lrm_state.c     free(desc);
desc              456 crmd/te_events.c     const char *desc = NULL;
desc              488 crmd/te_events.c         desc = "initiated outside of the cluster";
desc              492 crmd/te_events.c         desc = "initiated by a different node";
desc              497 crmd/te_events.c         desc = "arrived really late";
desc              502 crmd/te_events.c         desc = "arrived late";
desc              509 crmd/te_events.c             desc = "unknown";
desc              526 crmd/te_events.c             desc = "failed";
desc              529 crmd/te_events.c                  action_num, id, callid, services_ocf_exitcode_str(rc), desc);
desc              247 crmd/throttle.c throttle_check_thresholds(float load, const char *desc, float thresholds[4])
desc              250 crmd/throttle.c         crm_notice("Extreme %s detected: %f", desc, load);
desc              254 crmd/throttle.c         crm_notice("High %s detected: %f", desc, load);
desc              258 crmd/throttle.c         crm_info("Moderate %s detected: %f", desc, load);
desc              262 crmd/throttle.c         crm_debug("Noticeable %s detected: %f", desc, load);
desc              266 crmd/throttle.c     crm_trace("Negligible %s detected: %f", desc, load);
desc              271 crmd/throttle.c throttle_handle_load(float load, const char *desc, int cores)
desc              289 crmd/throttle.c     return throttle_check_thresholds(load, desc, thresholds);
desc             1148 fencing/commands.c stonith_device_register(xmlNode * msg, const char **desc, gboolean from_cib)
desc             1181 fencing/commands.c     if (desc) {
desc             1182 fencing/commands.c         *desc = device->id;
desc             1359 fencing/commands.c stonith_level_register(xmlNode *msg, char **desc)
desc             1385 fencing/commands.c     if (desc) {
desc             1386 fencing/commands.c         *desc = crm_strdup_printf("%s[%d]", target, id);
desc             1434 fencing/commands.c stonith_level_remove(xmlNode *msg, char **desc)
desc             1447 fencing/commands.c     if (desc) {
desc             1448 fencing/commands.c         *desc = crm_strdup_printf("%s[%d]", target, id);
desc              178 fencing/internal.h int stonith_device_register(xmlNode * msg, const char **desc, gboolean from_cib);
desc              184 fencing/internal.h int stonith_level_register(xmlNode * msg, char **desc);
desc              186 fencing/internal.h int stonith_level_remove(xmlNode * msg, char **desc);
desc              200 fencing/internal.h void do_stonith_notify_device(int options, const char *op, int rc, const char *desc);
desc              201 fencing/internal.h void do_stonith_notify_level(int options, const char *op, int rc, const char *desc);
desc              400 fencing/main.c                          const char *desc, int active)
desc              406 fencing/main.c     crm_xml_add(notify_data, F_STONITH_DEVICE, desc);
desc              414 fencing/main.c do_stonith_notify_device(int options, const char *op, int rc, const char *desc)
desc              416 fencing/main.c     do_stonith_notify_config(options, op, rc, desc, g_hash_table_size(device_list));
desc              420 fencing/main.c do_stonith_notify_level(int options, const char *op, int rc, const char *desc)
desc              422 fencing/main.c     do_stonith_notify_config(options, op, rc, desc, g_hash_table_size(topology));
desc              429 fencing/main.c     char *desc = NULL;
desc              436 fencing/main.c     rc = stonith_level_remove(data, &desc);
desc              437 fencing/main.c     do_stonith_notify_level(0, STONITH_OP_LEVEL_DEL, rc, desc);
desc              440 fencing/main.c     free(desc);
desc              472 fencing/main.c     char *desc = NULL;
desc              486 fencing/main.c     rc = stonith_level_register(match, &desc);
desc              487 fencing/main.c     do_stonith_notify_level(0, STONITH_OP_LEVEL_ADD, rc, desc);
desc              489 fencing/main.c     free(desc);
desc              105 include/crm/common/mainloop.h                         const char *desc,
desc              111 include/crm/common/mainloop.h                         const char *desc,
desc              394 include/crm/common/xml.h void save_xml_to_file(xmlNode * xml, const char *desc, const char *filename);
desc               32 include/crm/lrmd_alerts_internal.h                             const char *desc, int op_rc);
desc               90 include/crm_internal.h     const char *desc;
desc               40 lib/common/mainloop.c     char *desc;
desc              878 lib/common/mainloop.c     return child->desc;
desc              908 lib/common/mainloop.c     free(child->desc);
desc              942 lib/common/mainloop.c         crm_crit("%s process (PID %d) will not die!", child->desc, (int)child->pid);
desc              953 lib/common/mainloop.c     crm_warn("%s process (PID %d) timed out", child->desc, (int)child->pid);
desc              984 lib/common/mainloop.c             crm_trace("Managed process %d (%s) exited with rc=%d", child->pid, child->desc, exitcode);
desc              988 lib/common/mainloop.c             crm_trace("Managed process %d (%s) exited with signal=%d", child->pid, child->desc, signo);
desc              993 lib/common/mainloop.c             crm_err("Managed process %d (%s) dumped core", child->pid, child->desc);
desc             1097 lib/common/mainloop.c mainloop_child_add_with_flags(pid_t pid, int timeout, const char *desc, void *privatedata, enum mainloop_child_flags flags, 
desc             1110 lib/common/mainloop.c     if(desc) {
desc             1111 lib/common/mainloop.c         child->desc = strdup(desc);
desc             1131 lib/common/mainloop.c mainloop_child_add(pid_t pid, int timeout, const char *desc, void *privatedata,
desc             1134 lib/common/mainloop.c     mainloop_child_add_with_flags(pid, timeout, desc, privatedata, 0, callback);
desc             1132 lib/common/utils.c                 fprintf(stream, "%s\n\n", crm_long_options[i].desc);
desc             1135 lib/common/utils.c                 fprintf(stream, "\t#%s\n\n", crm_long_options[i].desc);
desc             1137 lib/common/utils.c             } else if (crm_long_options[i].val == '-' && crm_long_options[i].desc) {
desc             1138 lib/common/utils.c                 fprintf(stream, "%s\n", crm_long_options[i].desc);
desc             1150 lib/common/utils.c                         crm_long_options[i].desc ? crm_long_options[i].desc : "");
desc             3915 lib/common/xml.c save_xml_to_file(xmlNode * xml, const char *desc, const char *filename)
desc             3927 lib/common/xml.c     crm_info("Saving %s to %s", desc, filename);
desc              293 lib/lrmd/lrmd_alerts.c                         const char *target, const char *task, const char *desc,
desc              305 lib/lrmd/lrmd_alerts.c     params = alert_key2param(params, CRM_alert_desc, desc);
desc              481 lib/pengine/native.c     const char *desc = NULL;
desc              614 lib/pengine/native.c         desc = crm_element_value(rsc->xml, XML_ATTR_DESC);
desc              619 lib/pengine/native.c         status_print("%s (%s)%s%s", buffer, flagBuffer, desc?" ":"", desc?desc:"");
desc              621 lib/pengine/native.c         status_print("%s%s%s", buffer, desc?" ":"", desc?desc:"");
desc              484 lib/services/systemd.c     char *desc = NULL;
desc              489 lib/services/systemd.c         desc = systemd_get_property(path, "Description", NULL, NULL, NULL,
desc              492 lib/services/systemd.c         desc = crm_strdup_printf("Systemd unit file for %s", name);
desc              513 lib/services/systemd.c                            "  </special>\n" "</resource-agent>\n", name, desc, name);
desc              514 lib/services/systemd.c     free(desc);
desc              185 lib/transition/utils.c         char *desc = crm_strdup_printf("%s %s op %s", state, actiontype2text(action->type), key);
desc              189 lib/transition/utils.c                    action->id, desc, host ? host : "N/A",
desc              192 lib/transition/utils.c         free(desc);
desc               81 tools/crm_error.c             const char *desc = pcmk_strerror(rc);
desc               85 tools/crm_error.c                 printf("%.3d: %-25s  %s\n", rc, name, desc);
desc               87 tools/crm_error.c                 printf("%.3d: %s\n", rc, desc);
desc              434 tools/crm_mon.c             tab = strrchr(long_options[lpc].desc, '\t');
desc              435 tools/crm_mon.c             return tab ? ++tab : long_options[lpc].desc;
desc             3427 tools/crm_mon.c                int status, const char *desc)
desc             3468 tools/crm_mon.c     add_snmp_field(trap_pdu, snmp_crm_oid_desc, desc);
desc             3600 tools/crm_mon.c                  int status, const char *desc)
desc             3619 tools/crm_mon.c     setenv("CRM_notify_desc", desc, 1);
desc             3643 tools/crm_mon.c                int status, const char *desc)
desc             3665 tools/crm_mon.c     if (desc == NULL) {
desc             3666 tools/crm_mon.c         desc = "-";
desc             3687 tools/crm_mon.c     len += strlen(desc);
desc             3693 tools/crm_mon.c              rsc, node, desc);
desc             3703 tools/crm_mon.c                         "Operation %s for resource %s on %s failed: %s\r\n", task, rsc, node, desc);
desc             3803 tools/crm_mon.c     const char *desc = NULL;
desc             3869 tools/crm_mon.c     desc = pcmk_strerror(pcmk_ok);
desc             3871 tools/crm_mon.c         crm_notice("%s of %s on %s completed: %s", task, rsc, node, desc);
desc             3877 tools/crm_mon.c         desc = services_ocf_exitcode_str(rc);
desc             3878 tools/crm_mon.c         crm_warn("%s of %s on %s failed: %s", task, rsc, node, desc);
desc             3881 tools/crm_mon.c         desc = services_lrm_status_str(status);
desc             3882 tools/crm_mon.c         crm_warn("%s of %s on %s failed: %s", task, rsc, node, desc);
desc             3886 tools/crm_mon.c         send_snmp_trap(node, rsc, task, target_rc, rc, status, desc);
desc             3889 tools/crm_mon.c         send_smtp_trap(node, rsc, task, target_rc, rc, status, desc);
desc             3892 tools/crm_mon.c         send_custom_trap(node, rsc, task, target_rc, rc, status, desc);
desc             4193 tools/crm_mon.c     char *desc = crm_strdup_printf("Operation %s requested by %s for peer %s: %s (ref=%s)",
desc             4198 tools/crm_mon.c         send_snmp_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
desc             4201 tools/crm_mon.c         send_smtp_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
desc             4204 tools/crm_mon.c         send_custom_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
desc             4206 tools/crm_mon.c     free(desc);