failed             42 daemons/based/based_messages.c int updateList(xmlNode * local_cib, xmlNode * update_command, xmlNode * failed,
failed             45 daemons/based/based_messages.c gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code);
failed            448 daemons/based/based_messages.c     xmlNode *failed = NULL;
failed            470 daemons/based/based_messages.c     failed = create_xml_node(NULL, XML_TAG_FAILED);
failed            474 daemons/based/based_messages.c     update_results(failed, input, op, result);
failed            476 daemons/based/based_messages.c     if ((result == pcmk_ok) && xml_has_children(failed)) {
failed            481 daemons/based/based_messages.c         crm_log_xml_err(failed, "CIB Update failures");
failed            482 daemons/based/based_messages.c         *answer = failed;
failed            485 daemons/based/based_messages.c         free_xml(failed);
failed            153 daemons/controld/controld_execd.c     lrmd_free_event(history->failed);
failed            217 daemons/controld/controld_execd.c         if (entry->failed) {
failed            218 daemons/controld/controld_execd.c             lrmd_free_event(entry->failed);
failed            220 daemons/controld/controld_execd.c         entry->failed = lrmd_copy_event(op);
failed            796 daemons/controld/controld_execd.c         build_operation_update(xml_rsc, &(entry->rsc), entry->failed, lrm_state->node_name,
failed           1082 daemons/controld/controld_execd.c     return (pcmk__str_eq(op, entry->failed->op_type, pcmk__str_casei)
failed           1083 daemons/controld/controld_execd.c             && (interval_ms == entry->failed->interval_ms));
failed           1127 daemons/controld/controld_execd.c             lrmd_free_event(entry->failed);
failed           1128 daemons/controld/controld_execd.c             entry->failed = NULL;
failed           2590 daemons/controld/controld_execd.c     if (entry == NULL || entry->failed == NULL) {
failed           2594 daemons/controld/controld_execd.c     if (pcmk__str_eq(entry->failed->rsc_id, rsc_id, pcmk__str_none)
failed           2595 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->failed->op_type, op_type, pcmk__str_casei)
failed           2596 daemons/controld/controld_execd.c         && entry->failed->interval_ms == interval_ms) {
failed            388 daemons/controld/controld_fencing.c                 action->failed = TRUE;
failed            781 daemons/controld/controld_fencing.c         action->failed = TRUE;
failed             25 daemons/controld/controld_lrm.h     lrmd_event_data_t *failed;
failed            688 daemons/controld/controld_te_callbacks.c         timer->action->failed = TRUE;
failed             42 daemons/controld/controld_te_events.c         if (synapse->confirmed || synapse->failed) {
failed             71 daemons/controld/controld_te_events.c                 action->failed = TRUE;
failed             72 daemons/controld/controld_te_events.c                 synapse->failed = TRUE;
failed            446 daemons/controld/controld_te_events.c                 action->failed = TRUE;
failed            452 daemons/controld/controld_te_events.c             if (action->failed) {
failed            203 include/crm/cib/internal.h gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code);
failed            226 include/crm/pengine/internal.h void native_add_running(pe_resource_t * rsc, pe_node_t * node, pe_working_set_t * data_set, gboolean failed);
failed            165 include/crm/pengine/pe_types.h     xmlNode *failed;
failed             36 include/pcmki/pcmki_transition.h     gboolean failed;
failed             58 include/pcmki/pcmki_transition.h     gboolean failed;
failed            522 lib/cib/cib_ops.c     xmlNode *failed = NULL;
failed            549 lib/cib/cib_ops.c     failed = create_xml_node(NULL, XML_TAG_FAILED);
failed            558 lib/cib/cib_ops.c             if (update_results(failed, a_child, op, result)) {
failed            565 lib/cib/cib_ops.c         update_results(failed, input, op, result);
failed            568 lib/cib/cib_ops.c     if ((result == pcmk_ok) && xml_has_children(failed)) {
failed            573 lib/cib/cib_ops.c         crm_log_xml_err(failed, "CIB Update failures");
failed            574 lib/cib/cib_ops.c         *answer = failed;
failed            577 lib/cib/cib_ops.c         free_xml(failed);
failed            816 lib/cib/cib_ops.c update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code)
failed            826 lib/cib/cib_ops.c         xml_node = create_xml_node(failed, XML_FAIL_TAG_CIB);
failed            660 lib/pacemaker/pcmk_sched_allocate.c     pe_resource_t *failed;
failed            684 lib/pacemaker/pcmk_sched_allocate.c     failed = rsc;
failed            686 lib/pacemaker/pcmk_sched_allocate.c         failed = uber_parent(rsc);
failed            690 lib/pacemaker/pcmk_sched_allocate.c         resource_location(failed, node, -INFINITY, "__fail_limit__", data_set);
failed            692 lib/pacemaker/pcmk_sched_allocate.c                  failed->id, node->details->uname, fail_count,
failed            696 lib/pacemaker/pcmk_sched_allocate.c                  failed->id, countdown, node->details->uname);
failed            722 lib/pacemaker/pcmk_sched_transition.c             action->failed = TRUE;
failed            100 lib/pacemaker/pcmk_trans_graph.c         if (synapse->confirmed || synapse->failed) {
failed            107 lib/pacemaker/pcmk_trans_graph.c         } else if (action->failed == FALSE || synapse->priority == INFINITY) {
failed            138 lib/pacemaker/pcmk_trans_graph.c         } else if(prereq->failed && prereq->can_fail == FALSE) {
failed            227 lib/pacemaker/pcmk_trans_graph.c             action->failed = TRUE;
failed            266 lib/pacemaker/pcmk_trans_graph.c         } else if (synapse->failed == FALSE && synapse->executed) {
failed            279 lib/pacemaker/pcmk_trans_graph.c         } else if (synapse->failed) {
failed             38 lib/pacemaker/pcmk_trans_utils.c         action->failed = TRUE;
failed            135 lib/pacemaker/pcmk_trans_utils.c     if (synapse->failed) {
failed            160 lib/pacemaker/pcmk_trans_utils.c         if (input->failed) {
failed             44 lib/pengine/native.c native_priority_to_node(pe_resource_t * rsc, pe_node_t * node, gboolean failed)
failed             48 lib/pengine/native.c     if ((rsc->priority == 0) || (failed == TRUE)) {
failed             89 lib/pengine/native.c native_add_running(pe_resource_t * rsc, pe_node_t * node, pe_working_set_t * data_set, gboolean failed)
failed            110 lib/pengine/native.c         native_priority_to_node(rsc, node, failed);
failed           1249 lib/pengine/pe_output.c     if (xmlChildElementCount(data_set->failed) == 0) {
failed           1253 lib/pengine/pe_output.c     for (xml_op = pcmk__xml_first_child(data_set->failed); xml_op != NULL;
failed             84 lib/pengine/status.c     data_set->failed = create_xml_node(NULL, "failed-ops");
failed            313 lib/pengine/status.c     free_xml(data_set->failed);
failed             54 lib/pengine/unpack.c                           enum action_fail_response *failed,
failed           2851 lib/pengine/unpack.c     for (xIter = data_set->failed->children; xIter; xIter = xIter->next) {
failed           2864 lib/pengine/unpack.c     add_node_copy(data_set->failed, op);
failed            118 tools/crm_mon_print.c         && xml_has_children(data_set->failed)) {
failed            263 tools/crm_mon_print.c         && xml_has_children(data_set->failed)) {
failed            365 tools/crm_mon_print.c         && xml_has_children(data_set->failed)) {
failed            645 tools/crm_resource_runtime.c     for (xmlNode *xml_op = pcmk__xml_first_child(data_set->failed);