pe_pref 122 include/crm/pengine/common.h const char *pe_pref(GHashTable * options, const char *name); pe_pref 35 lib/pengine/unpack.c const char *tmp = pe_pref(data_set->config_hash, option); \ pe_pref 193 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, XML_ATTR_HAVE_WATCHDOG); pe_pref 204 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "stonith-timeout"); pe_pref 212 lib/pengine/unpack.c data_set->stonith_action = pe_pref(data_set->config_hash, "stonith-action"); pe_pref 228 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "default-resource-stickiness"); pe_pref 238 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "no-quorum-policy"); pe_pref 300 lib/pengine/unpack.c } else if (pe_pref(data_set->config_hash, "is-managed-default")) { pe_pref 324 lib/pengine/unpack.c node_score_red = char2score(pe_pref(data_set->config_hash, "node-health-red")); pe_pref 325 lib/pengine/unpack.c node_score_green = char2score(pe_pref(data_set->config_hash, "node-health-green")); pe_pref 326 lib/pengine/unpack.c node_score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow")); pe_pref 329 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-red"), pe_pref 330 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-yellow"), pe_pref 331 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-green")); pe_pref 333 lib/pengine/unpack.c data_set->placement_strategy = pe_pref(data_set->config_hash, "placement-strategy"); pe_pref 822 lib/pengine/utils.c value = pe_pref(config_hash, "default-action-timeout"); pe_pref 867 lib/pengine/utils.c timeout = pe_pref(data_set->config_hash, "default-action-timeout"); pe_pref 793 pengine/allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); pe_pref 826 pengine/allocate.c base_health = crm_parse_int(pe_pref(data_set->config_hash, "node-health-base"), "0"); pe_pref 2395 pengine/allocate.c value = pe_pref(data_set->config_hash, "cluster-delay"); pe_pref 2398 pengine/allocate.c value = pe_pref(data_set->config_hash, "stonith-timeout"); pe_pref 2409 pengine/allocate.c value = pe_pref(data_set->config_hash, "batch-limit"); pe_pref 2414 pengine/allocate.c value = pe_pref(data_set->config_hash, "migration-limit"); pe_pref 133 pengine/pengine.c value = pe_pref(data_set.config_hash, series[series_id].param);