target_rc         166 daemons/controld/controld_execd.c     int target_rc = 0;
target_rc         199 daemons/controld/controld_execd.c     target_rc = rsc_op_expected_rc(op);
target_rc         212 daemons/controld/controld_execd.c     } else if (did_rsc_op_fail(op, target_rc)) {
target_rc         668 daemons/controld/controld_execd.c     int target_rc = 0;
target_rc         679 daemons/controld/controld_execd.c     target_rc = rsc_op_expected_rc(op);
target_rc         694 daemons/controld/controld_execd.c     xml_op = pcmk__create_history_xml(parent, op, caller_version, target_rc,
target_rc         724 daemons/controld/controld_execd.c     if ((op->op_status != PCMK_EXEC_DONE) || (op->rc != target_rc)
target_rc        2373 daemons/controld/controld_execd.c             int target_rc = PCMK_OCF_OK;
target_rc        2376 daemons/controld/controld_execd.c             decode_transition_key(op->user_data, NULL, NULL, NULL, &target_rc);
target_rc        2377 daemons/controld/controld_execd.c             lrmd__set_result(op, target_rc, PCMK_EXEC_DONE, NULL);
target_rc         195 daemons/controld/controld_te_actions.c synthesize_timeout_event(crm_action_t *action, int target_rc)
target_rc         220 daemons/controld/controld_te_actions.c                                          target_rc, te_uuid);
target_rc         241 daemons/controld/controld_te_actions.c     int target_rc = get_target_rc(action);
target_rc         281 daemons/controld/controld_te_actions.c     op = synthesize_timeout_event(action, target_rc);
target_rc         282 daemons/controld/controld_te_actions.c     pcmk__create_history_xml(rsc, op, CRM_FEATURE_SET, target_rc, target,
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         220 include/crm/common/internal.h char *pcmk__transition_key(int transition_id, int action_id, int target_rc,
target_rc          67 include/crm/common/util.h                                int *action_id, int *target_rc);
target_rc          70 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
target_rc          72 include/crm/common/util.h gboolean did_rsc_op_fail(lrmd_event_data_t *event, int target_rc);
target_rc          43 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         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         286 lib/pacemaker/libpacemaker_private.h                                     lrmd_event_data_t *op, int target_rc);
target_rc         202 lib/pacemaker/pcmk_injections.c                            int target_rc)
target_rc         205 lib/pacemaker/pcmk_injections.c                                     target_rc, NULL, crm_system_name);
target_rc         900 lib/pacemaker/pcmk_sched_actions.c                          const char *caller_version, int target_rc,
target_rc         957 lib/pacemaker/pcmk_sched_actions.c     } else if (did_rsc_op_fail(op, target_rc)) {
target_rc         982 lib/pacemaker/pcmk_sched_actions.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        3162 lib/pengine/unpack.c                 int target_rc, int *rc, int *status) {
target_rc        3212 lib/pengine/unpack.c     if (target_rc < 0) {
target_rc        3225 lib/pengine/unpack.c     } else if (target_rc != *rc) {
target_rc        3229 lib/pengine/unpack.c                      target_rc, services_ocf_exitcode_str(target_rc),
target_rc        3236 lib/pengine/unpack.c             if (is_probe && (target_rc == PCMK_OCF_NOT_RUNNING)) {
target_rc        3245 lib/pengine/unpack.c             if (is_probe || (target_rc == *rc)
target_rc        3258 lib/pengine/unpack.c             if (is_probe && (*rc != target_rc)) {
target_rc        3555 lib/pengine/unpack.c     int target_rc = 0;
target_rc        3561 lib/pengine/unpack.c     decode_transition_key(key, NULL, NULL, NULL, &target_rc);
target_rc        3562 lib/pengine/unpack.c     return target_rc;
target_rc        3682 lib/pengine/unpack.c     int target_rc = 0;
target_rc        3696 lib/pengine/unpack.c     target_rc = pe__target_rc_from_xml(xml_op);
target_rc        3750 lib/pengine/unpack.c     old_target_rc = target_rc;
target_rc        3752 lib/pengine/unpack.c     remap_operation(xml_op, rsc, node, data_set, on_fail, target_rc,
target_rc        3764 lib/pengine/unpack.c     } else if (expired && (rc != target_rc)) {
target_rc        3770 lib/pengine/unpack.c                        task_key, node->details->uname, rc, target_rc, magic);
target_rc        3786 lib/pengine/unpack.c                        task_key, node->details->uname, rc, target_rc, magic);
target_rc        3795 lib/pengine/unpack.c         update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure,
target_rc        3911 lib/pengine/unpack.c         update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure,
target_rc        1652 tools/crm_mon.c send_custom_trap(const char *node, const char *rsc, const char *task, int target_rc, int rc,
target_rc        1660 tools/crm_mon.c     char *target_rc_s = pcmk__itoa(target_rc);
target_rc        1699 tools/crm_mon.c     int target_rc = -1;
target_rc        1735 tools/crm_mon.c                                  &target_rc)) {
target_rc        1770 tools/crm_mon.c     if ((status == PCMK_EXEC_DONE) && (target_rc == rc)) {
target_rc        1786 tools/crm_mon.c         send_custom_trap(node, rsc, task, target_rc, rc, status, desc);