cluster_property_set  384 daemons/controld/controld_schedulerd.c         xmlNode *cluster_property_set = NULL;
cluster_property_set  401 daemons/controld/controld_schedulerd.c         cluster_property_set = pcmk__xe_match(crm_config, XML_CIB_TAG_PROPSET,
cluster_property_set  403 daemons/controld/controld_schedulerd.c         if (cluster_property_set == NULL) {
cluster_property_set  404 daemons/controld/controld_schedulerd.c             cluster_property_set = create_xml_node(crm_config, XML_CIB_TAG_PROPSET);
cluster_property_set  405 daemons/controld/controld_schedulerd.c             crm_xml_add(cluster_property_set, XML_ATTR_ID, CIB_OPTIONS_FIRST);
cluster_property_set  408 daemons/controld/controld_schedulerd.c         xml = create_xml_node(cluster_property_set, XML_CIB_TAG_NVPAIR);