op_id              85 crmd/lrm.c         char *op_id = NULL;
op_id              87 crmd/lrm.c         op_id = calloc(1, strlen(rsc) + 34);
op_id              88 crmd/lrm.c         if (op_id != NULL) {
op_id              89 crmd/lrm.c             snprintf(op_id, strlen(rsc) + 34, "%s:%d", rsc, call_id);
op_id              91 crmd/lrm.c         return op_id;
op_id            1022 crmd/lrm.c             char *op_id = generate_op_key(op->rsc_id, op->op_type, op->interval);
op_id            1025 crmd/lrm.c             crm_xml_add(xml_top, XML_ATTR_ID, op_id);
op_id            1026 crmd/lrm.c             free(op_id);
op_id            1723 crmd/lrm.c                     char *op_id = make_stop_id(rsc->id, call);
op_id            1733 crmd/lrm.c                     g_hash_table_remove(lrm_state->pending_ops, op_id);
op_id            1734 crmd/lrm.c                     free(op_id);
op_id            2104 crmd/lrm.c         char *op_id = NULL;
op_id            2182 crmd/lrm.c             free(op_id);
op_id            2188 crmd/lrm.c         op_id = generate_op_key(rsc->id, op->op_type, op->interval);
op_id            2192 crmd/lrm.c             cancel_op_key(lrm_state, rsc, op_id, FALSE);
op_id            2233 crmd/lrm.c             crm_trace("Recording pending op: %d - %s %s", call_id, op_id, call_id_s);
op_id            2238 crmd/lrm.c             pending->op_key = strdup(op_id);
op_id            2248 crmd/lrm.c                 crm_info("Faking confirmation of %s: execution postponed for over 5 minutes", op_id);
op_id            2262 crmd/lrm.c         free(op_id);
op_id            2426 crmd/lrm.c         char *op_id = NULL;
op_id            2437 crmd/lrm.c         op_id = make_stop_id(op->rsc_id, op->call_id);
op_id            2442 crmd/lrm.c             pending = g_hash_table_lookup(lrm_state->pending_ops, op_id);
op_id            2504 crmd/lrm.c         } else if ((op->interval == 0) && g_hash_table_remove(lrm_state->pending_ops, op_id)) {
op_id            2507 crmd/lrm.c                       op_key, op->call_id, op_id, g_hash_table_size(lrm_state->pending_ops));
op_id            2511 crmd/lrm.c             g_hash_table_remove(lrm_state->pending_ops, op_id);
op_id            2587 crmd/lrm.c         free(op_id);
op_id             202 crmd/te_callbacks.c         const char *op_id = NULL;
op_id             210 crmd/te_callbacks.c         op_id = ID(match);
op_id             212 crmd/te_callbacks.c         path_max = strlen(rsc_op_template) + strlen(op_id) + 1;
op_id             214 crmd/te_callbacks.c         snprintf(rsc_op_xpath, path_max, rsc_op_template, op_id);
op_id             220 crmd/te_callbacks.c             crm_action_t *cancelled = get_cancel_action(op_id, node);
op_id             223 crmd/te_callbacks.c                 crm_debug("No match for deleted action %s (%s on %s)", rsc_op_xpath, op_id,
op_id             232 crmd/te_callbacks.c                           op_id, node, cancelled->id);
op_id             972 fencing/remote.c         const char *op_id = crm_element_value(dev, F_STONITH_REMOTE_OP_ID);
op_id             974 fencing/remote.c         CRM_CHECK(op_id != NULL, return NULL);
op_id             976 fencing/remote.c         op = g_hash_table_lookup(remote_op_list, op_id);
op_id             978 fencing/remote.c             crm_debug("%s already exists", op_id);
op_id             121 lib/common/operations.c     char *op_id = NULL;
op_id             131 lib/common/operations.c         op_id = malloc(len);
op_id             133 lib/common/operations.c     if (op_id != NULL) {
op_id             134 lib/common/operations.c         sprintf(op_id, "%s_%s_notify_%s_0", rsc_id, notify_type, op_type);
op_id             136 lib/common/operations.c     return op_id;
op_id             462 lib/common/operations.c     char *op_id = NULL;
op_id             506 lib/common/operations.c         op_id = strdup(key);
op_id             514 lib/common/operations.c         op_id = generate_notify_key(op->rsc_id, n_type, n_task);
op_id             521 lib/common/operations.c         op_id = generate_op_key(op->rsc_id, "last_failure", 0);
op_id             529 lib/common/operations.c         op_id = strdup(key);
op_id             532 lib/common/operations.c         op_id = generate_op_key(op->rsc_id, "last", 0);
op_id             536 lib/common/operations.c     xml_op = find_entity(parent, XML_LRM_TAG_RSC_OP, op_id);
op_id             553 lib/common/operations.c     crm_xml_add(xml_op, XML_ATTR_ID, op_id);
op_id             609 lib/common/operations.c         free(op_id);
op_id             610 lib/common/operations.c         op_id = op_id_additional;
op_id             620 lib/common/operations.c     free(op_id);