config_hash 1297 daemons/based/based_callbacks.c cib_read_config(config_hash, result_cib); config_hash 46 daemons/based/pacemaker-based.c GHashTable *config_hash = NULL; config_hash 231 daemons/based/pacemaker-based.c g_hash_table_destroy(config_hash); config_hash 318 daemons/based/pacemaker-based.c config_hash = pcmk__strkey_table(free, free); config_hash 359 daemons/based/pacemaker-based.c cib_read_config(config_hash, cib); config_hash 60 daemons/based/pacemaker-based.h extern GHashTable *config_hash; config_hash 156 daemons/based/pacemaker-based.h return g_hash_table_lookup(config_hash, opt); config_hash 684 daemons/controld/controld_control.c GHashTable *config_hash = NULL; config_hash 717 daemons/controld/controld_control.c config_hash = pcmk__strkey_table(free, free); config_hash 719 daemons/controld/controld_control.c config_hash, CIB_OPTIONS_FIRST, FALSE, now, NULL); config_hash 721 daemons/controld/controld_control.c verify_crmd_options(config_hash); config_hash 723 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_DC_DEADTIME); config_hash 726 daemons/controld/controld_control.c value = crmd_pref(config_hash, "node-action-limit"); /* Also checks migration-limit */ config_hash 729 daemons/controld/controld_control.c value = crmd_pref(config_hash, "load-threshold"); config_hash 734 daemons/controld/controld_control.c value = crmd_pref(config_hash, "no-quorum-policy"); config_hash 739 daemons/controld/controld_control.c set_fence_reaction(crmd_pref(config_hash, XML_CONFIG_ATTR_FENCE_REACTION)); config_hash 741 daemons/controld/controld_control.c value = crmd_pref(config_hash,"stonith-max-attempts"); config_hash 744 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_FORCE_QUIT); config_hash 749 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_ELECTION_FAIL); config_hash 752 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_RECHECK); config_hash 756 daemons/controld/controld_control.c value = crmd_pref(config_hash, "transition-delay"); config_hash 759 daemons/controld/controld_control.c value = crmd_pref(config_hash, "join-integration-timeout"); config_hash 762 daemons/controld/controld_control.c value = crmd_pref(config_hash, "join-finalization-timeout"); config_hash 765 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_SHUTDOWN_LOCK); config_hash 771 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, "cluster-name"); config_hash 783 daemons/controld/controld_control.c g_hash_table_destroy(config_hash); config_hash 448 daemons/controld/controld_execd_state.c GHashTable *config_hash = pcmk__strkey_table(free, free); config_hash 453 daemons/controld/controld_execd_state.c config_hash, CIB_OPTIONS_FIRST, FALSE, now, NULL); config_hash 456 daemons/controld/controld_execd_state.c lrmd__validate_remote_settings(lrmd, config_hash); config_hash 458 daemons/controld/controld_execd_state.c g_hash_table_destroy(config_hash); config_hash 133 daemons/schedulerd/pacemaker-schedulerd.c value = pe_pref(sched_data_set->config_hash, series[series_id].param); config_hash 151 include/crm/pengine/pe_types.h GHashTable *config_hash; config_hash 783 lib/pacemaker/pcmk_sched_allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); config_hash 816 lib/pacemaker/pcmk_sched_allocate.c base_health = char2score(pe_pref(data_set->config_hash, config_hash 2929 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "cluster-delay"); config_hash 2932 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "stonith-timeout"); config_hash 2943 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "batch-limit"); config_hash 2948 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "migration-limit"); config_hash 22 lib/pengine/rules_alerts.c GHashTable *config_hash = pcmk__strkey_table(free, free); config_hash 26 lib/pengine/rules_alerts.c pe_unpack_nvpairs(basenode, basenode, XML_TAG_META_SETS, NULL, config_hash, config_hash 30 lib/pengine/rules_alerts.c value = g_hash_table_lookup(config_hash, XML_ALERT_ATTR_TIMEOUT); config_hash 50 lib/pengine/rules_alerts.c value = g_hash_table_lookup(config_hash, XML_ALERT_ATTR_TSTAMP_FORMAT); config_hash 60 lib/pengine/rules_alerts.c g_hash_table_destroy(config_hash); config_hash 277 lib/pengine/status.c if (data_set->config_hash != NULL) { config_hash 278 lib/pengine/status.c g_hash_table_destroy(data_set->config_hash); config_hash 36 lib/pengine/unpack.c const char *scf_value = pe_pref((data_set)->config_hash, (option)); \ config_hash 201 lib/pengine/unpack.c GHashTable *config_hash = pcmk__strkey_table(free, free); config_hash 212 lib/pengine/unpack.c data_set->config_hash = config_hash; config_hash 214 lib/pengine/unpack.c pe__unpack_dataset_nvpairs(config, XML_CIB_TAG_PROPSET, &rule_data, config_hash, config_hash 217 lib/pengine/unpack.c verify_pe_options(data_set->config_hash); config_hash 224 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, XML_ATTR_HAVE_WATCHDOG); config_hash 236 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "stonith-timeout"); config_hash 244 lib/pengine/unpack.c data_set->stonith_action = pe_pref(data_set->config_hash, "stonith-action"); config_hash 257 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, config_hash 273 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "no-quorum-policy"); config_hash 333 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "remove-after-stop"); config_hash 364 lib/pengine/unpack.c pcmk__score_red = char2score(pe_pref(data_set->config_hash, "node-health-red")); config_hash 365 lib/pengine/unpack.c pcmk__score_green = char2score(pe_pref(data_set->config_hash, "node-health-green")); config_hash 366 lib/pengine/unpack.c pcmk__score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow")); config_hash 369 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-red"), config_hash 370 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-yellow"), config_hash 371 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-green")); config_hash 373 lib/pengine/unpack.c data_set->placement_strategy = pe_pref(data_set->config_hash, "placement-strategy"); config_hash 380 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, config_hash 3951 lib/pengine/unpack.c cluster_name = g_hash_table_lookup(data_set->config_hash, "cluster-name"); config_hash 1661 tools/crm_resource_runtime.c const char *dc_version = g_hash_table_lookup(data_set->config_hash,