RSC_CANCEL        918 crmd/te_callbacks.c         } else if (safe_str_eq(task, RSC_CANCEL)) {
RSC_CANCEL        227 pengine/allocate.c     cancel = custom_action(rsc, strdup(key), RSC_CANCEL, active_node, FALSE, TRUE, data_set);
RSC_CANCEL        231 pengine/allocate.c     cancel->task = strdup(RSC_CANCEL);
RSC_CANCEL        728 pengine/native.c             mon = custom_action(rsc, local_key, RSC_CANCEL, node, FALSE, TRUE, data_set);
RSC_CANCEL        732 pengine/native.c             mon->task = strdup(RSC_CANCEL);
RSC_CANCEL        909 pengine/native.c             cancel_op = custom_action(rsc, local_key, RSC_CANCEL, node, FALSE, TRUE, data_set);
RSC_CANCEL        913 pengine/native.c             cancel_op->task = strdup(RSC_CANCEL);
RSC_CANCEL        308 pengine/notif.c             } else if (safe_str_eq(mon->task, RSC_CANCEL)) {
RSC_CANCEL        109 pengine/ptest.c     if (safe_str_eq(action->task, RSC_CANCEL)) {
RSC_CANCEL        221 tools/crm_simulate.c     if (safe_str_eq(action->task, RSC_CANCEL)) {