reason_text       748 lib/pacemaker/pcmk_sched_colocation.c     char *reason_text = crm_strdup_printf("colocation with %s", reason->id);
reason_text       757 lib/pacemaker/pcmk_sched_colocation.c             pe_action_set_reason(action, reason_text, false);
reason_text       762 lib/pacemaker/pcmk_sched_colocation.c     free(reason_text);
reason_text      1772 lib/pacemaker/pcmk_sched_native.c                 char *reason_text = pe__action2reason((reason), (flag));    \
reason_text      1773 lib/pacemaker/pcmk_sched_native.c                 pe_action_set_reason((action), reason_text,                 \
reason_text      1775 lib/pacemaker/pcmk_sched_native.c                 free(reason_text);                                          \