op_key 54 crmd/crmd_lrm.h char *op_key; op_key 455 crmd/lrm.c do_crm_log(log_level, "Pending action: %s (%s)", key, pending->op_key); op_key 494 crmd/lrm.c key, pending->op_key, when); op_key 937 crmd/lrm.c pending->op_key, pending->call_id, rsc); op_key 1128 crmd/lrm.c char *op_key = NULL; op_key 1138 crmd/lrm.c op_key = generate_op_key(rsc_id, "last_failure", 0); op_key 1142 crmd/lrm.c erase_lrm_history_by_id(lrm_state, rsc_id, op_key, orig_op_key, 0); op_key 1143 crmd/lrm.c free(op_key); op_key 1231 crmd/lrm.c if (crm_str_eq(op->op_key, data->key, TRUE)) { op_key 1679 crmd/lrm.c char *op_key = NULL; op_key 1707 crmd/lrm.c op_key = generate_op_key(rsc->id, op_task, crm_parse_int(op_interval, "0")); op_key 1710 crmd/lrm.c op_key, call_id ? call_id : "NA"); op_key 1714 crmd/lrm.c in_progress = cancel_op_key(lrm_state, rsc, op_key, TRUE); op_key 1726 crmd/lrm.c crm_info("Nothing known about operation %d for %s", call, op_key); op_key 1728 crmd/lrm.c erase_lrm_history_by_id(lrm_state, rsc->id, op_key, NULL, call); op_key 1748 crmd/lrm.c op_key, from_host, peer_version); op_key 1754 crmd/lrm.c free(op_key); op_key 2238 crmd/lrm.c pending->op_key = strdup(op_id); op_key 2427 crmd/lrm.c char *op_key = NULL; op_key 2438 crmd/lrm.c op_key = generate_op_key(op->rsc_id, op->op_type, op->interval); op_key 2469 crmd/lrm.c crm_err("Op %s (call=%d): Cancelled", op_key, op->call_id); op_key 2480 crmd/lrm.c crm_err("Op %s (call=%d): No user data", op_key, op->call_id); op_key 2492 crmd/lrm.c crm_trace("Op %s (call=%d): cancelled due to rsc deletion", op_key, op->call_id); op_key 2497 crmd/lrm.c crm_trace("Op %s (call=%d): no delete event required", op_key, op->call_id); op_key 2507 crmd/lrm.c op_key, op->call_id, op_id, g_hash_table_size(lrm_state->pending_ops)); op_key 2521 crmd/lrm.c op->call_id, op_key, (removed? "true" : "false")); op_key 2531 crmd/lrm.c op->call_id, op_key, (removed? "true" : "false"), op_key 2541 crmd/lrm.c op->call_id, op_key, op->timeout); op_key 2549 crmd/lrm.c services_lrm_status_str(op->op_status), op->call_id, op_key, op_key 2575 crmd/lrm.c crm_info("Deletion of resource '%s' complete after %s", op->rsc_id, op_key); op_key 2586 crmd/lrm.c free(op_key); op_key 66 crmd/lrm_state.c free(op->op_key); op_key 2579 lib/pengine/unpack.c const char *op_key = crm_element_value(op, XML_LRM_ATTR_TASK_KEY); op_key 2589 lib/pengine/unpack.c if(safe_str_eq(op_key, key) && safe_str_eq(uname, node->details->uname)) { op_key 2590 lib/pengine/unpack.c crm_trace("Skipping duplicate entry %s on %s", op_key, node->details->uname); op_key 2595 lib/pengine/unpack.c crm_trace("Adding entry %s on %s", op_key, node->details->uname); op_key 3017 lib/pengine/unpack.c const char *op_key = get_op_key(xml_op); op_key 3020 lib/pengine/unpack.c if (safe_str_eq(op_key, last_failure_key)) { op_key 2141 lib/pengine/utils.c char *op_key = NULL; op_key 2148 lib/pengine/utils.c op_key = crm_strdup_printf("%s-%s-%s", CRM_OP_FENCE, node->details->uname, op); op_key 2151 lib/pengine/utils.c stonith_op = g_hash_table_lookup(data_set->singletons, op_key); op_key 2155 lib/pengine/utils.c stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set); op_key 2208 lib/pengine/utils.c free(op_key); op_key 2734 tools/crm_mon.c const char *op_key = crm_element_value(xml_op, XML_LRM_ATTR_TASK_KEY); op_key 2745 tools/crm_mon.c if (op_key == NULL) { op_key 2746 tools/crm_mon.c op_key = ID(xml_op); op_key 2760 tools/crm_mon.c op_key, node, services_ocf_exitcode_str(rc), rc, op_key 2767 tools/crm_mon.c op_key, node, services_ocf_exitcode_str(rc), rc, op_key 2774 tools/crm_mon.c op_key_attr, op_key, node); op_key 180 tools/crm_resource_print.c const char *op_key = crm_element_value(xml_op, XML_LRM_ATTR_TASK_KEY); op_key 191 tools/crm_resource_print.c op_key ? op_key : ID(xml_op),