fail_role         418 include/crm/pengine/pe_types.h     enum rsc_role_e fail_role;
fail_role         786 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_STOPPED;
fail_role         805 lib/pengine/pe_actions.c         action->fail_role = RSC_ROLE_STOPPED;
fail_role         851 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_STOPPED;
fail_role         862 lib/pengine/pe_actions.c                 action->fail_role = RSC_ROLE_STOPPED;
fail_role         893 lib/pengine/pe_actions.c     if (value != NULL && action->fail_role == RSC_ROLE_UNKNOWN) {
fail_role         894 lib/pengine/pe_actions.c         action->fail_role = text2role(value);
fail_role         897 lib/pengine/pe_actions.c     if (action->fail_role == RSC_ROLE_UNKNOWN) {
fail_role         899 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_UNPROMOTED;
fail_role         901 lib/pengine/pe_actions.c             action->fail_role = RSC_ROLE_STARTED;
fail_role         905 lib/pengine/pe_actions.c                  action->uuid, role2text(action->fail_role));
fail_role        3299 lib/pengine/unpack.c                  fail2text(action->on_fail), role2text(action->fail_role));
fail_role        3301 lib/pengine/unpack.c     if (action->fail_role != RSC_ROLE_STARTED && rsc->next_role < action->fail_role) {
fail_role        3302 lib/pengine/unpack.c         pe__set_next_role(rsc, action->fail_role, "failure");
fail_role        3305 lib/pengine/unpack.c     if (action->fail_role == RSC_ROLE_STOPPED) {