failed 53 cib/messages.c int updateList(xmlNode * local_cib, xmlNode * update_command, xmlNode * failed, failed 58 cib/messages.c gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code); failed 443 cib/messages.c xmlNode *failed = NULL; failed 465 cib/messages.c failed = create_xml_node(NULL, XML_TAG_FAILED); failed 469 cib/messages.c update_results(failed, input, op, result); failed 471 cib/messages.c if (xml_has_children(failed)) { failed 476 cib/messages.c crm_log_xml_err(failed, "CIB Update failures"); failed 477 cib/messages.c *answer = failed; failed 480 cib/messages.c free_xml(failed); failed 33 crmd/crmd_lrm.h lrmd_event_data_t *failed; failed 177 crmd/lrm.c lrmd_free_event(history->failed); failed 239 crmd/lrm.c if (entry->failed) { failed 240 crmd/lrm.c lrmd_free_event(entry->failed); failed 242 crmd/lrm.c entry->failed = lrmd_copy_event(op); failed 812 crmd/lrm.c build_operation_update(xml_rsc, &(entry->rsc), entry->failed, lrm_state->node_name, __FUNCTION__); failed 1107 crmd/lrm.c return (safe_str_eq(op, entry->failed->op_type) failed 1108 crmd/lrm.c && (interval == entry->failed->interval)); failed 1152 crmd/lrm.c lrmd_free_event(entry->failed); failed 1153 crmd/lrm.c entry->failed = NULL; failed 823 crmd/te_callbacks.c action->failed = TRUE; failed 909 crmd/te_callbacks.c timer->action->failed = TRUE; failed 53 crmd/te_events.c if (synapse->confirmed || synapse->failed) { failed 82 crmd/te_events.c action->failed = TRUE; failed 83 crmd/te_events.c synapse->failed = TRUE; failed 285 crmd/te_events.c action->failed = TRUE; failed 298 crmd/te_events.c action->failed = TRUE; failed 309 crmd/te_events.c if (action->failed) { failed 154 crmd/te_utils.c action->failed = TRUE; failed 208 include/crm/cib/internal.h gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code); failed 115 include/crm/pengine/status.h xmlNode *failed; failed 39 include/crm/transition.h gboolean failed; failed 61 include/crm/transition.h gboolean failed; failed 529 lib/cib/cib_ops.c xmlNode *failed = NULL; failed 556 lib/cib/cib_ops.c failed = create_xml_node(NULL, XML_TAG_FAILED); failed 564 lib/cib/cib_ops.c if (update_results(failed, a_child, op, result)) { failed 571 lib/cib/cib_ops.c update_results(failed, input, op, result); failed 574 lib/cib/cib_ops.c if (xml_has_children(failed)) { failed 579 lib/cib/cib_ops.c crm_log_xml_err(failed, "CIB Update failures"); failed 580 lib/cib/cib_ops.c *answer = failed; failed 583 lib/cib/cib_ops.c free_xml(failed); failed 833 lib/cib/cib_ops.c update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code) failed 843 lib/cib/cib_ops.c xml_node = create_xml_node(failed, XML_FAIL_TAG_CIB); failed 64 lib/pengine/status.c data_set->failed = create_xml_node(NULL, "failed-ops"); failed 221 lib/pengine/status.c free_xml(data_set->failed); failed 46 lib/pengine/unpack.c enum action_fail_response *failed, pe_working_set_t * data_set); failed 2585 lib/pengine/unpack.c for (xIter = data_set->failed->children; xIter; xIter = xIter->next) { failed 2598 lib/pengine/unpack.c add_node_copy(data_set->failed, op); failed 111 lib/transition/graph.c if (synapse->confirmed || synapse->failed) { failed 118 lib/transition/graph.c } else if (action->failed == FALSE || synapse->priority == INFINITY) { failed 149 lib/transition/graph.c } else if(prereq->failed && prereq->can_fail == FALSE) { failed 238 lib/transition/graph.c action->failed = TRUE; failed 277 lib/transition/graph.c } else if (synapse->failed == FALSE && synapse->executed) { failed 290 lib/transition/graph.c } else if (synapse->failed) { failed 48 lib/transition/utils.c action->failed = TRUE; failed 150 lib/transition/utils.c if (synapse->failed) { failed 168 lib/transition/utils.c if (input->failed) { failed 650 pengine/allocate.c resource_t *failed; failed 674 pengine/allocate.c failed = rsc; failed 676 pengine/allocate.c failed = uber_parent(rsc); failed 680 pengine/allocate.c resource_location(failed, node, -INFINITY, "__fail_limit__", data_set); failed 682 pengine/allocate.c failed->id, node->details->uname, fail_count, failed 686 pengine/allocate.c failed->id, countdown, node->details->uname); failed 2881 tools/crm_mon.c for (xml_op = __xml_first_child(data_set->failed); xml_op != NULL; failed 3068 tools/crm_mon.c if (xml_has_children(data_set->failed)) { failed 3175 tools/crm_mon.c if (xml_has_children(data_set->failed)) { failed 3299 tools/crm_mon.c if (xml_has_children(data_set->failed)) { failed 1101 tools/crm_resource.c for (xmlNode *xml_op = __xml_first_child(data_set.failed); xml_op != NULL; failed 721 tools/fake_transition.c action->failed = TRUE;