text2role 118 include/crm/pengine/common.h enum rsc_role_e text2role(const char *role); text2role 316 lib/pengine/clone.c return text2role(target_role); text2role 580 lib/pengine/native.c enum rsc_role_e target_role_e = text2role(target_role); text2role 249 lib/pengine/rules.c if (text2role(value) == role) { text2role 258 lib/pengine/rules.c } else if (text2role(value) != role) { text2role 1134 lib/pengine/utils.c action->fail_role = text2role(value); text2role 1702 lib/pengine/utils.c local_role = text2role(value); text2role 781 pengine/constraints.c if (text2role(role) == RSC_ROLE_UNKNOWN) { text2role 786 pengine/constraints.c enum rsc_role_e r = text2role(role); text2role 1012 pengine/constraints.c if (role != NULL && text2role(role) == RSC_ROLE_UNKNOWN) { text2role 1047 pengine/constraints.c location_rule->role_filter = text2role(role); text2role 1265 pengine/constraints.c new_con->role_lh = text2role(state_lh); text2role 1266 pengine/constraints.c new_con->role_rh = text2role(state_rh); text2role 2588 pengine/constraints.c new_rsc_ticket->role_lh = text2role(state_lh); text2role 645 pengine/native.c if (value && text2role(value) == RSC_ROLE_STOPPED) { text2role 717 pengine/native.c || (value != NULL && text2role(value) != rsc->next_role)) { text2role 860 pengine/native.c if (role == NULL || text2role(role) != RSC_ROLE_STOPPED) { text2role 699 tools/crm_resource_runtime.c enum rsc_role_e role = text2role(role_s);