reason_text 699 lib/pacemaker/pcmk_sched_actions.c char *reason_text = pe__action2reason((reason), (flag)); \ reason_text 700 lib/pacemaker/pcmk_sched_actions.c pe_action_set_reason((action), reason_text, false); \ reason_text 701 lib/pacemaker/pcmk_sched_actions.c free(reason_text); \ reason_text 1086 lib/pacemaker/pcmk_sched_colocation.c char *reason_text = crm_strdup_printf("colocation with %s", reason->id); reason_text 1095 lib/pacemaker/pcmk_sched_colocation.c pe_action_set_reason(action, reason_text, false); reason_text 1105 lib/pacemaker/pcmk_sched_colocation.c free(reason_text);