reason_text       697 lib/pacemaker/pcmk_sched_actions.c                 char *reason_text = pe__action2reason((reason), (flag));    \
reason_text       698 lib/pacemaker/pcmk_sched_actions.c                 pe_action_set_reason((action), reason_text, false);         \
reason_text       699 lib/pacemaker/pcmk_sched_actions.c                 free(reason_text);                                          \
reason_text      1018 lib/pacemaker/pcmk_sched_colocation.c     char *reason_text = crm_strdup_printf("colocation with %s", reason->id);
reason_text      1027 lib/pacemaker/pcmk_sched_colocation.c             pe_action_set_reason(action, reason_text, false);
reason_text      1037 lib/pacemaker/pcmk_sched_colocation.c     free(reason_text);