attr_set_type      54 lib/cib/cib_attrs.c           const char *attr_set_type, const char *set_name, const char *attr_id,
attr_set_type      65 lib/cib/cib_attrs.c     if (attr_set_type) {
attr_set_type      66 lib/cib/cib_attrs.c         set_type = attr_set_type;
attr_set_type     424 lib/cib/cib_attrs.c                           const char *node_uuid, const char *attr_set_type, const char *set_name,
attr_set_type     437 lib/cib/cib_attrs.c     rc = find_attr(cib, section, node_uuid, attr_set_type, set_name, attr_id,
attr_set_type      88 tools/crm_resource.c     const char *attr_set_type;    // Instance, meta, utilization, or element attribute
attr_set_type     108 tools/crm_resource.c     .attr_set_type = PCMK_XE_INSTANCE_ATTRIBUTES,
attr_set_type     770 tools/crm_resource.c         options.attr_set_type = PCMK_XE_META_ATTRIBUTES;
attr_set_type     772 tools/crm_resource.c         options.attr_set_type = PCMK_XE_UTILIZATION;
attr_set_type     774 tools/crm_resource.c         options.attr_set_type = ATTR_SET_ELEMENT;
attr_set_type    1916 tools/crm_resource.c             if (pcmk__str_eq(options.attr_set_type, PCMK_XE_INSTANCE_ATTRIBUTES,
attr_set_type    1923 tools/crm_resource.c             } else if (pcmk__str_eq(options.attr_set_type,
attr_set_type    1930 tools/crm_resource.c             } else if (pcmk__str_eq(options.attr_set_type, ATTR_SET_ELEMENT, pcmk__str_none)) {
attr_set_type    1966 tools/crm_resource.c                                                options.attr_set_type,
attr_set_type    1978 tools/crm_resource.c                                                options.attr_set_type,
attr_set_type      38 tools/crm_resource.h     char *attr_set_type;
attr_set_type     124 tools/crm_resource.h                                   const char *attr_set, const char *attr_set_type,
attr_set_type     131 tools/crm_resource.h                                   const char *attr_set, const char *attr_set_type,
attr_set_type     159 tools/crm_resource_print.c     pcmk__output_xml_create_parent(out, ud->attr_set_type,
attr_set_type      96 tools/crm_resource_runtime.c                    const char *rsc, const char *attr_set_type, const char *set_name,
attr_set_type     122 tools/crm_resource_runtime.c     if (attr_set_type != NULL) {
attr_set_type     123 tools/crm_resource_runtime.c         pcmk__g_strcat(xpath, "/", attr_set_type, NULL);
attr_set_type     172 tools/crm_resource_runtime.c                                        const char * attr_set_type, const char * attr_id,
attr_set_type     183 tools/crm_resource_runtime.c                                                attr_set, attr_set_type, attr_id,
attr_set_type     191 tools/crm_resource_runtime.c     rc = find_resource_attr(out, cib, PCMK_XA_ID, lookup_id, attr_set_type,
attr_set_type     208 tools/crm_resource_runtime.c                              const char * attr_set_type, const char * attr_id,
attr_set_type     223 tools/crm_resource_runtime.c         int rc = find_resource_attr(out, cib, PCMK_XA_ID, rsc_id, attr_set_type,
attr_set_type     241 tools/crm_resource_runtime.c                                     attr_set_type, attr_set, attr_id, attr_name, NULL);
attr_set_type     255 tools/crm_resource_runtime.c                                            attr_set_type, attr_id, attr_name,
attr_set_type     309 tools/crm_resource_runtime.c                     const char *attr_set_type, const char *attr_id,
attr_set_type     313 tools/crm_resource_runtime.c     if (pcmk__str_eq(attr_set_type, PCMK_XE_INSTANCE_ATTRIBUTES,
attr_set_type     350 tools/crm_resource_runtime.c                                                   attr_set, attr_set_type,
attr_set_type     378 tools/crm_resource_runtime.c     free(ud->attr_set_type);
attr_set_type     389 tools/crm_resource_runtime.c                  const char *attr_set, const char *attr_set_type,
attr_set_type     405 tools/crm_resource_runtime.c     rc = resources_with_attr(out, cib, rsc, requested_name, attr_set, attr_set_type,
attr_set_type     428 tools/crm_resource_runtime.c         rc = find_resource_attr(out, cib, PCMK_XA_ID, lookup_id, attr_set_type,
attr_set_type     442 tools/crm_resource_runtime.c                                                        attr_set_type);
attr_set_type     468 tools/crm_resource_runtime.c                 xml_obj = pcmk__xe_create(xml_top, attr_set_type);
attr_set_type     493 tools/crm_resource_runtime.c             if (attr_set_type == NULL) {
attr_set_type     494 tools/crm_resource_runtime.c                 attr_set_type = (const char *) xml_search->parent->name;
attr_set_type     501 tools/crm_resource_runtime.c             ud->attr_set_type = pcmk__str_copy(attr_set_type);
attr_set_type     520 tools/crm_resource_runtime.c             && pcmk__str_eq(attr_set_type, PCMK_XE_META_ATTRIBUTES,
attr_set_type     542 tools/crm_resource_runtime.c                                  attr_set_type, NULL, attr_name, attr_value,
attr_set_type     555 tools/crm_resource_runtime.c                               const char *attr_set, const char *attr_set_type,
attr_set_type     571 tools/crm_resource_runtime.c     if (pcmk__str_eq(attr_set_type, ATTR_SET_ELEMENT, pcmk__str_none)) {
attr_set_type     584 tools/crm_resource_runtime.c     rc = update_attribute(rsc, requested_name, attr_set, attr_set_type,
attr_set_type     603 tools/crm_resource_runtime.c                               const char *attr_set, const char *attr_set_type,
attr_set_type     619 tools/crm_resource_runtime.c     if (pcmk__str_eq(attr_set_type, ATTR_SET_ELEMENT, pcmk__str_none)) {
attr_set_type     636 tools/crm_resource_runtime.c     if (pcmk__str_eq(attr_set_type, PCMK_XE_META_ATTRIBUTES, pcmk__str_none)) {
attr_set_type     638 tools/crm_resource_runtime.c                                                  attr_set, attr_set_type,
attr_set_type     659 tools/crm_resource_runtime.c         rc = find_resource_attr(out, cib, PCMK_XA_ID, lookup_id, attr_set_type,