XML_TAG_ATTR_SETS  136 daemons/attrd/attrd_cib.c     if (pcmk__str_eq(a->set_type, XML_TAG_ATTR_SETS, pcmk__str_null_matches)) {
XML_TAG_ATTR_SETS  137 daemons/attrd/attrd_cib.c         xml_obj = create_xml_node(xml_obj, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS  867 daemons/fenced/pacemaker-fenced.c             if (strstr(xpath, XML_TAG_ATTR_SETS) ||
XML_TAG_ATTR_SETS 1018 daemons/fenced/pacemaker-fenced.c                    "[@" XML_ATTR_UNAME "='", node, "']/" XML_TAG_ATTR_SETS
XML_TAG_ATTR_SETS   69 lib/cib/cib_attrs.c         set_type = XML_TAG_ATTR_SETS;
XML_TAG_ATTR_SETS  307 lib/cib/cib_attrs.c             xml_obj = create_xml_node(xml_obj, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS  431 lib/common/ipc_attrd.c         crm_xml_add(op, PCMK__XA_ATTR_SET_TYPE, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS   67 lib/pacemaker/pcmk_injections.c     instance_attrs = first_named_child(attrs, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS   69 lib/pacemaker/pcmk_injections.c         instance_attrs = create_xml_node(attrs, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS  183 lib/pengine/bundle.c         xml_obj = create_xml_node(xml_ip, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS  270 lib/pengine/bundle.c     xml_obj = create_xml_node(xml_container, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS  215 lib/pengine/complex.c     pe__unpack_dataset_nvpairs(rsc->xml, XML_TAG_ATTR_SETS, &rule_data,
XML_TAG_ATTR_SETS  224 lib/pengine/complex.c         pe__unpack_dataset_nvpairs(data_set->rsc_defaults, XML_TAG_ATTR_SETS,
XML_TAG_ATTR_SETS  247 lib/pengine/pe_actions.c         pe__unpack_dataset_nvpairs(action->op_entry, XML_TAG_ATTR_SETS,
XML_TAG_ATTR_SETS  193 lib/pengine/remote.c         xml_sub = create_xml_node(remote, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS  194 lib/pengine/remote.c         crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS   92 lib/pengine/rules_alerts.c     child = first_named_child(basenode, XML_TAG_ATTR_SETS);
XML_TAG_ATTR_SETS 4673 lib/pengine/unpack.c     pe__unpack_dataset_nvpairs(xml_obj, XML_TAG_ATTR_SETS, &rule_data,
XML_TAG_ATTR_SETS  116 tools/crm_resource.c     .attr_set_type = XML_TAG_ATTR_SETS,
XML_TAG_ATTR_SETS 2027 tools/crm_resource.c             if (pcmk__str_eq(options.attr_set_type, XML_TAG_ATTR_SETS, pcmk__str_none)) {
XML_TAG_ATTR_SETS  275 tools/crm_resource_runtime.c     if (pcmk__str_eq(attr_set_type, XML_TAG_ATTR_SETS, pcmk__str_casei)) {