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 1031 daemons/controld/controld_execd.c lrmd__set_result(op, op_exitcode, op_status, exit_reason); op_status 1097 daemons/controld/controld_execd.c int op_status, enum ocf_exitcode rc, op_status 1126 daemons/controld/controld_execd.c fake_op_status(lrm_state, op, op_status, rc, exit_reason); op_status 2160 daemons/controld/controld_execd.c switch (op->op_status) { op_status 2168 daemons/controld/controld_execd.c ": ", pcmk_exec_status_str(op->op_status), " after ", op_status 2191 daemons/controld/controld_execd.c pcmk__g_strcat(str, ": ", pcmk_exec_status_str(op->op_status), op_status 2196 daemons/controld/controld_execd.c && ((op->op_status != PCMK_EXEC_DONE) || (op->rc != PCMK_OCF_OK))) { op_status 2204 daemons/controld/controld_execd.c if (op->op_status == PCMK_EXEC_DONE) { op_status 2242 daemons/controld/controld_execd.c switch (op->op_status) { op_status 2296 daemons/controld/controld_execd.c if (op->op_status == PCMK_EXEC_ERROR) { op_status 2303 daemons/controld/controld_execd.c op->op_status = PCMK_EXEC_DONE; op_status 2311 daemons/controld/controld_execd.c if (op->op_status != PCMK_EXEC_CANCELLED) { op_status 2407 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 645 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 364 lib/common/actions.c int *op_status, int *op_rc, int *target_rc) op_status 390 lib/common/actions.c if (op_status) { op_status 391 lib/common/actions.c *op_status = local_op_status; op_status 486 lib/common/actions.c switch (op->op_status) { op_status 247 lib/common/ipc_pacemakerd.c const char *op_status = crm_element_value(msg_data, PCMK__XA_OP_STATUS); op_status 250 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 231 lib/lrmd/lrmd_client.c copy->op_status = event->op_status; op_status 309 lib/lrmd/lrmd_client.c &event.op_status); op_status 334 lib/lrmd/lrmd_client.c lrmd__set_result(&event, event.rc, event.op_status, op_status 2562 lib/lrmd/lrmd_client.c lrmd__set_result(lrmd_event_data_t *event, enum ocf_exitcode rc, int op_status, op_status 2570 lib/lrmd/lrmd_client.c event->op_status = op_status; op_status 1153 lib/pacemaker/pcmk_sched_actions.c if (op->op_status == PCMK_EXEC_DONE) { op_status 1169 lib/pacemaker/pcmk_sched_actions.c if (op->op_status != PCMK_EXEC_PENDING) { op_status 1219 lib/pacemaker/pcmk_sched_actions.c magic = crm_strdup_printf("%d:%d;%s", op->op_status, op->rc, op_status 1235 lib/pacemaker/pcmk_sched_actions.c crm_xml_add_int(xml_op, PCMK__XA_OP_STATUS, op->op_status);