failed            149 daemons/controld/controld_execd.c     lrmd_free_event(history->failed);
failed            209 daemons/controld/controld_execd.c         if (entry->failed) {
failed            210 daemons/controld/controld_execd.c             lrmd_free_event(entry->failed);
failed            212 daemons/controld/controld_execd.c         entry->failed = lrmd_copy_event(op);
failed            560 daemons/controld/controld_execd.c         controld_add_resource_history_xml(xml_rsc, &(entry->rsc), entry->failed,
failed            753 daemons/controld/controld_execd.c     return (pcmk__str_eq(op, entry->failed->op_type, pcmk__str_casei)
failed            754 daemons/controld/controld_execd.c             && (interval_ms == entry->failed->interval_ms));
failed            784 daemons/controld/controld_execd.c             lrmd_free_event(entry->failed);
failed            785 daemons/controld/controld_execd.c             entry->failed = NULL;
failed           2094 daemons/controld/controld_execd.c     if (entry == NULL || entry->failed == NULL) {
failed           2098 daemons/controld/controld_execd.c     if (pcmk__str_eq(entry->failed->rsc_id, rsc_id, pcmk__str_none)
failed           2099 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->failed->op_type, op_type, pcmk__str_casei)
failed           2100 daemons/controld/controld_execd.c         && entry->failed->interval_ms == interval_ms) {
failed             25 daemons/controld/controld_lrm.h     lrmd_event_data_t *failed;
failed            181 include/crm/common/scheduler_internal.h     xmlNode *failed;                // History entries of failed actions
failed             66 include/crm/pengine/internal.h                         pcmk_scheduler_t *scheduler, gboolean failed);
failed            550 lib/cib/cib_ops.c update_results(xmlNode *failed, xmlNode *target, const char *operation,
failed            561 lib/cib/cib_ops.c         xml_node = pcmk__xe_create(failed, PCMK__XE_FAILED_UPDATE);
failed            580 lib/cib/cib_ops.c     xmlNode *failed = NULL;
failed            609 lib/cib/cib_ops.c     failed = pcmk__xe_create(NULL, PCMK__XE_FAILED);
failed            618 lib/cib/cib_ops.c             if (update_results(failed, a_child, op, result)) {
failed            625 lib/cib/cib_ops.c         update_results(failed, input, op, result);
failed            628 lib/cib/cib_ops.c     if ((result == pcmk_ok) && (failed->children != NULL)) {
failed            633 lib/cib/cib_ops.c         crm_log_xml_err(failed, "CIB Update failures");
failed            634 lib/cib/cib_ops.c         *answer = failed;
failed            637 lib/cib/cib_ops.c         pcmk__xml_free(failed);
failed           1057 lib/pacemaker/libpacemaker_private.h                              pcmk_resource_t **failed);
failed           1092 lib/pacemaker/pcmk_graph_producer.c                 const bool failed = pcmk_is_set(action->rsc->flags,
failed           1099 lib/pacemaker/pcmk_graph_producer.c                          (failed? " failed" : ""), action->uuid);
failed           1218 lib/pacemaker/pcmk_output.c             const bool failed = pcmk_is_set(rsc->flags, pcmk__rsc_failed);
failed           1221 lib/pacemaker/pcmk_output.c                               (failed? "Recover" : "Move"), rsc, current, next,
failed           1861 lib/pacemaker/pcmk_output.c         && (scheduler->priv->failed != NULL)
failed           1862 lib/pacemaker/pcmk_output.c         && (scheduler->priv->failed->children != NULL)) {
failed           1999 lib/pacemaker/pcmk_output.c         && (scheduler->priv->failed != NULL)
failed           2000 lib/pacemaker/pcmk_output.c         && (scheduler->priv->failed->children != NULL)) {
failed           2080 lib/pacemaker/pcmk_output.c         && (scheduler->priv->failed != NULL)
failed           2081 lib/pacemaker/pcmk_output.c         && (scheduler->priv->failed->children != NULL)) {
failed            592 lib/pacemaker/pcmk_sched_resource.c                         pcmk_resource_t **failed)
failed            630 lib/pacemaker/pcmk_sched_resource.c         if (failed != NULL) {
failed            631 lib/pacemaker/pcmk_sched_resource.c             *failed = rsc_to_ban;
failed            135 lib/pacemaker/pcmk_scheduler.c         pcmk_resource_t *failed = NULL;
failed            137 lib/pacemaker/pcmk_scheduler.c         if (pcmk__threshold_reached(rsc, node, &failed)) {
failed            138 lib/pacemaker/pcmk_scheduler.c             resource_location(failed, node, -PCMK_SCORE_INFINITY,
failed           1453 lib/pengine/bundle.c             const char *failed = pcmk__flag_text(rsc->flags, pcmk__rsc_failed);
failed           1466 lib/pengine/bundle.c                                           PCMK_XA_FAILED, failed,
failed            575 lib/pengine/clone.c             const char *failed = pcmk__flag_text(rsc->flags, pcmk__rsc_failed);
failed            590 lib/pengine/clone.c                                           PCMK_XA_FAILED, failed,
failed             39 lib/pengine/native.c                         gboolean failed)
failed             44 lib/pengine/native.c     if ((rsc->priv->priority == 0) || failed) {
failed             88 lib/pengine/native.c                    pcmk_scheduler_t *scheduler, gboolean failed)
failed            110 lib/pengine/native.c         native_priority_to_node(rsc, node, failed);
failed            771 lib/pengine/native.c     const char *failed = pcmk__flag_text(rsc->flags, pcmk__rsc_failed);
failed            808 lib/pengine/native.c                                   PCMK_XA_FAILED, failed,
failed           1671 lib/pengine/pe_output.c     if (xmlChildElementCount(scheduler->priv->failed) == 0) {
failed           1675 lib/pengine/pe_output.c     for (xml_op = pcmk__xe_first_child(scheduler->priv->failed, NULL, NULL,
failed            122 lib/pengine/status.c     if (scheduler->priv->failed != NULL) {
failed            123 lib/pengine/status.c         pcmk__xml_free(scheduler->priv->failed);
failed            125 lib/pengine/status.c     scheduler->priv->failed = pcmk__xe_create(NULL, "failed-ops");
failed            378 lib/pengine/status.c     pcmk__xml_free(scheduler->priv->failed);
failed             72 lib/pengine/unpack.c                           enum pcmk__on_fail *failed);
failed           3498 lib/pengine/unpack.c     for (const xmlNode *xIter = scheduler->priv->failed->children;
failed           3517 lib/pengine/unpack.c     pcmk__xml_copy(scheduler->priv->failed, history->xml);
failed            892 lib/pengine/utils.c     for (xmlNode *xml_op = pcmk__xe_first_child(scheduler->priv->failed,
failed            857 tools/crm_resource_runtime.c     for (xmlNode *xml_op = pcmk__xe_first_child(scheduler->priv->failed, NULL,