target_rc         168 daemons/controld/controld_execd.c     int target_rc = 0;
target_rc         201 daemons/controld/controld_execd.c     target_rc = rsc_op_expected_rc(op);
target_rc         214 daemons/controld/controld_execd.c     } else if (did_rsc_op_fail(op, target_rc)) {
target_rc         688 daemons/controld/controld_execd.c     int target_rc = 0;
target_rc         698 daemons/controld/controld_execd.c     target_rc = rsc_op_expected_rc(op);
target_rc         703 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 = PCMK_OCF_OK;
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             lrmd__set_result(op, target_rc, PCMK_EXEC_DONE, NULL);
target_rc         210 daemons/controld/controld_te_actions.c synthesize_timeout_event(const pcmk__graph_action_t *action, int target_rc)
target_rc         235 daemons/controld/controld_te_actions.c                                          target_rc, te_uuid);
target_rc         256 daemons/controld/controld_te_actions.c     int target_rc = get_target_rc(action);
target_rc         293 daemons/controld/controld_te_actions.c     pcmk__create_history_xml(rsc, op, CRM_FEATURE_SET, target_rc, target,
target_rc         313 daemons/controld/controld_te_actions.c     int target_rc = get_target_rc(action);
target_rc         318 daemons/controld/controld_te_actions.c     op = synthesize_timeout_event(action, target_rc);
target_rc         117 daemons/controld/controld_te_events.c                  int target_rc, gboolean do_update, gboolean ignore_failures)
target_rc         130 daemons/controld/controld_te_events.c     if (rc == target_rc) {
target_rc         369 daemons/controld/controld_te_events.c     int target_rc = -1;         // Expected result
target_rc         405 daemons/controld/controld_te_events.c                               &action_num, &target_rc) == FALSE) {
target_rc         482 daemons/controld/controld_te_events.c             } else if (rc != target_rc) {
target_rc         510 daemons/controld/controld_te_events.c     } else if (desc && update_failcount(event, event_node, rc, target_rc,
target_rc         515 daemons/controld/controld_te_events.c                    services_ocf_exitcode_str(target_rc),
target_rc         517 daemons/controld/controld_te_events.c                    target_rc, rc, callid, desc);
target_rc         523 daemons/controld/controld_te_events.c                  desc, rc, target_rc, callid);
target_rc         525 daemons/controld/controld_te_events.c     } else if (rc == target_rc) {
target_rc         532 daemons/controld/controld_te_events.c         update_failcount(event, event_node, rc, target_rc,
target_rc         537 daemons/controld/controld_te_events.c                    services_ocf_exitcode_str(target_rc),
target_rc         539 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          66 include/crm/common/util.h                                int *action_id, int *target_rc);
target_rc          69 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
target_rc          71 include/crm/common/util.h gboolean did_rsc_op_fail(lrmd_event_data_t *event, int target_rc);
target_rc          44 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         347 lib/lrmd/lrmd_alerts.c     int target_rc = pcmk_ok;
target_rc         354 lib/lrmd/lrmd_alerts.c     target_rc = rsc_op_expected_rc(op);
target_rc         355 lib/lrmd/lrmd_alerts.c     if ((op->interval_ms == 0) && (target_rc == op->rc)
target_rc         371 lib/lrmd/lrmd_alerts.c     params = alert_key2param_int(params, PCMK__alert_key_target_rc, target_rc);
target_rc         700 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        1115 lib/pacemaker/pcmk_sched_actions.c                          const char *caller_version, int target_rc,
target_rc        1179 lib/pacemaker/pcmk_sched_actions.c     } else if (did_rsc_op_fail(op, target_rc)) {
target_rc        1204 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        2582 lib/pengine/unpack.c             int target_rc, pe_working_set_t *data_set)
target_rc        2616 lib/pengine/unpack.c     if (xml && target_rc >= 0) {
target_rc        2622 lib/pengine/unpack.c         if ((rc != target_rc) || (status != PCMK_EXEC_DONE)) {
target_rc        3402 lib/pengine/unpack.c                 int target_rc, int *rc, int *status) {
target_rc        3452 lib/pengine/unpack.c     if (target_rc < 0) {
target_rc        3465 lib/pengine/unpack.c     } else if (target_rc != *rc) {
target_rc        3469 lib/pengine/unpack.c                      target_rc, services_ocf_exitcode_str(target_rc),
target_rc        3476 lib/pengine/unpack.c             if (is_probe && (target_rc == PCMK_OCF_NOT_RUNNING)) {
target_rc        3485 lib/pengine/unpack.c             if (is_probe || (target_rc == *rc)
target_rc        3498 lib/pengine/unpack.c             if (is_probe && (*rc != target_rc)) {
target_rc        3788 lib/pengine/unpack.c     int target_rc = 0;
target_rc        3794 lib/pengine/unpack.c     decode_transition_key(key, NULL, NULL, NULL, &target_rc);
target_rc        3795 lib/pengine/unpack.c     return target_rc;
target_rc        3915 lib/pengine/unpack.c     int target_rc = 0;
target_rc        3929 lib/pengine/unpack.c     target_rc = pe__target_rc_from_xml(xml_op);
target_rc        3985 lib/pengine/unpack.c     old_target_rc = target_rc;
target_rc        3987 lib/pengine/unpack.c     remap_operation(xml_op, rsc, node, data_set, on_fail, target_rc,
target_rc        3999 lib/pengine/unpack.c     } else if (expired && (rc != target_rc)) {
target_rc        4005 lib/pengine/unpack.c                        task_key, pe__node_name(node), rc, target_rc, magic);
target_rc        4021 lib/pengine/unpack.c                        task_key, pe__node_name(node), rc, target_rc, magic);
target_rc        4031 lib/pengine/unpack.c         update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure,
target_rc        4147 lib/pengine/unpack.c         update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure,
target_rc        1655 tools/crm_mon.c send_custom_trap(const char *node, const char *rsc, const char *task, int target_rc, int rc,
target_rc        1663 tools/crm_mon.c     char *target_rc_s = pcmk__itoa(target_rc);
target_rc        1703 tools/crm_mon.c     int target_rc = -1;
target_rc        1734 tools/crm_mon.c                                  &target_rc)) {
target_rc        1769 tools/crm_mon.c     if ((status == PCMK_EXEC_DONE) && (target_rc == rc)) {
target_rc        1785 tools/crm_mon.c         send_custom_trap(node, rsc, task, target_rc, rc, status, desc);