pe_action_set_reason  505 include/crm/pengine/internal.h void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite);
pe_action_set_reason 1344 lib/pacemaker/pcmk_sched_actions.c     pe_action_set_reason(required, "resource definition change", true);
pe_action_set_reason 1416 lib/pacemaker/pcmk_sched_actions.c     pe_action_set_reason(reload, "resource definition change", FALSE);
pe_action_set_reason  762 lib/pacemaker/pcmk_sched_colocation.c             pe_action_set_reason(action, reason_text, false);
pe_action_set_reason 1767 lib/pacemaker/pcmk_sched_native.c                 pe_action_set_reason((action), reason_text,                 \
pe_action_set_reason 2081 lib/pacemaker/pcmk_sched_native.c             pe_action_set_reason(stop, "node availability", TRUE);
pe_action_set_reason 2088 lib/pacemaker/pcmk_sched_native.c             pe_action_set_reason(stop, "being multiply active", TRUE);
pe_action_set_reason  640 lib/pengine/utils.c         pe_action_set_reason(action, NULL, TRUE);
pe_action_set_reason  665 lib/pengine/utils.c                 pe_action_set_reason(action, "no quorum", true);
pe_action_set_reason  675 lib/pengine/utils.c                     pe_action_set_reason(action, "quorum freeze", true);
pe_action_set_reason 2234 lib/pengine/utils.c         pe_action_set_reason(stonith_op, reason, false);