pe_pref           133 daemons/schedulerd/pacemaker-schedulerd.c     value = pe_pref(sched_data_set->config_hash, series[series_id].param);
pe_pref           144 include/crm/pengine/common.h const char *pe_pref(GHashTable * options, const char *name);
pe_pref           783 lib/pacemaker/pcmk_sched_allocate.c     const char *health_strategy = pe_pref(data_set->config_hash, "node-health-strategy");
pe_pref           816 lib/pacemaker/pcmk_sched_allocate.c         base_health = char2score(pe_pref(data_set->config_hash,
pe_pref          2929 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "cluster-delay");
pe_pref          2932 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "stonith-timeout");
pe_pref          2943 lib/pacemaker/pcmk_sched_allocate.c     value = pe_pref(data_set->config_hash, "batch-limit");
pe_pref          2948 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           333 lib/pengine/unpack.c     value = pe_pref(data_set->config_hash, "remove-after-stop");
pe_pref           364 lib/pengine/unpack.c     pcmk__score_red = char2score(pe_pref(data_set->config_hash, "node-health-red"));
pe_pref           365 lib/pengine/unpack.c     pcmk__score_green = char2score(pe_pref(data_set->config_hash, "node-health-green"));
pe_pref           366 lib/pengine/unpack.c     pcmk__score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow"));
pe_pref           369 lib/pengine/unpack.c              pe_pref(data_set->config_hash, "node-health-red"),
pe_pref           370 lib/pengine/unpack.c              pe_pref(data_set->config_hash, "node-health-yellow"),
pe_pref           371 lib/pengine/unpack.c              pe_pref(data_set->config_hash, "node-health-green"));
pe_pref           373 lib/pengine/unpack.c     data_set->placement_strategy = pe_pref(data_set->config_hash, "placement-strategy");
pe_pref           380 lib/pengine/unpack.c         value = pe_pref(data_set->config_hash,