op_type 758 daemons/controld/controld_cib.c || !crm_op_needs_metadata(rsc->standard, op->op_type)) { op_type 761 daemons/controld/controld_cib.c op->op_type, op->rsc_id, op->params, rsc); op_type 769 daemons/controld/controld_cib.c op->rsc_id, op->op_type, op->interval_ms, node_name); op_type 813 daemons/controld/controld_cib.c if ((op->op_type == NULL) || (op->params == NULL) op_type 814 daemons/controld/controld_cib.c || !controld_action_is_recordable(op->op_type)) { op_type 831 daemons/controld/controld_cib.c pcmk__readable_interval(op->interval_ms), op->op_type, op->rsc_id, op_type 866 daemons/controld/controld_cib.c if (!strcmp(op->op_type, RSC_STOP) && (op->rc == PCMK_OCF_OK)) { op_type 869 daemons/controld/controld_cib.c if (!strcmp(op->op_type, RSC_STATUS) && (op->rc == PCMK_OCF_NOT_RUNNING)) { op_type 1037 daemons/controld/controld_cib.c char *op_id = pcmk__op_key(op->rsc_id, op->op_type, op->interval_ms); op_type 1045 daemons/controld/controld_cib.c op->rsc_id, op->op_type, op->interval_ms, op->call_id); op_type 106 daemons/controld/controld_execd.c && pcmk__str_eq(op->op_type, existing->op_type, pcmk__str_casei)) { op_type 168 daemons/controld/controld_execd.c crm_debug("Purged history for '%s' after %s", op->rsc_id, op->op_type); op_type 174 daemons/controld/controld_execd.c if (pcmk__str_eq(op->op_type, RSC_NOTIFY, pcmk__str_casei)) { op_type 178 daemons/controld/controld_execd.c crm_debug("Updating history for '%s' with %s op", op->rsc_id, op->op_type); op_type 201 daemons/controld/controld_execd.c op->rsc_id, op->op_type, op->interval_ms); op_type 206 daemons/controld/controld_execd.c op->rsc_id, op->op_type, op->interval_ms, op->rc, op_type 225 daemons/controld/controld_execd.c if (op->params && pcmk__strcase_any_of(op->op_type, CRMD_ACTION_START, op_type 243 daemons/controld/controld_execd.c op->rsc_id, op->op_type, op->interval_ms); op_type 246 daemons/controld/controld_execd.c } else if (entry->recurring_op_list && !pcmk__str_eq(op->op_type, RSC_STATUS, pcmk__str_casei)) { op_type 249 daemons/controld/controld_execd.c op->op_type, op->interval_ms); op_type 511 daemons/controld/controld_execd.c crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type, op_type 513 daemons/controld/controld_execd.c if (entry->last->rc == PCMK_OCF_OK && pcmk__str_eq(entry->last->op_type, CRMD_ACTION_STOP, pcmk__str_casei)) { op_type 517 daemons/controld/controld_execd.c && pcmk__str_eq(entry->last->op_type, CRMD_ACTION_MIGRATE, pcmk__str_casei)) { op_type 751 daemons/controld/controld_execd.c return (pcmk__str_eq(op, entry->failed->op_type, pcmk__str_casei) op_type 824 daemons/controld/controld_execd.c rc = lrm_state_cancel(lrm_state, pending->rsc_id, pending->op_type, op_type 1127 daemons/controld/controld_execd.c op->rsc_id, op->op_type, op->interval_ms, op->rc, target_node); op_type 1768 daemons/controld/controld_execd.c op->rsc_id, op->op_type, op->interval_ms, op->user_data, op_type 1971 daemons/controld/controld_execd.c crm_action_str(op->op_type, op->interval_ms), rsc->id, lrm_state->node_name, op_type 1992 daemons/controld/controld_execd.c op_id = pcmk__op_key(rsc->id, op->op_type, op->interval_ms); op_type 1999 daemons/controld/controld_execd.c rc = controld_execute_resource_agent(lrm_state, rsc->id, op->op_type, op_type 2015 daemons/controld/controld_execd.c pending->op_type = strdup(operation); op_type 2095 daemons/controld/controld_execd.c const char * op_type, guint interval_ms) op_type 2101 daemons/controld/controld_execd.c CRM_CHECK(op_type != NULL, return FALSE); op_type 2109 daemons/controld/controld_execd.c && pcmk__str_eq(entry->failed->op_type, op_type, pcmk__str_casei) op_type 2134 daemons/controld/controld_execd.c "Result of ", crm_action_str(op->op_type, op->interval_ms), op_type 2197 daemons/controld/controld_execd.c op->rsc_id, op->op_type, op_type 2238 daemons/controld/controld_execd.c op_key = pcmk__op_key(op->rsc_id, op->op_type, op->interval_ms); op_type 2298 daemons/controld/controld_execd.c if (controld_action_is_recordable(op->op_type)) { op_type 2358 daemons/controld/controld_execd.c pending->op_type, pending->interval_ms)) { op_type 2404 daemons/controld/controld_execd.c if (!pcmk__str_eq(op->op_type, RSC_METADATA, pcmk__str_casei)) { op_type 54 daemons/controld/controld_execd_state.c free(op->op_type); op_type 70 daemons/controld/controld_execd_state.c op->rsc_id, op->op_type, op->interval_ms, op_type 75 daemons/controld/controld_execd_state.c event.op_type = op->op_type; op_type 50 daemons/controld/controld_lrm.h char *op_type; op_type 449 daemons/controld/controld_remote_ra.c op.op_type = cmd->action; op_type 594 daemons/controld/controld_remote_ra.c synthesize_lrmd_success(lrm_state_t *lrm_state, const char *rsc_id, const char *op_type) op_type 606 daemons/controld/controld_remote_ra.c op.op_type = op_type; op_type 624 daemons/controld/controld_remote_ra.c (op->op_type? op->op_type : ""), (op->op_type? " " : ""), op_type 181 daemons/execd/cts-exec-helper.c event->op_type ? event->op_type : "none", \ op_type 172 include/crm/common/internal.h char *pcmk__op_key(const char *rsc_id, const char *op_type, guint interval_ms); op_type 174 include/crm/common/internal.h const char *op_type); op_type 63 include/crm/common/util.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type, op_type 223 include/crm/lrmd.h const char *op_type; op_type 42 lib/common/operations.c pcmk__op_key(const char *rsc_id, const char *op_type, guint interval_ms) op_type 45 lib/common/operations.c CRM_ASSERT(op_type != NULL); op_type 46 lib/common/operations.c return crm_strdup_printf(PCMK__OP_FMT, rsc_id, op_type, interval_ms); op_type 96 lib/common/operations.c parse_op_key(const char *key, char **rsc_id, char **op_type, guint *interval_ms) op_type 126 lib/common/operations.c if (op_type) { op_type 127 lib/common/operations.c *op_type = NULL; op_type 171 lib/common/operations.c if (op_type != NULL) { op_type 172 lib/common/operations.c *op_type = strndup(key + action_underbar + 1, op_type 174 lib/common/operations.c CRM_ASSERT(*op_type != NULL); op_type 184 lib/common/operations.c const char *op_type) op_type 187 lib/common/operations.c CRM_CHECK(op_type != NULL, return NULL); op_type 190 lib/common/operations.c rsc_id, notify_type, op_type); op_type 358 lib/lrmd/lrmd_alerts.c && pcmk__str_eq(op->op_type, RSC_STATUS, pcmk__str_casei)) { op_type 370 lib/lrmd/lrmd_alerts.c params = alert_key2param(params, PCMK__alert_key_task, op->op_type); op_type 201 lib/lrmd/lrmd_client.c pcmk__str_update((char **) &event->op_type, task); op_type 215 lib/lrmd/lrmd_client.c pcmk__str_update((char **) ©->op_type, event->op_type); op_type 250 lib/lrmd/lrmd_client.c free((void *) event->op_type); op_type 306 lib/lrmd/lrmd_client.c event.op_type = crm_element_value(msg, F_LRMD_RSC_ACTION); op_type 1125 lib/pacemaker/pcmk_sched_actions.c pcmk__readable_interval(op->interval_ms), op->op_type, op->rsc_id, op_type 1128 lib/pacemaker/pcmk_sched_actions.c task = op->op_type; op_type 1169 lib/pacemaker/pcmk_sched_actions.c } else if (pcmk__str_any_of(op->op_type, CRMD_ACTION_MIGRATE, op_type 1196 lib/pacemaker/pcmk_sched_actions.c " %d from %s", op->rsc_id, op->op_type, op->interval_ms, op_type 1227 lib/pacemaker/pcmk_sched_actions.c op->rsc_id, op->op_type, op->interval_ms, op_type 1244 lib/pacemaker/pcmk_sched_actions.c if (pcmk__str_any_of(op->op_type, CRMD_ACTION_MIGRATE, CRMD_ACTION_MIGRATED, NULL)) { op_type 1302 lib/pacemaker/pcmk_sched_ordering.c char *op_type = NULL; op_type 1305 lib/pacemaker/pcmk_sched_ordering.c parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms); op_type 1306 lib/pacemaker/pcmk_sched_ordering.c key = pcmk__op_key(first_rsc->id, op_type, interval_ms); op_type 1309 lib/pacemaker/pcmk_sched_ordering.c && pcmk__str_eq(op_type, RSC_STOP, pcmk__str_casei)) { op_type 1316 lib/pacemaker/pcmk_sched_ordering.c && pcmk__str_eq(op_type, RSC_DEMOTE, pcmk__str_casei)) { op_type 1326 lib/pacemaker/pcmk_sched_ordering.c first_action = custom_action(first_rsc, key, op_type, NULL, TRUE, op_type 1331 lib/pacemaker/pcmk_sched_ordering.c free(op_type); op_type 583 lib/pacemaker/pcmk_simulate.c out->message(out, "inject-rsc-action", resource, op->op_type, node, op_type 594 lib/pacemaker/pcmk_simulate.c key = crm_strdup_printf(PCMK__OP_FMT "@%s=", resource, op->op_type, op_type 606 lib/pacemaker/pcmk_simulate.c op->op_type, op->interval_ms, node); op_type 629 lib/pacemaker/pcmk_simulate.c pcmk__inject_failcount(out, cib_node, match_name, op->op_type,