cluster_property_set 253 crmd/pengine.c xmlNode *cluster_property_set = NULL; cluster_property_set 268 crmd/pengine.c cluster_property_set = find_entity(crm_config, XML_CIB_TAG_PROPSET, NULL); cluster_property_set 269 crmd/pengine.c if (cluster_property_set == NULL) { cluster_property_set 270 crmd/pengine.c cluster_property_set = create_xml_node(crm_config, XML_CIB_TAG_PROPSET); cluster_property_set 271 crmd/pengine.c crm_xml_add(cluster_property_set, XML_ATTR_ID, CIB_OPTIONS_FIRST); cluster_property_set 274 crmd/pengine.c xml = create_xml_node(cluster_property_set, XML_CIB_TAG_NVPAIR);