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         662 daemons/controld/controld_execd.c     int target_rc = 0;
target_rc         673 daemons/controld/controld_execd.c     target_rc = rsc_op_expected_rc(op);
target_rc         689 daemons/controld/controld_execd.c     xml_op = pcmk__create_history_xml(parent, op, caller_version, target_rc,
target_rc         719 daemons/controld/controld_execd.c     if ((op->op_status != PCMK_LRM_OP_DONE) || (op->rc != target_rc)
target_rc        2371 daemons/controld/controld_execd.c             int target_rc = 0;
target_rc        2374 daemons/controld/controld_execd.c             decode_transition_key(op->user_data, NULL, NULL, NULL, &target_rc);
target_rc        2375 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         173 include/crm/common/internal.h char *pcmk__transition_key(int transition_id, int action_id, int target_rc,
target_rc          63 include/crm/common/util.h                                int *action_id, int *target_rc);
target_rc          66 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
target_rc          68 include/crm/common/util.h gboolean did_rsc_op_fail(lrmd_event_data_t *event, int target_rc);
target_rc          87 include/pcmki/pcmki_sched_utils.h                                  const char *caller_version, int target_rc,
target_rc         256 lib/common/operations.c                         int *op_status, int *op_rc, int *target_rc)
target_rc         289 lib/common/operations.c                                        target_rc);
target_rc         296 lib/common/operations.c pcmk__transition_key(int transition_id, int action_id, int target_rc,
target_rc         301 lib/common/operations.c                              action_id, transition_id, target_rc, 36, node);
target_rc         319 lib/common/operations.c                       int *target_rc)
target_rc         336 lib/common/operations.c     if (target_rc) {
target_rc         337 lib/common/operations.c         *target_rc = -1;
target_rc         359 lib/common/operations.c     if (target_rc) {
target_rc         360 lib/common/operations.c         *target_rc = local_target_rc;
target_rc         437 lib/common/operations.c did_rsc_op_fail(lrmd_event_data_t * op, int target_rc)
target_rc         452 lib/common/operations.c             if (target_rc != op->rc) {
target_rc         350 lib/lrmd/lrmd_alerts.c     int target_rc = pcmk_ok;
target_rc         357 lib/lrmd/lrmd_alerts.c     target_rc = rsc_op_expected_rc(op);
target_rc         358 lib/lrmd/lrmd_alerts.c     if ((op->interval_ms == 0) && (target_rc == op->rc)
target_rc         374 lib/lrmd/lrmd_alerts.c     params = alert_key2param_int(params, PCMK__alert_key_target_rc, target_rc);
target_rc         147 lib/pacemaker/pcmk_sched_transition.c inject_op(xmlNode * cib_resource, lrmd_event_data_t * op, int target_rc)
target_rc         150 lib/pacemaker/pcmk_sched_transition.c                                     target_rc, NULL, crm_system_name,
target_rc         610 lib/pacemaker/pcmk_sched_utils.c                          const char *caller_version, int target_rc,
target_rc         669 lib/pacemaker/pcmk_sched_utils.c     } else if (did_rsc_op_fail(op, target_rc)) {
target_rc         694 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        3151 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        3174 lib/pengine/unpack.c     if (target_rc < 0) {
target_rc        3187 lib/pengine/unpack.c     } else if (target_rc != rc) {
target_rc        3191 lib/pengine/unpack.c                      target_rc, services_ocf_exitcode_str(target_rc),
target_rc        3198 lib/pengine/unpack.c             if (is_probe && (target_rc == PCMK_OCF_NOT_RUNNING)) {
target_rc        3207 lib/pengine/unpack.c             if (is_probe || (target_rc == rc)
target_rc        3220 lib/pengine/unpack.c             if (is_probe && (rc != target_rc)) {
target_rc        3510 lib/pengine/unpack.c     int target_rc = 0;
target_rc        3516 lib/pengine/unpack.c     decode_transition_key(key, NULL, NULL, NULL, &target_rc);
target_rc        3517 lib/pengine/unpack.c     return target_rc;
target_rc        3671 lib/pengine/unpack.c     int target_rc = 0;
target_rc        3683 lib/pengine/unpack.c     target_rc = pe__target_rc_from_xml(xml_op);
target_rc        3740 lib/pengine/unpack.c     if (expired && (rc != target_rc)) {
target_rc        3746 lib/pengine/unpack.c                        task_key, node->details->uname, rc, target_rc, magic);
target_rc        3762 lib/pengine/unpack.c                        task_key, node->details->uname, rc, target_rc, magic);
target_rc        3774 lib/pengine/unpack.c         status = determine_op_status(rsc, rc, target_rc, node, xml_op, on_fail, data_set);
target_rc        3879 lib/pengine/unpack.c                 update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure, on_fail, data_set);
target_rc        1814 tools/crm_mon.c send_custom_trap(const char *node, const char *rsc, const char *task, int target_rc, int rc,
target_rc        1822 tools/crm_mon.c     char *target_rc_s = pcmk__itoa(target_rc);
target_rc        1861 tools/crm_mon.c     int target_rc = -1;
target_rc        1897 tools/crm_mon.c                                  &target_rc)) {
target_rc        1932 tools/crm_mon.c     if (status == PCMK_LRM_OP_DONE && target_rc == rc) {
target_rc        1948 tools/crm_mon.c         send_custom_trap(node, rsc, task, target_rc, rc, status, desc);