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         727 daemons/controld/controld_execd.c     if ((op->op_status != PCMK_EXEC_DONE) || (op->rc != target_rc)
op_status        1383 daemons/controld/controld_execd.c fake_op_status(lrm_state_t *lrm_state, lrmd_event_data_t *op, int op_status,
op_status        1389 daemons/controld/controld_execd.c     lrmd__set_result(op, op_exitcode, op_status, exit_reason);
op_status        1448 daemons/controld/controld_execd.c                         int op_status, enum ocf_exitcode rc,
op_status        1475 daemons/controld/controld_execd.c         fake_op_status(lrm_state, op, op_status, rc, exit_reason);
op_status        2648 daemons/controld/controld_execd.c     switch (op->op_status) {
op_status        2657 daemons/controld/controld_execd.c                                    pcmk_exec_status_str(op->op_status),
op_status        2666 daemons/controld/controld_execd.c                                    pcmk_exec_status_str(op->op_status));
op_status        2670 daemons/controld/controld_execd.c         && ((op->op_status != PCMK_EXEC_DONE) || (op->rc != PCMK_OCF_OK))) {
op_status        2680 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_DONE) {
op_status        2720 daemons/controld/controld_execd.c         switch (op->op_status) {
op_status        2773 daemons/controld/controld_execd.c     if (op->op_status == PCMK_EXEC_ERROR) {
op_status        2780 daemons/controld/controld_execd.c                 op->op_status = PCMK_EXEC_DONE;
op_status        2788 daemons/controld/controld_execd.c     if (op->op_status != PCMK_EXEC_CANCELLED) {
op_status        2886 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         536 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          66 include/crm/common/util.h                                  int *op_status, int *op_rc, int *target_rc);
op_status         224 include/crm/lrmd.h     int op_status;
op_status          39 include/crm/lrmd_internal.h                       int op_status, const char *exit_reason);
op_status          58 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         293 lib/lrmd/lrmd_client.c         crm_element_value_int(msg, F_LRMD_OP_STATUS, &event.op_status);
op_status        2363 lib/lrmd/lrmd_client.c lrmd__set_result(lrmd_event_data_t *event, enum ocf_exitcode rc, int op_status,
op_status        2371 lib/lrmd/lrmd_client.c     event->op_status = op_status;
op_status         501 lib/pacemaker/pcmk_sched_utils.c generate_transition_magic(const char *transition_key, int op_status, int op_rc)
op_status         504 lib/pacemaker/pcmk_sched_utils.c     return crm_strdup_printf("%d:%d;%s", op_status, op_rc, transition_key);
op_status         577 lib/pacemaker/pcmk_sched_utils.c                pcmk_exec_status_str(op->op_status), op->interval_ms);
op_status         594 lib/pacemaker/pcmk_sched_utils.c         if (op->op_status == PCMK_EXEC_DONE) {
op_status         610 lib/pacemaker/pcmk_sched_utils.c         if (op->op_status != PCMK_EXEC_PENDING) {
op_status         650 lib/pacemaker/pcmk_sched_utils.c         magic = generate_transition_magic(op->user_data, op->op_status, op->rc);
op_status         665 lib/pacemaker/pcmk_sched_utils.c     crm_xml_add_int(xml_op, XML_LRM_ATTR_OPSTATUS, op->op_status);