reason_text 2334 lib/pengine/utils.c char *reason_text = NULL; reason_text 2339 lib/pengine/utils.c reason_text = crm_strdup_printf("%s %s%c %s", change, reason->task, text?':':0, text?text:""); reason_text 2341 lib/pengine/utils.c reason_text = crm_strdup_printf("%s %s %s%c %s", change, reason->rsc->id, reason->task, text?':':0, text?text:"NA"); reason_text 2344 lib/pengine/utils.c if(reason_text && action->rsc != reason->rsc) { reason_text 2345 lib/pengine/utils.c pe_action_set_reason(action, reason_text, overwrite); reason_text 2347 lib/pengine/utils.c free(reason_text); reason_text 462 pengine/graph.c char *reason_text = crm_strdup_printf("colocation with %s", reason->id); reason_text 471 pengine/graph.c pe_action_set_flag_reason(__FUNCTION__, __LINE__, action, NULL, reason_text, pe_action_runnable, FALSE); reason_text 476 pengine/graph.c free(reason_text);