op_type 53 crmd/crmd_lrm.h char *op_type; op_type 129 crmd/lrm.c && safe_str_eq(op->op_type, existing->op_type)) { op_type 191 crmd/lrm.c crm_debug("Purged history for '%s' after %s", op->rsc_id, op->op_type); op_type 196 crmd/lrm.c if (safe_str_eq(op->op_type, RSC_NOTIFY)) { op_type 200 crmd/lrm.c crm_debug("Updating history for '%s' with %s op", op->rsc_id, op->op_type); op_type 226 crmd/lrm.c crm_trace("Removing cancelled recurring op: %s_%s_%d", op->rsc_id, op->op_type, op_type 231 crmd/lrm.c crm_trace("Skipping %s_%s_%d rc=%d, status=%d", op->rsc_id, op->op_type, op->interval, op_type 251 crmd/lrm.c (safe_str_eq(CRMD_ACTION_START, op->op_type) || op_type 252 crmd/lrm.c safe_str_eq("reload", op->op_type) || op_type 253 crmd/lrm.c safe_str_eq(CRMD_ACTION_STATUS, op->op_type))) { op_type 268 crmd/lrm.c crm_trace("Adding recurring op: %s_%s_%d", op->rsc_id, op->op_type, op->interval); op_type 271 crmd/lrm.c } else if (entry->recurring_op_list && safe_str_eq(op->op_type, RSC_STATUS) == FALSE) { op_type 274 crmd/lrm.c op->op_type, op->interval); op_type 694 crmd/lrm.c || !crm_op_needs_metadata(rsc->class, op->op_type)) { op_type 697 crmd/lrm.c op->op_type, op->rsc_id, op->params, rsc); op_type 704 crmd/lrm.c op->rsc_id, op->op_type, op->interval, node_name); op_type 766 crmd/lrm.c rsc_id, entry->last->op_type, entry->last->interval, entry->last->rc); op_type 767 crmd/lrm.c if (entry->last->rc == PCMK_OCF_OK && safe_str_eq(entry->last->op_type, CRMD_ACTION_STOP)) { op_type 771 crmd/lrm.c && safe_str_eq(entry->last->op_type, CRMD_ACTION_MIGRATE)) { op_type 1022 crmd/lrm.c char *op_id = generate_op_key(op->rsc_id, op->op_type, op->interval); op_type 1030 crmd/lrm.c op->rsc_id, op->op_type, op->interval, op->call_id); op_type 1107 crmd/lrm.c return (safe_str_eq(op, entry->failed->op_type) op_type 1195 crmd/lrm.c rc = lrm_state_cancel(lrm_state, pending->rsc_id, pending->op_type, pending->interval); op_type 1443 crmd/lrm.c crm_info("Faking result %d for %s_%s_%d on %s (%p)", op->rc, op->rsc_id, op->op_type, op->interval, target_node, lrm_state); op_type 1816 crmd/lrm.c op->op_type = strdup(operation); op_type 1853 crmd/lrm.c if (safe_str_neq(op->op_type, RSC_METADATA) op_type 1854 crmd/lrm.c && safe_str_neq(op->op_type, CRMD_ACTION_DELETE) op_type 1994 crmd/lrm.c op->rsc_id, op->op_type, op->interval, op->user_data, op_type 2068 crmd/lrm.c if (op->op_type == NULL op_type 2069 crmd/lrm.c || safe_str_eq(op->op_type, CRMD_ACTION_CANCEL) op_type 2070 crmd/lrm.c || safe_str_eq(op->op_type, CRMD_ACTION_DELETE)) { op_type 2094 crmd/lrm.c op->rsc_id, op->op_type, op->interval, node_name); op_type 2188 crmd/lrm.c op_id = generate_op_key(rsc->id, op->op_type, op->interval); op_type 2208 crmd/lrm.c op->op_type, op_type 2237 crmd/lrm.c pending->op_type = strdup(operation); op_type 2386 crmd/lrm.c op->op_type, op->interval, op->rsc_id); op_type 2438 crmd/lrm.c op_key = generate_op_key(op->rsc_id, op->op_type, op->interval); op_type 2461 crmd/lrm.c if (safe_str_eq(op->op_type, RSC_NOTIFY) || safe_str_eq(op->op_type, RSC_METADATA)) { op_type 2518 crmd/lrm.c crm_action_str(op->op_type, op->interval), op_type 2528 crmd/lrm.c crm_action_str(op->op_type, op->interval), op_type 2538 crmd/lrm.c crm_action_str(op->op_type, op->interval), op_type 2547 crmd/lrm.c crm_action_str(op->op_type, op->interval), op_type 2555 crmd/lrm.c crm_strdup_printf("%s-%s_%s_%d:%d", lrm_state->node_name, op->rsc_id, op->op_type, op->interval, op->call_id); op_type 2565 crmd/lrm.c if (safe_str_neq(op->op_type, RSC_METADATA)) { op_type 65 crmd/lrm_state.c free(op->op_type); op_type 81 crmd/lrm_state.c op->rsc_id, op->op_type, op->interval, op_type 86 crmd/lrm_state.c event.op_type = op->op_type; op_type 355 crmd/remote_lrmd_ra.c op.op_type = cmd->action; op_type 495 crmd/remote_lrmd_ra.c synthesize_lrmd_success(lrm_state_t *lrm_state, const char *rsc_id, const char *op_type) op_type 507 crmd/remote_lrmd_ra.c op.op_type = op_type; op_type 527 crmd/remote_lrmd_ra.c op->op_type ? op->op_type : "none", op_type 122 include/crm/common/util.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type, op_type 211 include/crm/lrmd.h const char *op_type; op_type 147 include/crm_internal.h char *generate_op_key(const char *rsc_id, const char *op_type, int interval); op_type 148 include/crm_internal.h char *generate_notify_key(const char *rsc_id, const char *notify_type, const char *op_type); op_type 37 lib/common/operations.c generate_op_key(const char *rsc_id, const char *op_type, int interval) op_type 40 lib/common/operations.c CRM_ASSERT(op_type != NULL); op_type 42 lib/common/operations.c return crm_strdup_printf("%s_%s_%d", rsc_id, op_type, interval); op_type 46 lib/common/operations.c parse_op_key(const char *key, char **rsc_id, char **op_type, int *interval) op_type 93 lib/common/operations.c *op_type = strdup(mutable_key_ptr); op_type 118 lib/common/operations.c generate_notify_key(const char *rsc_id, const char *notify_type, const char *op_type) op_type 124 lib/common/operations.c CRM_CHECK(op_type != NULL, return NULL); op_type 127 lib/common/operations.c len += strlen(op_type); op_type 134 lib/common/operations.c sprintf(op_id, "%s_%s_notify_%s_0", rsc_id, notify_type, op_type); op_type 374 lib/common/operations.c && op->interval == 0 && crm_str_eq(op->op_type, CRMD_ACTION_START, TRUE)) { op_type 474 lib/common/operations.c origin, op->rsc_id, op->op_type, services_lrm_status_str(op->op_status), op_type 479 lib/common/operations.c task = op->op_type; op_type 544 lib/common/operations.c op->rsc_id, op->op_type, op->interval, op->call_id, origin); op_type 571 lib/common/operations.c op->rsc_id, op->op_type, op->interval, op_type 593 lib/common/operations.c if (crm_str_eq(op->op_type, CRMD_ACTION_MIGRATE, TRUE) op_type 594 lib/common/operations.c || crm_str_eq(op->op_type, CRMD_ACTION_MIGRATED, TRUE)) { op_type 340 lib/lrmd/lrmd_alerts.c && safe_str_eq(op->op_type, RSC_STATUS)) { op_type 352 lib/lrmd/lrmd_alerts.c params = alert_key2param(params, CRM_alert_task, op->op_type); op_type 202 lib/lrmd/lrmd_client.c copy->op_type = event->op_type ? strdup(event->op_type) : NULL; op_type 221 lib/lrmd/lrmd_client.c free((char *)event->op_type); op_type 272 lib/lrmd/lrmd_client.c event.op_type = crm_element_value(msg, F_LRMD_RSC_ACTION); op_type 317 lib/transition/unpack.c op->op_type = strdup(crm_element_value(action->xml, XML_LRM_ATTR_TASK)); op_type 112 lrmd/test.c event->op_type ? event->op_type : "none", \ op_type 1757 pengine/allocate.c char *op_type = NULL; op_type 1760 pengine/allocate.c parse_op_key(order->lh_action_task, &rsc_id, &op_type, &interval); op_type 1761 pengine/allocate.c key = generate_op_key(lh_rsc->id, op_type, interval); op_type 1763 pengine/allocate.c if (lh_rsc->fns->state(lh_rsc, TRUE) == RSC_ROLE_STOPPED && safe_str_eq(op_type, RSC_STOP)) { op_type 1768 pengine/allocate.c } else if (lh_rsc->fns->state(lh_rsc, TRUE) == RSC_ROLE_SLAVE && safe_str_eq(op_type, RSC_DEMOTE)) { op_type 1776 pengine/allocate.c lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set); op_type 1780 pengine/allocate.c free(op_type); op_type 1323 pengine/constraints.c char *op_type = NULL; op_type 1330 pengine/constraints.c rc = parse_op_key(key, &rsc_id, &op_type, &interval); op_type 1332 pengine/constraints.c res = op_type; op_type 1333 pengine/constraints.c op_type = NULL; op_type 1336 pengine/constraints.c free(op_type); op_type 154 tools/fake_transition.c op->op_type = strdup(task); op_type 697 tools/fake_transition.c quiet_log(" * Resource action: %-15s %s=%d on %s\n", resource, op->op_type, op->interval, op_type 700 tools/fake_transition.c quiet_log(" * Resource action: %-15s %s on %s\n", resource, op->op_type, node); op_type 708 tools/fake_transition.c snprintf(key, strlen(spec), "%s_%s_%d@%s=", resource, op->op_type, op->interval, node); op_type 724 tools/fake_transition.c update_failcounts(cib_node, resource, op->op_type, op->interval, op->rc);