attrs            1910 fencing/commands.c             xmlNode *attrs = create_xml_node(dev, XML_TAG_ATTRS);
attrs            1912 fencing/commands.c             g_hash_table_foreach(device->params, hash2field, attrs);
attrs             158 include/crm/pengine/status.h     GHashTable *attrs;          /* char* => char* */
attrs            2130 lib/common/xml.c             xmlNode *attrs = __xml_first_child(first_named_child(change, XML_DIFF_RESULT));
attrs            2132 lib/common/xml.c             if(attrs == NULL) {
attrs            2143 lib/common/xml.c             for (pIter = crm_first_attr(attrs); pIter != NULL; pIter = pIter->next) {
attrs            2145 lib/common/xml.c                 const char *value = crm_element_value(attrs, name);
attrs             448 lib/pengine/common.c         return g_hash_table_lookup(node->details->attrs, name);
attrs             453 lib/pengine/common.c         return g_hash_table_lookup(node->details->attrs, name);
attrs             469 lib/pengine/common.c         return g_hash_table_lookup(host->details->attrs, name);
attrs             483 lib/pengine/common.c     return g_hash_table_lookup(node->details->attrs, name);
attrs              27 lib/pengine/complex.c void populate_hash(xmlNode * nvpair_list, GHashTable * hash, const char **attrs, int attrs_length);
attrs             138 lib/pengine/complex.c         node_hash = node->details->attrs;
attrs             180 lib/pengine/complex.c         node_hash = node->details->attrs;
attrs             205 lib/pengine/complex.c         node_hash = node->details->attrs;
attrs             641 lib/pengine/container.c         g_hash_table_insert(tuple->node->details->attrs,
attrs             250 lib/pengine/failcounts.c     g_hash_table_iter_init(&iter, node->details->attrs);
attrs             158 lib/pengine/status.c             if (details->attrs != NULL) {
attrs             159 lib/pengine/status.c                 g_hash_table_destroy(details->attrs);
attrs             397 lib/pengine/unpack.c     new_node->details->attrs = crm_str_table_new();
attrs             400 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             403 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             707 lib/pengine/unpack.c         g_hash_table_replace(remote_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs            1007 lib/pengine/unpack.c     xmlNode *attrs = NULL;
attrs            1028 lib/pengine/unpack.c     attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
attrs            1029 lib/pengine/unpack.c     add_node_attrs(attrs, this_node, TRUE, data_set);
attrs            1195 lib/pengine/unpack.c             xmlNode *attrs = NULL;
attrs            1227 lib/pengine/unpack.c             attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
attrs            1228 lib/pengine/unpack.c             add_node_attrs(attrs, this_node, TRUE, data_set);
attrs            3314 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
attrs            3317 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
attrs            3322 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
attrs            3325 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
attrs            3331 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
attrs            3336 lib/pengine/unpack.c                                node->details->attrs, NULL, overwrite, data_set->now);
attrs            3342 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
attrs            3348 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
attrs              40 lib/pengine/unpack.h extern gboolean add_node_attrs(xmlNode * attrs, node_t * node, gboolean overwrite,
attrs             541 lib/pengine/utils.c                                        action->node->details->attrs,
attrs             886 lib/pengine/utils.c     xmlNode *attrs = NULL;
attrs             889 lib/pengine/utils.c     for (attrs = __xml_first_child(versioned_meta); attrs != NULL; attrs = __xml_next_element(attrs)) {
attrs             890 lib/pengine/utils.c         for (attr = __xml_first_child(attrs); attr != NULL; attr = __xml_next_element(attr)) {
attrs            1259 lib/pengine/utils.c         g_hash_table_foreach(node->details->attrs, print_str_str, pe_mutable);
attrs             848 pengine/allocate.c         g_hash_table_foreach(node->details->attrs, calculate_system_health, &system_health);
attrs            1070 pengine/constraints.c         accept = pe_test_rule_full(rule_xml, node->details->attrs, RSC_ROLE_UNKNOWN, data_set->now, match_data);
attrs            1268 pengine/graph.c         g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml);
attrs            2169 tools/crm_mon.c             g_hash_table_foreach(data.node->details->attrs, create_attr_list, NULL);
attrs              65 tools/fake_transition.c     xmlNode *attrs = NULL;
attrs              75 tools/fake_transition.c     attrs = first_named_child(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
attrs              76 tools/fake_transition.c     if (attrs == NULL) {
attrs              77 tools/fake_transition.c         attrs = create_xml_node(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
attrs              78 tools/fake_transition.c         crm_xml_add(attrs, XML_ATTR_ID, node_uuid);
attrs              81 tools/fake_transition.c     instance_attrs = first_named_child(attrs, XML_TAG_ATTR_SETS);
attrs              83 tools/fake_transition.c         instance_attrs = create_xml_node(attrs, XML_TAG_ATTR_SETS);