pe_pref           129 daemons/schedulerd/pacemaker-schedulerd.c         value = pe_pref(sched_data_set->config_hash, series[series_id].param);
pe_pref           132 include/crm/pengine/common.h const char *pe_pref(GHashTable * options, const char *name);
pe_pref           807 lib/pacemaker/pcmk_sched_allocate.c     const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy");
pe_pref           840 lib/pacemaker/pcmk_sched_allocate.c         base_health = crm_parse_int(pe_pref(data_set->config_hash, "node-health-base"), "0");
pe_pref          2919 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "cluster-delay");
pe_pref          2922 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "stonith-timeout");
pe_pref          2933 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "batch-limit");
pe_pref          2938 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "migration-limit");
pe_pref            36 lib/pengine/unpack.c         const char *scf_value = pe_pref((data_set)->config_hash, (option)); \
pe_pref           224 lib/pengine/unpack.c     value = pe_pref(data_set->config_hash, XML_ATTR_HAVE_WATCHDOG);
pe_pref           236 lib/pengine/unpack.c     value = pe_pref(data_set->config_hash, "stonith-timeout");
pe_pref           244 lib/pengine/unpack.c     data_set->stonith_action = pe_pref(data_set->config_hash, "stonith-action");
pe_pref           257 lib/pengine/unpack.c     value = pe_pref(data_set->config_hash,
pe_pref           273 lib/pengine/unpack.c     value = pe_pref(data_set->config_hash, "no-quorum-policy");
pe_pref           354 lib/pengine/unpack.c     pcmk__score_red = char2score(pe_pref(data_set->config_hash, "node-health-red"));
pe_pref           355 lib/pengine/unpack.c     pcmk__score_green = char2score(pe_pref(data_set->config_hash, "node-health-green"));
pe_pref           356 lib/pengine/unpack.c     pcmk__score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow"));
pe_pref           359 lib/pengine/unpack.c              pe_pref(data_set->config_hash, "node-health-red"),
pe_pref           360 lib/pengine/unpack.c              pe_pref(data_set->config_hash, "node-health-yellow"),
pe_pref           361 lib/pengine/unpack.c              pe_pref(data_set->config_hash, "node-health-green"));
pe_pref           363 lib/pengine/unpack.c     data_set->placement_strategy = pe_pref(data_set->config_hash, "placement-strategy");
pe_pref           370 lib/pengine/unpack.c         value = pe_pref(data_set->config_hash,