op_status         200 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_CANCELLED) {
op_status         209 daemons/controld/controld_execd.c                       op->op_status);
op_status         724 daemons/controld/controld_execd.c     if ((op->op_status != PCMK_EXEC_DONE) || (op->rc != target_rc)
op_status        1379 daemons/controld/controld_execd.c fake_op_status(lrm_state_t *lrm_state, lrmd_event_data_t *op, int op_status,
op_status        1385 daemons/controld/controld_execd.c     lrmd__set_result(op, op_exitcode, op_status, exit_reason);
op_status        1442 daemons/controld/controld_execd.c                         int op_status, enum ocf_exitcode rc,
op_status        1469 daemons/controld/controld_execd.c         fake_op_status(lrm_state, op, op_status, rc, exit_reason);
op_status        2643 daemons/controld/controld_execd.c     switch (op->op_status) {
op_status        2652 daemons/controld/controld_execd.c                                    pcmk_exec_status_str(op->op_status),
op_status        2661 daemons/controld/controld_execd.c                                    pcmk_exec_status_str(op->op_status));
op_status        2665 daemons/controld/controld_execd.c         && ((op->op_status != PCMK_EXEC_DONE) || (op->rc != PCMK_OCF_OK))) {
op_status        2675 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_DONE) {
op_status        2714 daemons/controld/controld_execd.c         switch (op->op_status) {
op_status        2767 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_ERROR) {
op_status        2774 daemons/controld/controld_execd.c                 op->op_status = PCMK_EXEC_DONE;
op_status        2782 daemons/controld/controld_execd.c     if (op->op_status != PCMK_EXEC_CANCELLED) {
op_status        2880 daemons/controld/controld_execd.c                              || (op->op_status == PCMK_EXEC_CANCELLED))) {
op_status         154 daemons/controld/controld_fsa.c                    input->op_status, (char *)input->user_data);
op_status         541 daemons/controld/controld_remote_ra.c               pcmk_exec_status_str(op->op_status), op->op_status);
op_status         173 daemons/execd/cts-exec-helper.c              pcmk_exec_status_str(event->op_status));                   \
op_status         195 daemons/execd/cts-exec-helper.c         if (event->op_status == 0 && event->rc == 0) {
op_status         200 daemons/execd/cts-exec-helper.c                                 pcmk_exec_status_str(event->op_status)));
op_status          70 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
op_status         225 include/crm/lrmd.h     int op_status;
op_status          39 include/crm/lrmd_internal.h                       int op_status, const char *exit_reason);
op_status          61 include/crm/services_compat.h services_lrm_status_str(enum op_status status)
op_status         256 lib/common/operations.c                         int *op_status, int *op_rc, int *target_rc)
op_status         282 lib/common/operations.c         if (op_status) {
op_status         283 lib/common/operations.c             *op_status = local_op_status;
op_status         439 lib/common/operations.c     switch (op->op_status) {
op_status         374 lib/lrmd/lrmd_alerts.c     params = alert_key2param_int(params, PCMK__alert_key_status, op->op_status);
op_status         380 lib/lrmd/lrmd_alerts.c     if ((op->op_status == PCMK_EXEC_TIMEOUT) && (op->exec_time == 0)) {
op_status         388 lib/lrmd/lrmd_alerts.c     if (op->op_status == PCMK_EXEC_DONE) {
op_status         393 lib/lrmd/lrmd_alerts.c                                  pcmk_exec_status_str(op->op_status));
op_status         223 lib/lrmd/lrmd_client.c     copy->op_status = event->op_status;
op_status         294 lib/lrmd/lrmd_client.c         crm_element_value_int(msg, F_LRMD_OP_STATUS, &event.op_status);
op_status         312 lib/lrmd/lrmd_client.c         lrmd__set_result(&event, event.rc, event.op_status,
op_status        2356 lib/lrmd/lrmd_client.c lrmd__set_result(lrmd_event_data_t *event, enum ocf_exitcode rc, int op_status,
op_status        2364 lib/lrmd/lrmd_client.c     event->op_status = op_status;
op_status         932 lib/pacemaker/pcmk_sched_actions.c         if (op->op_status == PCMK_EXEC_DONE) {
op_status         948 lib/pacemaker/pcmk_sched_actions.c         if (op->op_status != PCMK_EXEC_PENDING) {
op_status         988 lib/pacemaker/pcmk_sched_actions.c         magic = crm_strdup_printf("%d:%d;%s", op->op_status, op->rc,
op_status        1004 lib/pacemaker/pcmk_sched_actions.c     crm_xml_add_int(xml_op, XML_LRM_ATTR_OPSTATUS, op->op_status);