attrs 1956 daemons/fenced/fenced_commands.c xmlNode *attrs = create_xml_node(dev, XML_TAG_ATTRS); attrs 1958 daemons/fenced/fenced_commands.c g_hash_table_foreach(device->params, hash2field, attrs); attrs 223 include/crm/pengine/pe_types.h GHashTable *attrs; /* char* => char* */ attrs 1208 lib/common/patchset.c xmlNode *attrs = NULL; attrs 1210 lib/common/patchset.c attrs = pcmk__xml_first_child(first_named_child(change, attrs 1212 lib/common/patchset.c if (attrs == NULL) { attrs 1223 lib/common/patchset.c for (pIter = pcmk__first_xml_attr(attrs); pIter != NULL; attrs 1226 lib/common/patchset.c const char *value = crm_element_value(attrs, name); attrs 862 lib/pacemaker/pcmk_sched_allocate.c g_hash_table_foreach(node->details->attrs, calculate_system_health, &system_health); attrs 1153 lib/pacemaker/pcmk_sched_constraints.c accept = pe_test_rule(rule_xml, node->details->attrs, RSC_ROLE_UNKNOWN, attrs 1312 lib/pacemaker/pcmk_sched_graph.c g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml); attrs 54 lib/pacemaker/pcmk_sched_transition.c xmlNode *attrs = NULL; attrs 64 lib/pacemaker/pcmk_sched_transition.c attrs = first_named_child(cib_node, XML_TAG_TRANSIENT_NODEATTRS); attrs 65 lib/pacemaker/pcmk_sched_transition.c if (attrs == NULL) { attrs 66 lib/pacemaker/pcmk_sched_transition.c attrs = create_xml_node(cib_node, XML_TAG_TRANSIENT_NODEATTRS); attrs 67 lib/pacemaker/pcmk_sched_transition.c crm_xml_add(attrs, XML_ATTR_ID, node_uuid); attrs 70 lib/pacemaker/pcmk_sched_transition.c instance_attrs = first_named_child(attrs, XML_TAG_ATTR_SETS); attrs 72 lib/pacemaker/pcmk_sched_transition.c instance_attrs = create_xml_node(attrs, XML_TAG_ATTR_SETS); attrs 828 lib/pengine/bundle.c g_hash_table_insert(replica->node->details->attrs, attrs 599 lib/pengine/common.c return g_hash_table_lookup(node->details->attrs, name); attrs 604 lib/pengine/common.c return g_hash_table_lookup(node->details->attrs, name); attrs 620 lib/pengine/common.c return g_hash_table_lookup(host->details->attrs, name); attrs 634 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 119 lib/pengine/complex.c rule_data.node_hash = node->details->attrs; attrs 160 lib/pengine/complex.c rule_data.node_hash = node->details->attrs; attrs 183 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 1916 lib/pengine/pe_output.c g_hash_table_foreach(node->details->attrs, print_str_str, pe_mutable); attrs 203 lib/pengine/status.c if (node->details->attrs != NULL) { attrs 204 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 435 lib/pengine/unpack.c new_node->details->attrs = crm_str_table_new(); attrs 438 lib/pengine/unpack.c g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND), attrs 441 lib/pengine/unpack.c g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND), attrs 744 lib/pengine/unpack.c g_hash_table_replace(remote_node->details->attrs, strdup(CRM_ATTR_KIND), attrs 972 lib/pengine/unpack.c xmlNode *attrs = NULL; attrs 992 lib/pengine/unpack.c attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE); attrs 993 lib/pengine/unpack.c add_node_attrs(attrs, this_node, TRUE, data_set); attrs 1151 lib/pengine/unpack.c xmlNode *attrs = NULL; attrs 1184 lib/pengine/unpack.c attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE); attrs 1185 lib/pengine/unpack.c add_node_attrs(attrs, this_node, TRUE, data_set); attrs 3851 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, attrs 3854 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID), attrs 3859 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, attrs 3862 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, attrs 3868 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME), attrs 3873 lib/pengine/unpack.c node->details->attrs, NULL, overwrite, data_set); attrs 3879 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, attrs 3885 lib/pengine/unpack.c g_hash_table_insert(node->details->attrs, attrs 580 lib/pengine/utils.c .node_hash = action->node->details->attrs, attrs 943 lib/pengine/utils.c xmlNode *attrs = NULL; attrs 946 lib/pengine/utils.c for (attrs = pcmk__xe_first_child(versioned_meta); attrs != NULL; attrs 947 lib/pengine/utils.c attrs = pcmk__xe_next(attrs)) { attrs 949 lib/pengine/utils.c for (attr = pcmk__xe_first_child(attrs); attr != NULL; attrs 1393 lib/pengine/utils.c g_hash_table_foreach(node->details->attrs, print_str_str, pe_mutable); attrs 569 tools/crm_mon_print.c g_hash_table_iter_init(&iter, data.node->details->attrs);