op_status         202 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_CANCELLED) {
op_status         211 daemons/controld/controld_execd.c                       op->op_status);
op_status        1372 daemons/controld/controld_execd.c fake_op_status(lrm_state_t *lrm_state, lrmd_event_data_t *op, int op_status,
op_status        1378 daemons/controld/controld_execd.c     lrmd__set_result(op, op_exitcode, op_status, exit_reason);
op_status        1435 daemons/controld/controld_execd.c                         int op_status, enum ocf_exitcode rc,
op_status        1462 daemons/controld/controld_execd.c         fake_op_status(lrm_state, op, op_status, rc, exit_reason);
op_status        2639 daemons/controld/controld_execd.c     switch (op->op_status) {
op_status        2647 daemons/controld/controld_execd.c                            ": ", pcmk_exec_status_str(op->op_status), " after ",
op_status        2655 daemons/controld/controld_execd.c             pcmk__g_strcat(str, ": ", pcmk_exec_status_str(op->op_status),
op_status        2660 daemons/controld/controld_execd.c         && ((op->op_status != PCMK_EXEC_DONE) || (op->rc != PCMK_OCF_OK))) {
op_status        2671 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_DONE) {
op_status        2710 daemons/controld/controld_execd.c         switch (op->op_status) {
op_status        2763 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_ERROR) {
op_status        2770 daemons/controld/controld_execd.c                 op->op_status = PCMK_EXEC_DONE;
op_status        2778 daemons/controld/controld_execd.c     if (op->op_status != PCMK_EXEC_CANCELLED) {
op_status        2876 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         183 daemons/execd/cts-exec-helper.c              pcmk_exec_status_str(event->op_status));                   \
op_status         205 daemons/execd/cts-exec-helper.c         if (event->op_status == 0 && event->rc == 0) {
op_status         209 daemons/execd/cts-exec-helper.c                          event->rc, pcmk_exec_status_str(event->op_status));
op_status          69 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
op_status         241 include/crm/lrmd.h     int op_status;
op_status          45 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         372 lib/lrmd/lrmd_alerts.c     params = alert_key2param_int(params, PCMK__alert_key_status, op->op_status);
op_status         378 lib/lrmd/lrmd_alerts.c     if ((op->op_status == PCMK_EXEC_TIMEOUT) && (op->exec_time == 0)) {
op_status         386 lib/lrmd/lrmd_alerts.c     if (op->op_status == PCMK_EXEC_DONE) {
op_status         391 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        2472 lib/lrmd/lrmd_client.c lrmd__set_result(lrmd_event_data_t *event, enum ocf_exitcode rc, int op_status,
op_status        2480 lib/lrmd/lrmd_client.c     event->op_status = op_status;
op_status        1147 lib/pacemaker/pcmk_sched_actions.c         if (op->op_status == PCMK_EXEC_DONE) {
op_status        1163 lib/pacemaker/pcmk_sched_actions.c         if (op->op_status != PCMK_EXEC_PENDING) {
op_status        1210 lib/pacemaker/pcmk_sched_actions.c         magic = crm_strdup_printf("%d:%d;%s", op->op_status, op->rc,
op_status        1226 lib/pacemaker/pcmk_sched_actions.c     crm_xml_add_int(xml_op, XML_LRM_ATTR_OPSTATUS, op->op_status);