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           58 lib/cib/cib_attrs.c     const char *set_type = NULL;
set_type           62 lib/cib/cib_attrs.c         set_type = attr_set_type;
set_type           64 lib/cib/cib_attrs.c         set_type = XML_TAG_ATTR_SETS;
set_type           72 lib/cib/cib_attrs.c         set_type = XML_CIB_TAG_PROPSET;
set_type           77 lib/cib/cib_attrs.c         set_type = XML_TAG_META_SETS;
set_type          104 lib/cib/cib_attrs.c             set_type = XML_TAG_TRANSIENT_NODEATTRS;
set_type          111 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s[@id='%.128s']", set_type,
set_type          114 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s", set_type);
set_type          170 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
set_type          187 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, set_name,
set_type          251 lib/cib/cib_attrs.c                 if (set_type) {
set_type          255 lib/cib/cib_attrs.c                                                        set_type);
set_type          289 lib/cib/cib_attrs.c         } else if (set_type) {
set_type          290 lib/cib/cib_attrs.c             xml_obj = create_xml_node(xml_obj, set_type);
set_type          327 lib/cib/cib_attrs.c                    const char *section, const char *node_uuid, const char *set_type,
set_type          339 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_NVPAIR_ATTR_VALUE, section, node_uuid, set_type,
set_type          350 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
set_type          362 lib/cib/cib_attrs.c         rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type,
set_type           53 tools/crm_attribute.c     char *set_type;
set_type          118 tools/crm_attribute.c     if (options.set_type) {
set_type          119 tools/crm_attribute.c         free(options.set_type);
set_type          122 tools/crm_attribute.c     options.set_type = strdup(XML_TAG_UTILIZATION);
set_type          444 tools/crm_attribute.c         rc = delete_attr_delegate(the_cib, cib_opts, options.type, options.dest_node, options.set_type, options.set_name,
set_type          460 tools/crm_attribute.c         rc = update_attr_delegate(the_cib, cib_opts, options.type, options.dest_node, options.set_type, options.set_name,
set_type          467 tools/crm_attribute.c         rc = read_attr_delegate(the_cib, options.type, options.dest_node, options.set_type, options.set_name,
set_type          515 tools/crm_attribute.c     free(options.set_type);