op_status         224 crmd/lrm.c         if (op->op_status == PCMK_LRM_OP_CANCELLED) {
op_status         232 crmd/lrm.c                           op->rc, op->op_status);
op_status         300 crmd/lrm.c         op->op_status = PCMK_LRM_OP_DONE;
op_status         892 crmd/lrm.c             op->op_status = PCMK_LRM_OP_DONE;
op_status         895 crmd/lrm.c             op->op_status = PCMK_LRM_OP_ERROR;
op_status        1433 crmd/lrm.c             op->op_status = PCMK_LRM_OP_DONE;
op_status        1437 crmd/lrm.c             op->op_status = PCMK_LRM_OP_ERROR;
op_status        1553 crmd/lrm.c             op->op_status = PCMK_LRM_OP_DONE;
op_status        1571 crmd/lrm.c                 op->op_status = PCMK_LRM_OP_DONE;
op_status        1770 crmd/lrm.c                     op->op_status = PCMK_LRM_OP_ERROR;
op_status        1817 crmd/lrm.c         op->op_status = PCMK_LRM_OP_PENDING;
op_status        2086 crmd/lrm.c         op->op_status = PCMK_LRM_OP_PENDING;
op_status        2179 crmd/lrm.c             op->op_status = PCMK_LRM_OP_ERROR;
op_status        2219 crmd/lrm.c             op->op_status = PCMK_LRM_OP_DONE;
op_status        2254 crmd/lrm.c                 op->op_status = PCMK_LRM_OP_DONE;
op_status        2445 crmd/lrm.c         if (op->op_status == PCMK_LRM_OP_ERROR) {
op_status        2452 crmd/lrm.c                     op->op_status = PCMK_LRM_OP_DONE;
op_status        2460 crmd/lrm.c         if (op->op_status != PCMK_LRM_OP_CANCELLED) {
op_status        2509 crmd/lrm.c         } else if(op->interval != 0 && op->op_status == PCMK_LRM_OP_CANCELLED) {
op_status        2514 crmd/lrm.c         switch (op->op_status) {
op_status        2520 crmd/lrm.c                          services_lrm_status_str(op->op_status),
op_status        2540 crmd/lrm.c                         services_lrm_status_str(op->op_status),
op_status        2549 crmd/lrm.c                         services_lrm_status_str(op->op_status), op->call_id, op_key,
op_status        2550 crmd/lrm.c                         (removed? "true" : "false"), op->op_status, update_id);
op_status          91 crmd/lrm_state.c     event.op_status = PCMK_LRM_OP_ERROR;
op_status          65 crmd/misc.c                       input->op_status, (char *)input->user_data);
op_status          64 crmd/remote_lrmd_ra.c     int op_status;
op_status         361 crmd/remote_lrmd_ra.c     op.op_status = cmd->op_status;
op_status         428 crmd/remote_lrmd_ra.c         cmd->op_status = PCMK_LRM_OP_ERROR;
op_status         471 crmd/remote_lrmd_ra.c     cmd->op_status = PCMK_LRM_OP_TIMEOUT;
op_status         509 crmd/remote_lrmd_ra.c     op.op_status = PCMK_LRM_OP_DONE;
op_status         528 crmd/remote_lrmd_ra.c               services_ocf_exitcode_str(op->rc), services_lrm_status_str(op->op_status));
op_status         599 crmd/remote_lrmd_ra.c                 cmd->op_status = PCMK_LRM_OP_ERROR;
op_status         611 crmd/remote_lrmd_ra.c                 cmd->op_status = PCMK_LRM_OP_TIMEOUT;
op_status         618 crmd/remote_lrmd_ra.c             cmd->op_status = PCMK_LRM_OP_DONE;
op_status         638 crmd/remote_lrmd_ra.c             cmd->op_status = PCMK_LRM_OP_DONE;
op_status         656 crmd/remote_lrmd_ra.c             cmd->op_status = PCMK_LRM_OP_ERROR;
op_status         712 crmd/remote_lrmd_ra.c         cmd->op_status = PCMK_LRM_OP_DONE;
op_status         774 crmd/remote_lrmd_ra.c                 cmd->op_status = PCMK_LRM_OP_ERROR;
op_status         784 crmd/remote_lrmd_ra.c                     cmd->op_status = PCMK_LRM_OP_ERROR;
op_status         788 crmd/remote_lrmd_ra.c                 cmd->op_status = PCMK_LRM_OP_DONE;
op_status         819 crmd/remote_lrmd_ra.c             cmd->op_status = PCMK_LRM_OP_DONE;
op_status         824 crmd/remote_lrmd_ra.c             cmd->op_status = PCMK_LRM_OP_DONE;
op_status         933 crmd/remote_lrmd_ra.c         cmd->op_status = PCMK_LRM_OP_ERROR;
op_status         265 crmd/te_events.c match_graph_event(crm_action_t *action, xmlNode *event, int op_status,
op_status         273 crmd/te_events.c     op_status = status_from_rc(action, op_status, op_rc, target_rc);
op_status         276 crmd/te_events.c     switch (op_status) {
op_status         299 crmd/te_events.c             crm_err("Unsupported action result: %d", op_status);
op_status          47 crmd/tengine.h extern const char *get_rsc_state(const char *task, enum op_status status);
op_status         128 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
op_status         229 include/crm/lrmd.h     int op_status;
op_status         322 include/crm/services.h     static inline const char *services_lrm_status_str(enum op_status status) {
op_status         149 include/crm_internal.h char *generate_transition_magic_v202(const char *transition_key, int op_status);
op_status         150 include/crm_internal.h char *generate_transition_magic(const char *transition_key, int op_status, int op_rc);
op_status         140 lib/common/operations.c generate_transition_magic_v202(const char *transition_key, int op_status)
op_status         151 lib/common/operations.c         snprintf(fail_state, len, "%d:%s", op_status, transition_key);
op_status         157 lib/common/operations.c generate_transition_magic(const char *transition_key, int op_status, int op_rc)
op_status         168 lib/common/operations.c         snprintf(fail_state, len, "%d:%d;%s", op_status, op_rc, transition_key);
op_status         175 lib/common/operations.c                         int *op_status, int *op_rc, int *target_rc)
op_status         183 lib/common/operations.c     CRM_CHECK(op_status != NULL, return FALSE);
op_status         186 lib/common/operations.c     res = sscanf(magic, "%d:%d;%s", op_status, op_rc, key);
op_status         406 lib/common/operations.c     switch (op->op_status) {
op_status         474 lib/common/operations.c                origin, op->rsc_id, op->op_type, services_lrm_status_str(op->op_status),
op_status         484 lib/common/operations.c         if (op->op_status == PCMK_LRM_OP_DONE) {
op_status         492 lib/common/operations.c         if (op->op_status == PCMK_LRM_OP_DONE) {
op_status         499 lib/common/operations.c                && op->op_status == PCMK_LRM_OP_DONE
op_status         517 lib/common/operations.c         op->op_status = PCMK_LRM_OP_DONE;
op_status         550 lib/common/operations.c         magic = generate_transition_magic(op->user_data, op->op_status, op->rc);
op_status         565 lib/common/operations.c     crm_xml_add_int(xml_op, XML_LRM_ATTR_OPSTATUS, op->op_status);
op_status         355 lib/lrmd/lrmd_alerts.c     params = alert_key2param_int(params, CRM_alert_status, op->op_status);
op_status         358 lib/lrmd/lrmd_alerts.c     if (op->op_status == PCMK_LRM_OP_DONE) {
op_status         361 lib/lrmd/lrmd_alerts.c         params = alert_key2param(params, CRM_alert_desc, services_lrm_status_str(op->op_status));
op_status         264 lib/lrmd/lrmd_client.c         crm_element_value_int(msg, F_LRMD_OP_STATUS, &event.op_status);
op_status         320 lib/transition/unpack.c     op->op_status = status;
op_status         114 lrmd/test.c                 services_lrm_status_str(event->op_status));                \
op_status         136 lrmd/test.c            if (event->op_status == 0 && event->rc == 0) {
op_status         140 lrmd/test.c                                    event->rc, services_lrm_status_str(event->op_status)));
op_status         157 tools/fake_transition.c     op->op_status = 0;