crmd_pref         731 daemons/controld/controld_control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_DC_DEADTIME);
crmd_pref         734 daemons/controld/controld_control.c     value = crmd_pref(config_hash, "node-action-limit"); /* Also checks migration-limit */
crmd_pref         737 daemons/controld/controld_control.c     value = crmd_pref(config_hash, "load-threshold");
crmd_pref         742 daemons/controld/controld_control.c     value = crmd_pref(config_hash, "no-quorum-policy");
crmd_pref         747 daemons/controld/controld_control.c     set_fence_reaction(crmd_pref(config_hash, XML_CONFIG_ATTR_FENCE_REACTION));
crmd_pref         749 daemons/controld/controld_control.c     value = crmd_pref(config_hash,"stonith-max-attempts");
crmd_pref         752 daemons/controld/controld_control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_FORCE_QUIT);
crmd_pref         757 daemons/controld/controld_control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_ELECTION_FAIL);
crmd_pref         760 daemons/controld/controld_control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_RECHECK);
crmd_pref         764 daemons/controld/controld_control.c     value = crmd_pref(config_hash, "transition-delay");
crmd_pref         767 daemons/controld/controld_control.c     value = crmd_pref(config_hash, "join-integration-timeout");
crmd_pref         770 daemons/controld/controld_control.c     value = crmd_pref(config_hash, "join-finalization-timeout");
crmd_pref         773 daemons/controld/controld_control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_SHUTDOWN_LOCK);
crmd_pref         838 daemons/controld/controld_control.c         const char *value = crmd_pref(NULL, XML_CONFIG_ATTR_FORCE_QUIT);