op_status         193 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_CANCELLED) {
op_status         202 daemons/controld/controld_execd.c                       op->op_status);
op_status        1025 daemons/controld/controld_execd.c fake_op_status(lrm_state_t *lrm_state, lrmd_event_data_t *op, int op_status,
op_status        1032 daemons/controld/controld_execd.c     lrmd__set_result(op, op_exitcode, op_status, exit_reason);
op_status        1098 daemons/controld/controld_execd.c                         int op_status, enum ocf_exitcode rc,
op_status        1127 daemons/controld/controld_execd.c         fake_op_status(lrm_state, op, op_status, rc, exit_reason);
op_status        2161 daemons/controld/controld_execd.c     switch (op->op_status) {
op_status        2169 daemons/controld/controld_execd.c                            ": ", pcmk_exec_status_str(op->op_status), " after ",
op_status        2192 daemons/controld/controld_execd.c             pcmk__g_strcat(str, ": ", pcmk_exec_status_str(op->op_status),
op_status        2197 daemons/controld/controld_execd.c         && ((op->op_status != PCMK_EXEC_DONE) || (op->rc != PCMK_OCF_OK))) {
op_status        2205 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_DONE) {
op_status        2243 daemons/controld/controld_execd.c         switch (op->op_status) {
op_status        2297 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_ERROR) {
op_status        2304 daemons/controld/controld_execd.c                 op->op_status = PCMK_EXEC_DONE;
op_status        2312 daemons/controld/controld_execd.c     if (op->op_status != PCMK_EXEC_CANCELLED) {
op_status        2408 daemons/controld/controld_execd.c                              || (op->op_status == PCMK_EXEC_CANCELLED))) {
op_status         139 daemons/controld/controld_fsa.c                    input->op_status, (char *)input->user_data);
op_status         649 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         400 include/crm/common/actions.h                                  int *op_status, int *op_rc, int *target_rc);
op_status          66 include/crm/lrmd_events.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         363 lib/common/actions.c                         int *op_status, int *op_rc, int *target_rc)
op_status         389 lib/common/actions.c         if (op_status) {
op_status         390 lib/common/actions.c             *op_status = local_op_status;
op_status         485 lib/common/actions.c     switch (op->op_status) {
op_status         253 lib/common/ipc_pacemakerd.c         const char *op_status = crm_element_value(msg_data, PCMK__XA_OP_STATUS);
op_status         256 lib/common/ipc_pacemakerd.c         reply_data.data.shutdown.status = atoi(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         235 lib/lrmd/lrmd_client.c     copy->op_status = event->op_status;
op_status         316 lib/lrmd/lrmd_client.c                               &event.op_status);
op_status         343 lib/lrmd/lrmd_client.c         lrmd__set_result(&event, event.rc, event.op_status,
op_status        2667 lib/lrmd/lrmd_client.c lrmd__set_result(lrmd_event_data_t *event, enum ocf_exitcode rc, int op_status,
op_status        2675 lib/lrmd/lrmd_client.c     event->op_status = op_status;
op_status        1152 lib/pacemaker/pcmk_sched_actions.c         if (op->op_status == PCMK_EXEC_DONE) {
op_status        1168 lib/pacemaker/pcmk_sched_actions.c         if (op->op_status != PCMK_EXEC_PENDING) {
op_status        1218 lib/pacemaker/pcmk_sched_actions.c         magic = crm_strdup_printf("%d:%d;%s", op->op_status, op->rc,
op_status        1234 lib/pacemaker/pcmk_sched_actions.c     crm_xml_add_int(xml_op, PCMK__XA_OP_STATUS, op->op_status);