crmd_pref        1040 crmd/control.c         const char *script = crmd_pref(config_hash, "notification-agent");
crmd_pref        1041 crmd/control.c         const char *recip  = crmd_pref(config_hash, "notification-recipient");
crmd_pref        1047 crmd/control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_DC_DEADTIME);
crmd_pref        1050 crmd/control.c     value = crmd_pref(config_hash, "node-action-limit"); /* Also checks migration-limit */
crmd_pref        1053 crmd/control.c     value = crmd_pref(config_hash, "load-threshold");
crmd_pref        1058 crmd/control.c     value = crmd_pref(config_hash, "no-quorum-policy");
crmd_pref        1063 crmd/control.c     value = crmd_pref(config_hash,"stonith-max-attempts");
crmd_pref        1066 crmd/control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_FORCE_QUIT);
crmd_pref        1071 crmd/control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_ELECTION_FAIL);
crmd_pref        1074 crmd/control.c     value = crmd_pref(config_hash, XML_CONFIG_ATTR_RECHECK);
crmd_pref        1078 crmd/control.c     value = crmd_pref(config_hash, "crmd-transition-delay");
crmd_pref        1081 crmd/control.c     value = crmd_pref(config_hash, "crmd-integration-timeout");
crmd_pref        1084 crmd/control.c     value = crmd_pref(config_hash, "crmd-finalization-timeout");
crmd_pref        1089 crmd/control.c         value = crmd_pref(config_hash, XML_ATTR_EXPECTED_VOTES);
crmd_pref        1152 crmd/control.c                 const char *value = crmd_pref(NULL, XML_CONFIG_ATTR_FORCE_QUIT);