set_type           36 daemons/attrd/attrd_attributes.c     a->set_type = crm_element_value_copy(xml, PCMK__XA_ATTR_SET_TYPE);
set_type          136 daemons/attrd/attrd_cib.c     if (pcmk__str_eq(a->set_type, XML_TAG_ATTR_SETS, pcmk__str_null_matches)) {
set_type          138 daemons/attrd/attrd_cib.c     } else if (pcmk__str_eq(a->set_type, XML_TAG_UTILIZATION, pcmk__str_none)) {
set_type          141 daemons/attrd/attrd_cib.c         crm_err("Unknown set type attribute: %s", a->set_type);
set_type          311 daemons/attrd/attrd_corosync.c                    attr, host, a->set_type ? " in " : "",
set_type          312 daemons/attrd/attrd_corosync.c                    pcmk__s(a->set_type, ""), pcmk__s(v->current, "(unset)"),
set_type          277 daemons/attrd/attrd_utils.c         free(a->set_type);
set_type          123 daemons/attrd/pacemaker-attrd.h     char *set_type;
set_type          249 include/crm/cib/internal.h                           const char *section, const char *node_uuid, const char *set_type,
set_type          255 include/crm/cib/internal.h                         const char *node_uuid, const char *set_type, const char *set_name,
set_type          260 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           63 lib/cib/cib_attrs.c     const char *set_type = NULL;
set_type           67 lib/cib/cib_attrs.c         set_type = attr_set_type;
set_type           69 lib/cib/cib_attrs.c         set_type = XML_TAG_ATTR_SETS;
set_type           74 lib/cib/cib_attrs.c         set_type = XML_CIB_TAG_PROPSET;
set_type           79 lib/cib/cib_attrs.c         set_type = XML_TAG_META_SETS;
set_type          107 lib/cib/cib_attrs.c             set_type = XML_TAG_TRANSIENT_NODEATTRS;
set_type          114 lib/cib/cib_attrs.c     pcmk__g_strcat(xpath, "//", set_type, NULL);
set_type          174 lib/cib/cib_attrs.c                       const char *node_uuid, const char *set_type, const char *set_name,
set_type          191 lib/cib/cib_attrs.c     rc = find_attr(cib, section, node_uuid, set_type, set_name, attr_id,
set_type          265 lib/cib/cib_attrs.c                 if (set_type) {
set_type          269 lib/cib/cib_attrs.c                                                        set_type);
set_type          303 lib/cib/cib_attrs.c         } else if (set_type) {
set_type          304 lib/cib/cib_attrs.c             xml_obj = create_xml_node(xml_obj, set_type);
set_type          345 lib/cib/cib_attrs.c                     const char *node_uuid, const char *set_type, const char *set_name,
set_type          356 lib/cib/cib_attrs.c     rc = find_attr(cib, section, node_uuid, set_type, set_name, attr_id, attr_name,
set_type          371 lib/cib/cib_attrs.c                       const char *node_uuid, const char *set_type, const char *set_name,
set_type          384 lib/cib/cib_attrs.c         rc = find_attr(cib, section, node_uuid, set_type, set_name, attr_id,
set_type          450 lib/cib/cib_attrs.c                      const char *node_uuid, const char *set_type, const char *set_name,
set_type          462 lib/cib/cib_attrs.c     rc = cib__update_node_attr(out, cib, call_options, section, node_uuid, set_type,
set_type          473 lib/cib/cib_attrs.c                    const char *set_type, const char *set_name, const char *attr_id,
set_type          486 lib/cib/cib_attrs.c     rc = cib__get_node_attrs(out, cib, section, node_uuid, set_type, set_name,
set_type          505 lib/cib/cib_attrs.c                      const char *set_type, const char *set_name, const char *attr_id,
set_type          517 lib/cib/cib_attrs.c     rc = cib__delete_node_attr(out, cib, options, section, node_uuid, set_type,
set_type           99 tools/crm_attribute.c     char *set_type;
set_type          151 tools/crm_attribute.c     pcmk__str_update(&options.set_type, XML_TAG_UTILIZATION);
set_type          375 tools/crm_attribute.c                                options.dest_node, options.set_type,
set_type          399 tools/crm_attribute.c                                  options.set_type, options.set_name, NULL, NULL,
set_type          414 tools/crm_attribute.c                                    options.set_type, options.set_name, options.attr_id,
set_type          450 tools/crm_attribute.c                                  options.dest_node, options.set_type,
set_type          473 tools/crm_attribute.c                                  options.set_type, options.set_name, NULL, NULL,
set_type          488 tools/crm_attribute.c                                    options.dest_node, options.set_type,
set_type          545 tools/crm_attribute.c                                  options.set_type, options.set_name, NULL,
set_type          549 tools/crm_attribute.c                                  options.set_type, options.set_name, options.attr_id,
set_type          753 tools/crm_attribute.c     set_type();
set_type          827 tools/crm_attribute.c     if (pcmk__str_eq(options.set_type, XML_TAG_UTILIZATION, pcmk__str_none)) {
set_type          869 tools/crm_attribute.c     free(options.set_type);