attrs            2020 daemons/fenced/fenced_commands.c             xmlNode *attrs = create_xml_node(dev, XML_TAG_ATTRS);
attrs            2022 daemons/fenced/fenced_commands.c             g_hash_table_foreach(device->params, hash2field, attrs);
attrs             234 include/crm/pengine/pe_types.h     GHashTable *attrs;          /* char* => char* */
attrs            1201 lib/common/patchset.c             xmlNode *attrs = NULL;
attrs            1203 lib/common/patchset.c             attrs = pcmk__xml_first_child(first_named_child(change,
attrs            1205 lib/common/patchset.c             if (attrs == NULL) {
attrs            1211 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
attrs            1214 lib/common/patchset.c                 const char *value = crm_element_value(attrs, name);
attrs             867 lib/pacemaker/pcmk_sched_allocate.c         g_hash_table_foreach(node->details->attrs, calculate_system_health, &system_health);
attrs            1156 lib/pacemaker/pcmk_sched_constraints.c         accept = pe_test_rule(rule_xml, node->details->attrs, RSC_ROLE_UNKNOWN,
attrs            1356 lib/pacemaker/pcmk_sched_graph.c         g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml);
attrs              46 lib/pacemaker/pcmk_sched_transition.c     xmlNode *attrs = NULL;
attrs              52 lib/pacemaker/pcmk_sched_transition.c     attrs = first_named_child(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
attrs              53 lib/pacemaker/pcmk_sched_transition.c     if (attrs == NULL) {
attrs              54 lib/pacemaker/pcmk_sched_transition.c         attrs = create_xml_node(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
attrs              55 lib/pacemaker/pcmk_sched_transition.c         crm_xml_add(attrs, XML_ATTR_ID, node_uuid);
attrs              58 lib/pacemaker/pcmk_sched_transition.c     instance_attrs = first_named_child(attrs, XML_TAG_ATTR_SETS);
attrs              60 lib/pacemaker/pcmk_sched_transition.c         instance_attrs = create_xml_node(attrs, XML_TAG_ATTR_SETS);
attrs             820 lib/pengine/bundle.c         g_hash_table_insert(replica->node->details->attrs,
attrs             605 lib/pengine/common.c         return g_hash_table_lookup(node->details->attrs, name);
attrs             610 lib/pengine/common.c         return g_hash_table_lookup(node->details->attrs, name);
attrs             626 lib/pengine/common.c         return g_hash_table_lookup(host->details->attrs, name);
attrs             640 lib/pengine/common.c     return g_hash_table_lookup(node->details->attrs, name);
attrs              17 lib/pengine/complex.c void populate_hash(xmlNode * nvpair_list, GHashTable * hash, const char **attrs, int attrs_length);
attrs             159 lib/pengine/complex.c         rule_data.node_hash = node->details->attrs;
attrs             203 lib/pengine/complex.c         rule_data.node_hash = node->details->attrs;
attrs             226 lib/pengine/complex.c         .node_hash = (node == NULL)? NULL : node->details->attrs,
attrs             264 lib/pengine/failcounts.c     g_hash_table_iter_init(&iter, node->details->attrs);
attrs            1715 lib/pengine/pe_output.c         g_hash_table_iter_init(&iter, node->details->attrs);
attrs            2792 lib/pengine/pe_output.c         g_hash_table_foreach(node->details->attrs, print_str_str, pe_mutable);
attrs             204 lib/pengine/status.c         if (node->details->attrs != NULL) {
attrs             205 lib/pengine/status.c             g_hash_table_destroy(node->details->attrs);
attrs              58 lib/pengine/unpack.c static void add_node_attrs(xmlNode *attrs, pe_node_t *node, bool overwrite,
attrs             429 lib/pengine/unpack.c     new_node->details->attrs = pcmk__strkey_table(free, free);
attrs             432 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             435 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             736 lib/pengine/unpack.c         g_hash_table_replace(remote_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             964 lib/pengine/unpack.c     xmlNode *attrs = NULL;
attrs             984 lib/pengine/unpack.c     attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
attrs             985 lib/pengine/unpack.c     add_node_attrs(attrs, this_node, TRUE, data_set);
attrs            1034 lib/pengine/unpack.c     xmlNode *attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
attrs            1036 lib/pengine/unpack.c     add_node_attrs(attrs, node, TRUE, data_set);
attrs            3936 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
attrs            3939 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
attrs            3944 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
attrs            3947 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
attrs            3953 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
attrs            3958 lib/pengine/unpack.c                                node->details->attrs, NULL, overwrite, data_set);
attrs            3964 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
attrs            3970 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
attrs             530 lib/pengine/utils.c                 .node_hash = action->node->details->attrs,
attrs             898 lib/pengine/utils.c     xmlNode *attrs = NULL;
attrs             901 lib/pengine/utils.c     for (attrs = pcmk__xe_first_child(versioned_meta); attrs != NULL;
attrs             902 lib/pengine/utils.c          attrs = pcmk__xe_next(attrs)) {
attrs             904 lib/pengine/utils.c         for (attr = pcmk__xe_first_child(attrs); attr != NULL;