cancel            624 crmd/lrm_state.c     return ((lrmd_t *) lrm_state->conn)->cmds->cancel(lrm_state->conn, rsc_id, action, interval);
cancel             67 crmd/remote_lrmd_ra.c     gboolean cancel;
cancel            646 crmd/remote_lrmd_ra.c         if (cmd->interval && (cmd->cancel == FALSE)) {
cancel            654 crmd/remote_lrmd_ra.c         if (ra_data->active == TRUE && (cmd->cancel == FALSE)) {
cancel            984 crmd/remote_lrmd_ra.c         ra_data->cur_cmd->cancel = TRUE;
cancel           1007 crmd/remote_lrmd_ra.c         ra_data->cur_cmd->cancel == FALSE &&
cancel            468 crmd/te_callbacks.c             crm_action_t *cancel = NULL;
cancel            486 crmd/te_callbacks.c             cancel = get_cancel_action(key, node_uuid);
cancel            487 crmd/te_callbacks.c             if (cancel == NULL) {
cancel            491 crmd/te_callbacks.c                 crm_info("Cancellation of %s on %s confirmed (%d)", key, node_uuid, cancel->id);
cancel            492 crmd/te_callbacks.c                 stop_te_timer(cancel->timer);
cancel            493 crmd/te_callbacks.c                 te_action_confirmed(cancel);
cancel            495 crmd/te_callbacks.c                 update_graph(transition_graph, cancel);
cancel            413 include/crm/lrmd.h     int (*cancel) (lrmd_t * lrmd, const char *rsc_id, const char *action, int interval);
cancel            177 include/crm/services.h     int cancel;
cancel           1845 lib/lrmd/lrmd_client.c     new_lrmd->cmds->cancel = lrmd_api_cancel;
cancel            655 lib/services/services.c     op->cancel = TRUE;
cancel            223 lib/services/services_linux.c         if (op->cancel) {
cancel            294 lib/services/services_linux.c             do_crm_log_unlikely((op->cancel) ? LOG_INFO : LOG_WARNING,
cancel            259 lrmd/test.c            rc = lrmd_conn->cmds->cancel(lrmd_conn, options.rsc_id, options.action, options.interval);
cancel            204 pengine/allocate.c     action_t *cancel = NULL;
cancel            227 pengine/allocate.c     cancel = custom_action(rsc, strdup(key), RSC_CANCEL, active_node, FALSE, TRUE, data_set);
cancel            229 pengine/allocate.c     free(cancel->task);
cancel            230 pengine/allocate.c     free(cancel->cancel_task);
cancel            231 pengine/allocate.c     cancel->task = strdup(RSC_CANCEL);
cancel            232 pengine/allocate.c     cancel->cancel_task = strdup(task);
cancel            234 pengine/allocate.c     add_hash_param(cancel->meta, XML_LRM_ATTR_TASK, task);
cancel            235 pengine/allocate.c     add_hash_param(cancel->meta, XML_LRM_ATTR_CALLID, call_id);
cancel            236 pengine/allocate.c     add_hash_param(cancel->meta, XML_LRM_ATTR_INTERVAL, interval_s);
cancel            238 pengine/allocate.c     custom_action_order(rsc, stop_key(rsc), NULL, rsc, NULL, cancel, pe_order_optional, data_set);