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 682 daemons/controld/controld_control.c GHashTable *config_hash = NULL; config_hash 715 daemons/controld/controld_control.c config_hash = pcmk__strkey_table(free, free); config_hash 717 daemons/controld/controld_control.c config_hash, CIB_OPTIONS_FIRST, FALSE, now, NULL); config_hash 719 daemons/controld/controld_control.c verify_crmd_options(config_hash); config_hash 721 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_DC_DEADTIME); config_hash 724 daemons/controld/controld_control.c value = crmd_pref(config_hash, "node-action-limit"); /* Also checks migration-limit */ config_hash 727 daemons/controld/controld_control.c value = crmd_pref(config_hash, "load-threshold"); config_hash 732 daemons/controld/controld_control.c value = crmd_pref(config_hash, "no-quorum-policy"); config_hash 737 daemons/controld/controld_control.c set_fence_reaction(crmd_pref(config_hash, XML_CONFIG_ATTR_FENCE_REACTION)); config_hash 739 daemons/controld/controld_control.c value = crmd_pref(config_hash,"stonith-max-attempts"); config_hash 742 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_FORCE_QUIT); config_hash 747 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_ELECTION_FAIL); config_hash 750 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_RECHECK); config_hash 754 daemons/controld/controld_control.c value = crmd_pref(config_hash, "transition-delay"); config_hash 757 daemons/controld/controld_control.c value = crmd_pref(config_hash, "join-integration-timeout"); config_hash 760 daemons/controld/controld_control.c value = crmd_pref(config_hash, "join-finalization-timeout"); config_hash 763 daemons/controld/controld_control.c value = crmd_pref(config_hash, XML_CONFIG_ATTR_SHUTDOWN_LOCK); config_hash 769 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, "cluster-name"); config_hash 781 daemons/controld/controld_control.c g_hash_table_destroy(config_hash); config_hash 460 daemons/controld/controld_execd_state.c GHashTable *config_hash = pcmk__strkey_table(free, free); config_hash 465 daemons/controld/controld_execd_state.c config_hash, CIB_OPTIONS_FIRST, FALSE, now, NULL); config_hash 468 daemons/controld/controld_execd_state.c lrmd__validate_remote_settings(lrmd, config_hash); config_hash 470 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 699 lib/pacemaker/pcmk_sched_allocate.c const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy"); config_hash 732 lib/pacemaker/pcmk_sched_allocate.c base_health = char2score(pe_pref(data_set->config_hash, config_hash 2017 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "cluster-delay"); config_hash 2020 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "stonith-timeout"); config_hash 2031 lib/pacemaker/pcmk_sched_allocate.c value = pe_pref(data_set->config_hash, "batch-limit"); config_hash 2036 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 35 lib/pengine/unpack.c const char *scf_value = pe_pref((data_set)->config_hash, (option)); \ config_hash 200 lib/pengine/unpack.c GHashTable *config_hash = pcmk__strkey_table(free, free); config_hash 211 lib/pengine/unpack.c data_set->config_hash = config_hash; config_hash 213 lib/pengine/unpack.c pe__unpack_dataset_nvpairs(config, XML_CIB_TAG_PROPSET, &rule_data, config_hash, config_hash 216 lib/pengine/unpack.c verify_pe_options(data_set->config_hash); config_hash 223 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, XML_ATTR_HAVE_WATCHDOG); config_hash 235 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "stonith-timeout"); config_hash 243 lib/pengine/unpack.c data_set->stonith_action = pe_pref(data_set->config_hash, "stonith-action"); config_hash 256 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, config_hash 272 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "no-quorum-policy"); config_hash 332 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, "remove-after-stop"); config_hash 363 lib/pengine/unpack.c pcmk__score_red = char2score(pe_pref(data_set->config_hash, "node-health-red")); config_hash 364 lib/pengine/unpack.c pcmk__score_green = char2score(pe_pref(data_set->config_hash, "node-health-green")); config_hash 365 lib/pengine/unpack.c pcmk__score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow")); config_hash 368 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-red"), config_hash 369 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-yellow"), config_hash 370 lib/pengine/unpack.c pe_pref(data_set->config_hash, "node-health-green")); config_hash 372 lib/pengine/unpack.c data_set->placement_strategy = pe_pref(data_set->config_hash, "placement-strategy"); config_hash 379 lib/pengine/unpack.c value = pe_pref(data_set->config_hash, config_hash 3957 lib/pengine/unpack.c cluster_name = g_hash_table_lookup(data_set->config_hash, "cluster-name"); config_hash 1663 tools/crm_resource_runtime.c const char *dc_version = g_hash_table_lookup(data_set->config_hash,