set_type           34 include/crm/cib/util.h                          const char *set_type, const char *set_name,
set_type           41 include/crm/cib/util.h                               const char *set_type, const char *set_name,
set_type           47 include/crm/cib/util.h                        const char *set_type, const char *set_name,
set_type           53 include/crm/cib/util.h                          const char *set_type, const char *set_name,
set_type          290 include/crm/compatibility.h             const char *section, const char *node_uuid, const char *set_type, const char *set_name,
set_type          293 include/crm/compatibility.h     return update_attr_delegate(the_cib, call_options, section, node_uuid, set_type, set_name,
set_type          299 include/crm/compatibility.h                  const char *set_type, const char *set_name, const char *attr_id,
set_type          302 include/crm/compatibility.h     return find_nvpair_attr_delegate(the_cib, attr, section, node_uuid, set_type,
set_type          308 include/crm/compatibility.h           const char *section, const char *node_uuid, const char *set_type, const char *set_name,
set_type          311 include/crm/compatibility.h     return read_attr_delegate(the_cib, section, node_uuid, set_type, set_name,
set_type          317 include/crm/compatibility.h             const char *section, const char *node_uuid, const char *set_type, const char *set_name,
set_type          320 include/crm/compatibility.h     return delete_attr_delegate(the_cib, options, section, node_uuid, set_type, set_name,
set_type           66 lib/cib/cib_attrs.c     const char *set_type = NULL;
set_type           70 lib/cib/cib_attrs.c         set_type = attr_set_type;
set_type           72 lib/cib/cib_attrs.c         set_type = XML_TAG_ATTR_SETS;
set_type           80 lib/cib/cib_attrs.c         set_type = XML_CIB_TAG_PROPSET;
set_type           85 lib/cib/cib_attrs.c         set_type = XML_TAG_META_SETS;
set_type          112 lib/cib/cib_attrs.c             set_type = XML_TAG_TRANSIENT_NODEATTRS;
set_type          119 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s[@id='%.128s']", set_type,
set_type          122 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s", set_type);
set_type          177 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
set_type          194 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, set_name,
set_type          257 lib/cib/cib_attrs.c                 if (set_type) {
set_type          260 lib/cib/cib_attrs.c                     local_set_name = crm_concat(tmp_set_name, set_type, '-');
set_type          294 lib/cib/cib_attrs.c         } else if (set_type) {
set_type          295 lib/cib/cib_attrs.c             xml_obj = create_xml_node(xml_obj, set_type);
set_type          332 lib/cib/cib_attrs.c                    const char *section, const char *node_uuid, const char *set_type,
set_type          344 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_NVPAIR_ATTR_VALUE, section, node_uuid, set_type,
set_type          355 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
set_type          367 lib/cib/cib_attrs.c         rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type,
set_type           57 tools/crm_attribute.c const char *set_type = NULL;
set_type          181 tools/crm_attribute.c                 set_type = XML_TAG_UTILIZATION;
set_type          292 tools/crm_attribute.c         rc = delete_attr_delegate(the_cib, cib_opts, type, dest_node, set_type, set_name,
set_type          308 tools/crm_attribute.c         rc = update_attr_delegate(the_cib, cib_opts, type, dest_node, set_type, set_name,
set_type          315 tools/crm_attribute.c         rc = read_attr_delegate(the_cib, type, dest_node, set_type, set_name,
set_type           91 tools/crm_resource_runtime.c find_resource_attr(cib_t * the_cib, const char *attr, const char *rsc, const char *set_type,
set_type          113 tools/crm_resource_runtime.c     if (set_type) {
set_type          114 tools/crm_resource_runtime.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "/%s", set_type);
set_type          284 tools/crm_ticket.c                               const char *set_type, const char *set_name, const char *attr_id,
set_type          299 tools/crm_ticket.c     if (set_type) {
set_type          300 tools/crm_ticket.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "/%s", set_type);