config            389 daemons/controld/controld_te_callbacks.c     xmlNode *config = first_named_child(cib, XML_CIB_TAG_CONFIGURATION);
config            394 daemons/controld/controld_te_callbacks.c     if (config) {
config            268 daemons/pacemakerd/pcmkd_corosync.c     uint64_t config = 0;
config            339 daemons/pacemakerd/pcmkd_corosync.c         get_config_opt(config, local_handle, "logging.debug", &debug_enabled, "off");
config            278 include/crm/common/xml.h     int format, xmlNode *source, xmlNode *target, bool *config, bool manage_version);
config            240 lib/cib/cib_utils.c     xmlNode *cib_root = NULL, *config = NULL;
config            250 lib/cib/cib_utils.c     config = create_xml_node(cib_root, XML_CIB_TAG_CONFIGURATION);
config            253 lib/cib/cib_utils.c     create_xml_node(config, XML_CIB_TAG_CRMCONFIG);
config            254 lib/cib/cib_utils.c     create_xml_node(config, XML_CIB_TAG_NODES);
config            255 lib/cib/cib_utils.c     create_xml_node(config, XML_CIB_TAG_RESOURCES);
config            256 lib/cib/cib_utils.c     create_xml_node(config, XML_CIB_TAG_CONSTRAINTS);
config            260 lib/cib/cib_utils.c         xmlNode *rsc_defaults = create_xml_node(config, XML_CIB_TAG_RSCCONFIG);
config            918 lib/cib/cib_utils.c     xmlNode *config = NULL;
config            929 lib/cib/cib_utils.c     config = pcmk_find_cib_element(current_cib, XML_CIB_TAG_CRMCONFIG);
config            930 lib/cib/cib_utils.c     if (config) {
config            931 lib/cib/cib_utils.c         pe_unpack_nvpairs(current_cib, config, XML_CIB_TAG_PROPSET, NULL,
config            156 lib/common/patchset.c     xmlNode *config = first_named_child(xml, XML_CIB_TAG_CONFIGURATION);
config            158 lib/common/patchset.c     if (config) {
config            159 lib/common/patchset.c         nodepriv = config->_private;
config            250 lib/common/patchset.c xml_create_patchset_v1(xmlNode *source, xmlNode *target, bool config,
config            257 lib/common/patchset.c         xml_repair_v1_diff(source, target, patchset, config);
config            332 lib/common/patchset.c     bool config = FALSE;
config            342 lib/common/patchset.c     config = is_config_change(target);
config            344 lib/common/patchset.c         *config_changed = config;
config            347 lib/common/patchset.c     if (manage_version && config) {
config            372 lib/common/patchset.c             patch = xml_create_patchset_v1(source, target, config, FALSE);
config            105 lib/pengine/pe_status_private.h gboolean unpack_config(xmlNode *config, pcmk_scheduler_t *scheduler);
config            212 lib/pengine/unpack.c unpack_config(xmlNode *config, pcmk_scheduler_t *scheduler)
config            228 lib/pengine/unpack.c     pe__unpack_dataset_nvpairs(config, XML_CIB_TAG_PROPSET, &rule_data, config_hash,
config           3604 lib/pengine/unpack.c     xmlNode *config = pcmk__find_action_config(history->rsc, history->task,
config           3609 lib/pengine/unpack.c                                                 history->interval_ms, config);
config           1333 tools/crm_resource_runtime.c     xmlNode *config = NULL;
config           1357 tools/crm_resource_runtime.c     config = pcmk__find_action_config(rsc, PCMK_ACTION_STOP, 0, true);
config           1364 tools/crm_resource_runtime.c     meta = pcmk__unpack_action_meta(rsc, NULL, PCMK_ACTION_STOP, 0, config);