target_rc 163 daemons/controld/controld_execd.c int target_rc = 0; target_rc 200 daemons/controld/controld_execd.c target_rc = rsc_op_expected_rc(op); target_rc 213 daemons/controld/controld_execd.c } else if (did_rsc_op_fail(op, target_rc)) { target_rc 648 daemons/controld/controld_execd.c int target_rc = 0; target_rc 658 daemons/controld/controld_execd.c target_rc = rsc_op_expected_rc(op); target_rc 674 daemons/controld/controld_execd.c xml_op = pcmk__create_history_xml(parent, op, caller_version, target_rc, target_rc 2368 daemons/controld/controld_execd.c int target_rc = 0; target_rc 2371 daemons/controld/controld_execd.c decode_transition_key(op->user_data, NULL, NULL, NULL, &target_rc); target_rc 2372 daemons/controld/controld_execd.c op->rc = target_rc; target_rc 195 daemons/controld/controld_te_actions.c int target_rc = get_target_rc(action); target_rc 248 daemons/controld/controld_te_actions.c target_rc, te_uuid); target_rc 250 daemons/controld/controld_te_actions.c xml_op = pcmk__create_history_xml(rsc, op, CRM_FEATURE_SET, target_rc, target_rc 112 daemons/controld/controld_te_events.c int target_rc, gboolean do_update, gboolean ignore_failures) target_rc 125 daemons/controld/controld_te_events.c if (rc == target_rc) { target_rc 335 daemons/controld/controld_te_events.c int target_rc = -1; // Expected result target_rc 371 daemons/controld/controld_te_events.c &action_num, &target_rc) == FALSE) { target_rc 445 daemons/controld/controld_te_events.c } else if (rc != target_rc) { target_rc 473 daemons/controld/controld_te_events.c } else if (desc && update_failcount(event, event_node, rc, target_rc, target_rc 478 daemons/controld/controld_te_events.c services_ocf_exitcode_str(target_rc), target_rc 480 daemons/controld/controld_te_events.c target_rc, rc, callid, desc); target_rc 486 daemons/controld/controld_te_events.c desc, rc, target_rc, callid); target_rc 488 daemons/controld/controld_te_events.c } else if (rc == target_rc) { target_rc 495 daemons/controld/controld_te_events.c update_failcount(event, event_node, rc, target_rc, target_rc 500 daemons/controld/controld_te_events.c services_ocf_exitcode_str(target_rc), target_rc 502 daemons/controld/controld_te_events.c target_rc, rc, callid); target_rc 209 include/crm/common/internal.h char *pcmk__transition_key(int transition_id, int action_id, int target_rc, target_rc 124 include/crm/common/util.h int *action_id, int *target_rc); target_rc 127 include/crm/common/util.h int *op_status, int *op_rc, int *target_rc); target_rc 129 include/crm/common/util.h gboolean did_rsc_op_fail(lrmd_event_data_t *event, int target_rc); target_rc 88 include/pcmki/pcmki_sched_utils.h const char *caller_version, int target_rc, target_rc 255 lib/common/operations.c int *op_status, int *op_rc, int *target_rc) target_rc 288 lib/common/operations.c target_rc); target_rc 295 lib/common/operations.c pcmk__transition_key(int transition_id, int action_id, int target_rc, target_rc 300 lib/common/operations.c action_id, transition_id, target_rc, 36, node); target_rc 318 lib/common/operations.c int *target_rc) target_rc 335 lib/common/operations.c if (target_rc) { target_rc 336 lib/common/operations.c *target_rc = -1; target_rc 358 lib/common/operations.c if (target_rc) { target_rc 359 lib/common/operations.c *target_rc = local_target_rc; target_rc 439 lib/common/operations.c did_rsc_op_fail(lrmd_event_data_t * op, int target_rc) target_rc 454 lib/common/operations.c if (target_rc != op->rc) { target_rc 349 lib/lrmd/lrmd_alerts.c int target_rc = pcmk_ok; target_rc 356 lib/lrmd/lrmd_alerts.c target_rc = rsc_op_expected_rc(op); target_rc 357 lib/lrmd/lrmd_alerts.c if ((op->interval_ms == 0) && (target_rc == op->rc) target_rc 373 lib/lrmd/lrmd_alerts.c params = alert_key2param_int(params, PCMK__alert_key_target_rc, target_rc); target_rc 159 lib/pacemaker/pcmk_sched_transition.c inject_op(xmlNode * cib_resource, lrmd_event_data_t * op, int target_rc) target_rc 162 lib/pacemaker/pcmk_sched_transition.c target_rc, NULL, crm_system_name, target_rc 606 lib/pacemaker/pcmk_sched_utils.c const char *caller_version, int target_rc, target_rc 658 lib/pacemaker/pcmk_sched_utils.c } else if (did_rsc_op_fail(op, target_rc)) { target_rc 683 lib/pacemaker/pcmk_sched_utils.c local_user_data = pcmk__transition_key(-1, op->call_id, target_rc, target_rc 65 lib/pengine/failcounts.c int target_rc = pe__target_rc_from_xml(lrm_op_xml); target_rc 68 lib/pengine/failcounts.c if (rc != target_rc) { target_rc 3067 lib/pengine/unpack.c pe_resource_t *rsc, int rc, int target_rc, pe_node_t * node, xmlNode * xml_op, enum action_fail_response * on_fail, pe_working_set_t * data_set) target_rc 3090 lib/pengine/unpack.c if (target_rc < 0) { target_rc 3103 lib/pengine/unpack.c } else if (target_rc != rc) { target_rc 3107 lib/pengine/unpack.c target_rc, services_ocf_exitcode_str(target_rc), target_rc 3114 lib/pengine/unpack.c if (is_probe && (target_rc == PCMK_OCF_NOT_RUNNING)) { target_rc 3123 lib/pengine/unpack.c if (is_probe || (target_rc == rc) target_rc 3136 lib/pengine/unpack.c if (is_probe && (rc != target_rc)) { target_rc 3426 lib/pengine/unpack.c int target_rc = 0; target_rc 3432 lib/pengine/unpack.c decode_transition_key(key, NULL, NULL, NULL, &target_rc); target_rc 3433 lib/pengine/unpack.c return target_rc; target_rc 3586 lib/pengine/unpack.c int target_rc = 0; target_rc 3598 lib/pengine/unpack.c target_rc = pe__target_rc_from_xml(xml_op); target_rc 3655 lib/pengine/unpack.c if (expired && (rc != target_rc)) { target_rc 3661 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); target_rc 3677 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); target_rc 3689 lib/pengine/unpack.c status = determine_op_status(rsc, rc, target_rc, node, xml_op, on_fail, data_set); target_rc 3794 lib/pengine/unpack.c update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure, on_fail, data_set); target_rc 1581 tools/crm_mon.c send_custom_trap(const char *node, const char *rsc, const char *task, int target_rc, int rc, target_rc 1589 tools/crm_mon.c char *target_rc_s = crm_itoa(target_rc); target_rc 1628 tools/crm_mon.c int target_rc = -1; target_rc 1664 tools/crm_mon.c &target_rc)) { target_rc 1699 tools/crm_mon.c if (status == PCMK_LRM_OP_DONE && target_rc == rc) { target_rc 1715 tools/crm_mon.c send_custom_trap(node, rsc, task, target_rc, rc, status, desc);