op_type           105 daemons/controld/controld_execd.c             && pcmk__str_eq(op->op_type, existing->op_type, pcmk__str_casei)) {
op_type           167 daemons/controld/controld_execd.c         crm_debug("Purged history for '%s' after %s", op->rsc_id, op->op_type);
op_type           173 daemons/controld/controld_execd.c     if (pcmk__str_eq(op->op_type, RSC_NOTIFY, pcmk__str_casei)) {
op_type           177 daemons/controld/controld_execd.c     crm_debug("Updating history for '%s' with %s op", op->rsc_id, op->op_type);
op_type           204 daemons/controld/controld_execd.c                       op->rsc_id, op->op_type, op->interval_ms);
op_type           209 daemons/controld/controld_execd.c                       op->rsc_id, op->op_type, op->interval_ms, op->rc,
op_type           228 daemons/controld/controld_execd.c         if (op->params && pcmk__strcase_any_of(op->op_type, CRMD_ACTION_START,
op_type           244 daemons/controld/controld_execd.c                   op->rsc_id, op->op_type, op->interval_ms);
op_type           247 daemons/controld/controld_execd.c     } else if (entry->recurring_op_list && !pcmk__str_eq(op->op_type, RSC_STATUS, pcmk__str_casei)) {
op_type           250 daemons/controld/controld_execd.c                   op->op_type, op->interval_ms);
op_type           681 daemons/controld/controld_execd.c         || !crm_op_needs_metadata(rsc->standard, op->op_type)) {
op_type           684 daemons/controld/controld_execd.c                   op->op_type, op->rsc_id, op->params, rsc);
op_type           692 daemons/controld/controld_execd.c                  op->rsc_id, op->op_type, op->interval_ms, node_name);
op_type           753 daemons/controld/controld_execd.c     crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type,
op_type           755 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           759 daemons/controld/controld_execd.c                && pcmk__str_eq(entry->last->op_type, CRMD_ACTION_MIGRATE, pcmk__str_casei)) {
op_type          1000 daemons/controld/controld_execd.c         char *op_id = pcmk__op_key(op->rsc_id, op->op_type, op->interval_ms);
op_type          1008 daemons/controld/controld_execd.c               op->rsc_id, op->op_type, op->interval_ms, op->call_id);
op_type          1085 daemons/controld/controld_execd.c     return (pcmk__str_eq(op, entry->failed->op_type, pcmk__str_casei)
op_type          1172 daemons/controld/controld_execd.c     rc = lrm_state_cancel(lrm_state, pending->rsc_id, pending->op_type,
op_type          1471 daemons/controld/controld_execd.c              op->rsc_id, op->op_type, op->interval_ms, op->rc, target_node);
op_type          2005 daemons/controld/controld_execd.c         && !pcmk__strcase_any_of(op_type, CRMD_ACTION_METADATA, CRMD_ACTION_DELETE,
op_type          2112 daemons/controld/controld_execd.c               op->rsc_id, op->op_type, op->interval_ms, op->user_data,
op_type          2192 daemons/controld/controld_execd.c     if ((op->op_type == NULL) || (op->params == NULL)
op_type          2193 daemons/controld/controld_execd.c         || !controld_action_is_recordable(op->op_type)) {
op_type          2212 daemons/controld/controld_execd.c               op->rsc_id, op->op_type, op->interval_ms, node_name);
op_type          2280 daemons/controld/controld_execd.c                crm_action_str(op->op_type, op->interval_ms), rsc->id, lrm_state->node_name,
op_type          2311 daemons/controld/controld_execd.c     op_id = pcmk__op_key(rsc->id, op->op_type, op->interval_ms);
op_type          2329 daemons/controld/controld_execd.c     call_id = lrm_state_exec(lrm_state, rsc->id, op->op_type, op->user_data,
op_type          2355 daemons/controld/controld_execd.c         pending->op_type = strdup(operation);
op_type          2417 daemons/controld/controld_execd.c     if (!strcmp(op->op_type, RSC_STOP) && (op->rc == PCMK_OCF_OK)) {
op_type          2420 daemons/controld/controld_execd.c     if (!strcmp(op->op_type, RSC_STATUS) && (op->rc == PCMK_OCF_NOT_RUNNING)) {
op_type          2535 daemons/controld/controld_execd.c               rc, op->op_type, op->interval_ms, op->rsc_id);
op_type          2578 daemons/controld/controld_execd.c                     const char * op_type, guint interval_ms)
op_type          2584 daemons/controld/controld_execd.c     CRM_CHECK(op_type != NULL, return FALSE);
op_type          2592 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->failed->op_type, op_type, pcmk__str_casei)
op_type          2634 daemons/controld/controld_execd.c     op_key = pcmk__op_key(op->rsc_id, op->op_type, op->interval_ms);
op_type          2694 daemons/controld/controld_execd.c         if (controld_action_is_recordable(op->op_type)) {
op_type          2756 daemons/controld/controld_execd.c                                 pending->op_type, pending->interval_ms)) {
op_type          2807 daemons/controld/controld_execd.c                      crm_action_str(op->op_type, op->interval_ms),
op_type          2816 daemons/controld/controld_execd.c                        crm_action_str(op->op_type, op->interval_ms),
op_type          2825 daemons/controld/controld_execd.c                     crm_action_str(op->op_type, op->interval_ms),
op_type          2834 daemons/controld/controld_execd.c                     crm_action_str(op->op_type, op->interval_ms),
op_type          2843 daemons/controld/controld_execd.c                               op->rsc_id, op->op_type, op->interval_ms,
op_type          2855 daemons/controld/controld_execd.c         if (!pcmk__str_eq(op->op_type, RSC_METADATA, pcmk__str_casei)) {
op_type            51 daemons/controld/controld_execd_state.c     free(op->op_type);
op_type            67 daemons/controld/controld_execd_state.c               op->rsc_id, op->op_type, op->interval_ms,
op_type            72 daemons/controld/controld_execd_state.c     event.op_type = op->op_type;
op_type            51 daemons/controld/controld_lrm.h     char *op_type;
op_type           357 daemons/controld/controld_remote_ra.c     op.op_type = cmd->action;
op_type           498 daemons/controld/controld_remote_ra.c synthesize_lrmd_success(lrm_state_t *lrm_state, const char *rsc_id, const char *op_type)
op_type           510 daemons/controld/controld_remote_ra.c     op.op_type = op_type;
op_type           529 daemons/controld/controld_remote_ra.c               (op->op_type? op->op_type : ""), (op->op_type? " " : ""),
op_type           171 daemons/execd/cts-exec-helper.c              event->op_type ? event->op_type : "none",                  \
op_type           206 include/crm/common/internal.h char *pcmk__op_key(const char *rsc_id, const char *op_type, guint interval_ms);
op_type           208 include/crm/common/internal.h                        const char *op_type);
op_type           121 include/crm/common/util.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type,
op_type           205 include/crm/lrmd.h     const char *op_type;
op_type            44 lib/common/operations.c pcmk__op_key(const char *rsc_id, const char *op_type, guint interval_ms)
op_type            47 lib/common/operations.c     CRM_ASSERT(op_type != NULL);
op_type            48 lib/common/operations.c     return crm_strdup_printf(PCMK__OP_FMT, rsc_id, op_type, interval_ms);
op_type            69 lib/common/operations.c                char **rsc_id, char **op_type, guint *interval_ms)
op_type            81 lib/common/operations.c     if (op_type) {
op_type            82 lib/common/operations.c         *op_type = strndup(underbar1+1, underbar2-underbar1-1);
op_type            89 lib/common/operations.c try_basic_match(const char *key, char **rsc_id, char **op_type, guint *interval_ms)
op_type           122 lib/common/operations.c     if (op_type) {
op_type           125 lib/common/operations.c         *op_type = strndup(type_sep+1, interval_sep-type_sep-1);
op_type           137 lib/common/operations.c try_migrate_notify_match(const char *key, char **rsc_id, char **op_type, guint *interval_ms)
op_type           160 lib/common/operations.c     if (op_type) {
op_type           161 lib/common/operations.c         *op_type = strndup(key+pmatch[2].rm_so, pmatch[2].rm_eo-pmatch[2].rm_so);
op_type           171 lib/common/operations.c             if (op_type) {
op_type           172 lib/common/operations.c                 free(*op_type);
op_type           173 lib/common/operations.c                 *op_type = NULL;
op_type           184 lib/common/operations.c parse_op_key(const char *key, char **rsc_id, char **op_type, guint *interval_ms)
op_type           195 lib/common/operations.c     if (op_type) {
op_type           196 lib/common/operations.c         *op_type = NULL;
op_type           219 lib/common/operations.c                               rsc_id, op_type, interval_ms);
op_type           220 lib/common/operations.c     } else if (try_migrate_notify_match(key, rsc_id, op_type, interval_ms)) {
op_type           223 lib/common/operations.c         return try_basic_match(key, rsc_id, op_type, interval_ms);
op_type           229 lib/common/operations.c                  const char *op_type)
op_type           232 lib/common/operations.c     CRM_CHECK(op_type != NULL, return NULL);
op_type           235 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           204 lib/lrmd/lrmd_client.c         event->op_type = strdup(task);
op_type           205 lib/lrmd/lrmd_client.c         CRM_ASSERT(event->op_type != NULL);
op_type           224 lib/lrmd/lrmd_client.c     copy->op_type = event->op_type ? strdup(event->op_type) : NULL;
op_type           243 lib/lrmd/lrmd_client.c     free((char *)event->op_type);
op_type           300 lib/lrmd/lrmd_client.c         event.op_type = crm_element_value(msg, F_LRMD_RSC_ACTION);
op_type          1870 lib/pacemaker/pcmk_sched_allocate.c         char *op_type = NULL;
op_type          1873 lib/pacemaker/pcmk_sched_allocate.c         parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms);
op_type          1874 lib/pacemaker/pcmk_sched_allocate.c         key = pcmk__op_key(lh_rsc->id, op_type, interval_ms);
op_type          1876 lib/pacemaker/pcmk_sched_allocate.c         if (lh_rsc->fns->state(lh_rsc, TRUE) == RSC_ROLE_STOPPED && pcmk__str_eq(op_type, RSC_STOP, pcmk__str_casei)) {
op_type          1881 lib/pacemaker/pcmk_sched_allocate.c         } else if (lh_rsc->fns->state(lh_rsc, TRUE) == RSC_ROLE_SLAVE && pcmk__str_eq(op_type, RSC_DEMOTE, pcmk__str_casei)) {
op_type          1889 lib/pacemaker/pcmk_sched_allocate.c             lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set);
op_type          1893 lib/pacemaker/pcmk_sched_allocate.c         free(op_type);
op_type           690 lib/pacemaker/pcmk_sched_transition.c                   resource, op->op_type, op->interval_ms, node);
op_type           692 lib/pacemaker/pcmk_sched_transition.c         quiet_log(" * Resource action: %-15s %s on %s\n", resource, op->op_type, node);
op_type           701 lib/pacemaker/pcmk_sched_transition.c         key = crm_strdup_printf(PCMK__OP_FMT "@%s=", resource, op->op_type,
op_type           709 lib/pacemaker/pcmk_sched_transition.c             key = crm_strdup_printf(PCMK__OP_FMT "@%s=", lrm_name, op->op_type,
op_type           731 lib/pacemaker/pcmk_sched_transition.c             update_failcounts(cib_node, match_name, op->op_type,
op_type           574 lib/pacemaker/pcmk_sched_utils.c         && op->interval_ms == 0 && pcmk__str_eq(op->op_type, CRMD_ACTION_START, pcmk__str_none)) {
op_type           621 lib/pacemaker/pcmk_sched_utils.c                origin, op->rsc_id, op->op_type, services_lrm_status_str(op->op_status),
op_type           626 lib/pacemaker/pcmk_sched_utils.c     task = op->op_type;
op_type           681 lib/pacemaker/pcmk_sched_utils.c                   " %d from %s", op->rsc_id, op->op_type, op->interval_ms,
op_type           711 lib/pacemaker/pcmk_sched_utils.c                       op->rsc_id, op->op_type, op->interval_ms,
op_type           738 lib/pacemaker/pcmk_sched_utils.c     if (pcmk__str_any_of(op->op_type, CRMD_ACTION_MIGRATE, CRMD_ACTION_MIGRATED, NULL)) {