op_type           684 daemons/controld/controld_cib.c         || !crm_op_needs_metadata(rsc->standard, op->op_type)) {
op_type           687 daemons/controld/controld_cib.c                   op->op_type, op->rsc_id, op->params, rsc);
op_type           695 daemons/controld/controld_cib.c                  op->rsc_id, op->op_type, op->interval_ms, node_name);
op_type           739 daemons/controld/controld_cib.c     if ((op->op_type == NULL) || (op->params == NULL)
op_type           740 daemons/controld/controld_cib.c         || !controld_action_is_recordable(op->op_type)) {
op_type           758 daemons/controld/controld_cib.c               pcmk__readable_interval(op->interval_ms), op->op_type, op->rsc_id,
op_type           800 daemons/controld/controld_cib.c     if (!strcmp(op->op_type, PCMK_ACTION_STOP) && (op->rc == PCMK_OCF_OK)) {
op_type           803 daemons/controld/controld_cib.c     if (!strcmp(op->op_type, PCMK_ACTION_MONITOR)
op_type           970 daemons/controld/controld_cib.c         char *op_id = pcmk__op_key(op->rsc_id, op->op_type, op->interval_ms);
op_type           978 daemons/controld/controld_cib.c               op->rsc_id, op->op_type, op->interval_ms, op->call_id);
op_type           101 daemons/controld/controld_execd.c             && pcmk__str_eq(op->op_type, existing->op_type, pcmk__str_casei)) {
op_type           163 daemons/controld/controld_execd.c         crm_debug("Purged history for '%s' after %s", op->rsc_id, op->op_type);
op_type           169 daemons/controld/controld_execd.c     if (pcmk__str_eq(op->op_type, PCMK_ACTION_NOTIFY, pcmk__str_casei)) {
op_type           173 daemons/controld/controld_execd.c     crm_debug("Updating history for '%s' with %s op", op->rsc_id, op->op_type);
op_type           196 daemons/controld/controld_execd.c                       op->rsc_id, op->op_type, op->interval_ms);
op_type           201 daemons/controld/controld_execd.c                       op->rsc_id, op->op_type, op->interval_ms, op->rc,
op_type           220 daemons/controld/controld_execd.c         if (op->params && pcmk__strcase_any_of(op->op_type, PCMK_ACTION_START,
op_type           238 daemons/controld/controld_execd.c                   op->rsc_id, op->op_type, op->interval_ms);
op_type           242 daemons/controld/controld_execd.c                 && !pcmk__str_eq(op->op_type, PCMK_ACTION_MONITOR,
op_type           246 daemons/controld/controld_execd.c                   op->op_type, op->interval_ms);
op_type           506 daemons/controld/controld_execd.c     crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type,
op_type           509 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->last->op_type, PCMK_ACTION_STOP,
op_type           514 daemons/controld/controld_execd.c                && pcmk__str_eq(entry->last->op_type, PCMK_ACTION_MIGRATE_TO,
op_type           752 daemons/controld/controld_execd.c     return (pcmk__str_eq(op, entry->failed->op_type, pcmk__str_casei)
op_type           825 daemons/controld/controld_execd.c     rc = lrm_state_cancel(lrm_state, pending->rsc_id, pending->op_type,
op_type          1131 daemons/controld/controld_execd.c              op->rsc_id, op->op_type, op->interval_ms, op->rc, target_node);
op_type          1786 daemons/controld/controld_execd.c               op->rsc_id, op->op_type, op->interval_ms, op->user_data,
op_type          1989 daemons/controld/controld_execd.c                pcmk__readable_action(op->op_type, op->interval_ms), rsc->id,
op_type          2011 daemons/controld/controld_execd.c     op_id = pcmk__op_key(rsc->id, op->op_type, op->interval_ms);
op_type          2018 daemons/controld/controld_execd.c     rc = controld_execute_resource_agent(lrm_state, rsc->id, op->op_type,
op_type          2034 daemons/controld/controld_execd.c         pending->op_type = pcmk__str_copy(operation);
op_type          2114 daemons/controld/controld_execd.c                     const char * op_type, guint interval_ms)
op_type          2120 daemons/controld/controld_execd.c     CRM_CHECK(op_type != NULL, return FALSE);
op_type          2128 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->failed->op_type, op_type, pcmk__str_casei)
op_type          2154 daemons/controld/controld_execd.c                    pcmk__readable_action(op->op_type, op->interval_ms),
op_type          2217 daemons/controld/controld_execd.c                                          op->rsc_id, op->op_type,
op_type          2258 daemons/controld/controld_execd.c     op_key = pcmk__op_key(op->rsc_id, op->op_type, op->interval_ms);
op_type          2319 daemons/controld/controld_execd.c         if (controld_action_is_recordable(op->op_type)) {
op_type          2379 daemons/controld/controld_execd.c                                 pending->op_type, pending->interval_ms)) {
op_type          2425 daemons/controld/controld_execd.c         if (!pcmk__str_eq(op->op_type, PCMK_ACTION_META_DATA,
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           466 daemons/controld/controld_remote_ra.c     op.op_type = cmd->action;
op_type           615 daemons/controld/controld_remote_ra.c synthesize_lrmd_success(lrm_state_t *lrm_state, const char *rsc_id, const char *op_type)
op_type           627 daemons/controld/controld_remote_ra.c     op.op_type = op_type;
op_type           646 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           394 include/crm/common/actions.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type,
op_type            96 include/crm/common/actions_internal.h char *pcmk__op_key(const char *rsc_id, const char *op_type, guint interval_ms);
op_type            98 include/crm/common/actions_internal.h                        const char *op_type);
op_type            43 include/crm/lrmd_events.h     const char *op_type;
op_type           196 lib/common/actions.c pcmk__op_key(const char *rsc_id, const char *op_type, guint interval_ms)
op_type           198 lib/common/actions.c     pcmk__assert((rsc_id != NULL) && (op_type != NULL));
op_type           199 lib/common/actions.c     return crm_strdup_printf(PCMK__OP_FMT, rsc_id, op_type, interval_ms);
op_type           249 lib/common/actions.c parse_op_key(const char *key, char **rsc_id, char **op_type, guint *interval_ms)
op_type           279 lib/common/actions.c     if (op_type) {
op_type           280 lib/common/actions.c         *op_type = NULL;
op_type           324 lib/common/actions.c     if (op_type != NULL) {
op_type           325 lib/common/actions.c         *op_type = strndup(key + action_underbar + 1,
op_type           327 lib/common/actions.c         pcmk__mem_assert(*op_type);
op_type           337 lib/common/actions.c                  const char *op_type)
op_type           340 lib/common/actions.c     CRM_CHECK(op_type != NULL, return NULL);
op_type           343 lib/common/actions.c                              rsc_id, notify_type, op_type);
op_type           358 lib/lrmd/lrmd_alerts.c         && pcmk__str_eq(op->op_type, PCMK_ACTION_MONITOR, pcmk__str_casei)) {
op_type           370 lib/lrmd/lrmd_alerts.c     params = alert_key2param(params, PCMK__alert_key_task, op->op_type);
op_type           207 lib/lrmd/lrmd_client.c     event->op_type = pcmk__str_copy(task);
op_type           223 lib/lrmd/lrmd_client.c     copy->op_type = pcmk__str_copy(event->op_type);
op_type           259 lib/lrmd/lrmd_client.c     free((void *) event->op_type);
op_type           336 lib/lrmd/lrmd_client.c         event.op_type = crm_element_value(msg, PCMK__XA_LRMD_RSC_ACTION);
op_type          1136 lib/pacemaker/pcmk_sched_actions.c               pcmk__readable_interval(op->interval_ms), op->op_type, op->rsc_id,
op_type          1139 lib/pacemaker/pcmk_sched_actions.c     task = op->op_type;
op_type          1180 lib/pacemaker/pcmk_sched_actions.c     } else if (pcmk__str_any_of(op->op_type, PCMK_ACTION_MIGRATE_TO,
op_type          1210 lib/pacemaker/pcmk_sched_actions.c                   " %d from %s", op->rsc_id, op->op_type, op->interval_ms,
op_type          1241 lib/pacemaker/pcmk_sched_actions.c                       op->rsc_id, op->op_type, op->interval_ms,
op_type          1258 lib/pacemaker/pcmk_sched_actions.c     if (pcmk__str_any_of(op->op_type, PCMK_ACTION_MIGRATE_TO,
op_type          1341 lib/pacemaker/pcmk_sched_ordering.c         char *op_type = NULL;
op_type          1344 lib/pacemaker/pcmk_sched_ordering.c         parse_op_key(order->task1, NULL, &op_type, &interval_ms);
op_type          1345 lib/pacemaker/pcmk_sched_ordering.c         key = pcmk__op_key(first_rsc->id, op_type, interval_ms);
op_type          1348 lib/pacemaker/pcmk_sched_ordering.c             && pcmk__str_eq(op_type, PCMK_ACTION_STOP, pcmk__str_none)) {
op_type          1357 lib/pacemaker/pcmk_sched_ordering.c                    && pcmk__str_eq(op_type, PCMK_ACTION_DEMOTE,
op_type          1369 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
op_type          1374 lib/pacemaker/pcmk_sched_ordering.c         free(op_type);
op_type           594 lib/pacemaker/pcmk_simulate.c     out->message(out, "inject-rsc-action", resource, op->op_type, node,
op_type           605 lib/pacemaker/pcmk_simulate.c         key = crm_strdup_printf(PCMK__OP_FMT "@%s=", resource, op->op_type,
op_type           617 lib/pacemaker/pcmk_simulate.c                                     op->op_type, op->interval_ms, node);
op_type           640 lib/pacemaker/pcmk_simulate.c         pcmk__inject_failcount(out, fake_cib, cib_node, match_name, op->op_type,