set_type           30 daemons/attrd/attrd_attributes.c     const char *set_type = crm_element_value(xml, PCMK__XA_ATTR_SET_TYPE);
set_type           34 daemons/attrd/attrd_attributes.c     if (set_type == NULL) {
set_type           35 daemons/attrd/attrd_attributes.c         set_type = PCMK_XE_INSTANCE_ATTRIBUTES;
set_type           42 daemons/attrd/attrd_attributes.c     if (!is_private && !pcmk__str_any_of(set_type,
set_type           46 daemons/attrd/attrd_attributes.c                  pcmk__s(name, "(unidentified)"), set_type);
set_type           53 daemons/attrd/attrd_attributes.c     a->set_type = pcmk__str_copy(set_type);
set_type          142 daemons/attrd/attrd_attributes.c     crm_xml_add(xml, PCMK__XA_ATTR_SET_TYPE, a->set_type);
set_type          358 daemons/attrd/attrd_cib.c     child = pcmk__xe_create(child, attr->set_type);
set_type          399 daemons/attrd/attrd_cib.c                                     node_id, node_id, attr->set_type, set_id,
set_type          273 daemons/attrd/attrd_corosync.c                    attr, host, a->set_type ? " in " : "",
set_type          274 daemons/attrd/attrd_corosync.c                    pcmk__s(a->set_type, ""), readable_value(v),
set_type          241 daemons/attrd/attrd_utils.c         free(a->set_type);
set_type          131 daemons/attrd/pacemaker-attrd.h     char *set_type; // PCMK_XE_INSTANCE_ATTRIBUTES or PCMK_XE_UTILIZATION
set_type          297 include/crm/cib/internal.h                           const char *section, const char *node_uuid, const char *set_type,
set_type          303 include/crm/cib/internal.h                         const char *node_uuid, const char *set_type, const char *set_name,
set_type          308 include/crm/cib/internal.h                           const char *section, const char *node_uuid, const char *set_type,
set_type           28 include/crm/cib/util.h                          const char *set_type, const char *set_name,
set_type           35 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           62 lib/cib/cib_attrs.c     const char *set_type = NULL;
set_type           66 lib/cib/cib_attrs.c         set_type = attr_set_type;
set_type           68 lib/cib/cib_attrs.c         set_type = PCMK_XE_INSTANCE_ATTRIBUTES;
set_type           73 lib/cib/cib_attrs.c         set_type = PCMK_XE_CLUSTER_PROPERTY_SET;
set_type           79 lib/cib/cib_attrs.c         set_type = PCMK_XE_META_ATTRIBUTES;
set_type          107 lib/cib/cib_attrs.c             set_type = PCMK__XE_TRANSIENT_ATTRIBUTES;
set_type          114 lib/cib/cib_attrs.c     pcmk__g_strcat(xpath, "//", set_type, NULL);
set_type          165 lib/cib/cib_attrs.c                       const char *node_uuid, const char *set_type, const char *set_name,
set_type          182 lib/cib/cib_attrs.c     rc = find_attr(cib, section, node_uuid, set_type, set_name, attr_id,
set_type          258 lib/cib/cib_attrs.c                 if (set_type) {
set_type          262 lib/cib/cib_attrs.c                                                        set_type);
set_type          299 lib/cib/cib_attrs.c         } else if (set_type) {
set_type          300 lib/cib/cib_attrs.c             xml_obj = pcmk__xe_create(xml_obj, set_type);
set_type          346 lib/cib/cib_attrs.c                     const char *node_uuid, const char *set_type, const char *set_name,
set_type          357 lib/cib/cib_attrs.c     rc = find_attr(cib, section, node_uuid, set_type, set_name, attr_id, attr_name,
set_type          372 lib/cib/cib_attrs.c                       const char *node_uuid, const char *set_type, const char *set_name,
set_type          385 lib/cib/cib_attrs.c         rc = find_attr(cib, section, node_uuid, set_type, set_name, attr_id,
set_type          456 lib/cib/cib_attrs.c                      const char *node_uuid, const char *set_type, const char *set_name,
set_type          468 lib/cib/cib_attrs.c     rc = cib__update_node_attr(out, cib, call_options, section, node_uuid, set_type,
set_type          479 lib/cib/cib_attrs.c                    const char *set_type, const char *set_name, const char *attr_id,
set_type          492 lib/cib/cib_attrs.c     rc = cib__get_node_attrs(out, cib, section, node_uuid, set_type, set_name,
set_type          512 lib/cib/cib_attrs.c                      const char *set_type, const char *set_name, const char *attr_id,
set_type          524 lib/cib/cib_attrs.c     rc = cib__delete_node_attr(out, cib, options, section, node_uuid, set_type,
set_type           74 tools/crm_attribute.c     char *set_type;
set_type          149 tools/crm_attribute.c     pcmk__str_update(&options.set_type, PCMK_XE_UTILIZATION);
set_type          418 tools/crm_attribute.c                                options.dest_node, options.set_type,
set_type          458 tools/crm_attribute.c                                  options.set_type, options.set_name, NULL, NULL,
set_type          469 tools/crm_attribute.c                                    options.set_type, options.set_name, options.attr_id,
set_type          505 tools/crm_attribute.c                                  options.dest_node, options.set_type,
set_type          529 tools/crm_attribute.c                                  options.set_type, options.set_name, NULL, NULL,
set_type          540 tools/crm_attribute.c                                    options.dest_node, options.set_type,
set_type          597 tools/crm_attribute.c                                  options.set_type, options.set_name, NULL,
set_type          601 tools/crm_attribute.c                                  options.set_type, options.set_name, options.attr_id,
set_type          831 tools/crm_attribute.c     set_type();
set_type          927 tools/crm_attribute.c     if (pcmk__str_eq(options.set_type, PCMK_XE_UTILIZATION, pcmk__str_none)) {
set_type          975 tools/crm_attribute.c     free(options.set_type);