attrs            2185 daemons/fenced/fenced_commands.c             xmlNode *attrs = create_xml_node(dev, XML_TAG_ATTRS);
attrs            2187 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            1200 lib/common/patchset.c             xmlNode *attrs = NULL;
attrs            1202 lib/common/patchset.c             attrs = pcmk__xml_first_child(first_named_child(change,
attrs            1204 lib/common/patchset.c             if (attrs == NULL) {
attrs            1210 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
attrs            1213 lib/common/patchset.c                 const char *value = crm_element_value(attrs, name);
attrs            1035 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml);
attrs             755 lib/pacemaker/pcmk_sched_allocate.c         g_hash_table_foreach(node->details->attrs, calculate_system_health, &system_health);
attrs             147 lib/pacemaker/pcmk_sched_location.c         accept = pe_test_rule(rule_xml, node->details->attrs, RSC_ROLE_UNKNOWN,
attrs              47 lib/pacemaker/pcmk_sched_transition.c     xmlNode *attrs = NULL;
attrs              53 lib/pacemaker/pcmk_sched_transition.c     attrs = first_named_child(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
attrs              54 lib/pacemaker/pcmk_sched_transition.c     if (attrs == NULL) {
attrs              55 lib/pacemaker/pcmk_sched_transition.c         attrs = create_xml_node(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
attrs              56 lib/pacemaker/pcmk_sched_transition.c         crm_xml_add(attrs, XML_ATTR_ID, node_uuid);
attrs              59 lib/pacemaker/pcmk_sched_transition.c     instance_attrs = first_named_child(attrs, XML_TAG_ATTR_SETS);
attrs              61 lib/pacemaker/pcmk_sched_transition.c         instance_attrs = create_xml_node(attrs, XML_TAG_ATTR_SETS);
attrs             814 lib/pengine/bundle.c         g_hash_table_insert(replica->node->details->attrs,
attrs              34 lib/pengine/clone.c     char *attrs = NULL;
attrs              38 lib/pengine/clone.c         pcmk__add_separated_word(&attrs, &len, "promotable", ", ");
attrs              42 lib/pengine/clone.c         pcmk__add_separated_word(&attrs, &len, "unique", ", ");
attrs              46 lib/pengine/clone.c         pcmk__add_separated_word(&attrs, &len, "unmanaged", ", ");
attrs              50 lib/pengine/clone.c         pcmk__add_separated_word(&attrs, &len, "disabled", ", ");
attrs              53 lib/pengine/clone.c     if (attrs) {
attrs              56 lib/pengine/clone.c                                  attrs);
attrs              57 lib/pengine/clone.c         free(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              43 lib/pengine/group.c     char *attrs = NULL;
attrs              48 lib/pengine/group.c         pcmk__add_separated_word(&attrs, &len, word, ", ");
attrs              53 lib/pengine/group.c         pcmk__add_separated_word(&attrs, &len, "unmanaged", ", ");
attrs              57 lib/pengine/group.c         pcmk__add_separated_word(&attrs, &len, "disabled", ", ");
attrs              60 lib/pengine/group.c     if (attrs) {
attrs              62 lib/pengine/group.c                                  rsc->id, attrs);
attrs              63 lib/pengine/group.c         free(attrs);
attrs            1845 lib/pengine/pe_output.c         g_hash_table_iter_init(&iter, node->details->attrs);
attrs            2875 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              57 lib/pengine/unpack.c static void add_node_attrs(xmlNode *attrs, pe_node_t *node, bool overwrite,
attrs             428 lib/pengine/unpack.c     new_node->details->attrs = pcmk__strkey_table(free, free);
attrs             431 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             434 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             729 lib/pengine/unpack.c         g_hash_table_replace(remote_node->details->attrs, strdup(CRM_ATTR_KIND),
attrs             957 lib/pengine/unpack.c     xmlNode *attrs = NULL;
attrs             977 lib/pengine/unpack.c     attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
attrs             978 lib/pengine/unpack.c     add_node_attrs(attrs, this_node, TRUE, data_set);
attrs            1027 lib/pengine/unpack.c     xmlNode *attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
attrs            1029 lib/pengine/unpack.c     add_node_attrs(attrs, node, TRUE, data_set);
attrs            3942 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
attrs            3945 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
attrs            3950 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
attrs            3953 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
attrs            3959 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
attrs            3964 lib/pengine/unpack.c                                node->details->attrs, NULL, overwrite, data_set);
attrs            3970 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
attrs            3976 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
attrs             552 lib/pengine/utils.c             .node_hash = action->node->details->attrs,
attrs            1016 lib/pengine/utils.c     xmlNode *attrs = NULL;
attrs            1019 lib/pengine/utils.c     for (attrs = pcmk__xe_first_child(versioned_meta); attrs != NULL;
attrs            1020 lib/pengine/utils.c          attrs = pcmk__xe_next(attrs)) {
attrs            1022 lib/pengine/utils.c         for (attr = pcmk__xe_first_child(attrs); attr != NULL;
attrs             261 maint/gnulib/lib/execute.c   posix_spawnattr_t attrs;
attrs             298 maint/gnulib/lib/execute.c               && ((err = posix_spawnattr_init (&attrs)) != 0
attrs             300 maint/gnulib/lib/execute.c                       (err = posix_spawnattr_setsigmask (&attrs,
attrs             303 maint/gnulib/lib/execute.c                       || (err = posix_spawnattr_setflags (&attrs,
attrs             309 maint/gnulib/lib/execute.c                                     attrs_allocated ? &attrs : NULL,
attrs             312 maint/gnulib/lib/execute.c                                      attrs_allocated ? &attrs : NULL,
attrs             319 maint/gnulib/lib/execute.c         posix_spawnattr_destroy (&attrs);
attrs             330 maint/gnulib/lib/execute.c     posix_spawnattr_destroy (&attrs);
attrs             452 maint/gnulib/lib/spawn-pipe.c   posix_spawnattr_t attrs;
attrs             525 maint/gnulib/lib/spawn-pipe.c               && ((err = posix_spawnattr_init (&attrs)) != 0
attrs             528 maint/gnulib/lib/spawn-pipe.c                       (err = posix_spawnattr_setpgroup (&attrs, 0)) != 0
attrs             529 maint/gnulib/lib/spawn-pipe.c                       || (err = posix_spawnattr_setflags (&attrs,
attrs             533 maint/gnulib/lib/spawn-pipe.c                       (err = posix_spawnattr_setsigmask (&attrs,
attrs             536 maint/gnulib/lib/spawn-pipe.c                       || (err = posix_spawnattr_setflags (&attrs,
attrs             543 maint/gnulib/lib/spawn-pipe.c                                     attrs_allocated ? &attrs : NULL,
attrs             546 maint/gnulib/lib/spawn-pipe.c                                      attrs_allocated ? &attrs : NULL,
attrs             553 maint/gnulib/lib/spawn-pipe.c         posix_spawnattr_destroy (&attrs);
attrs             572 maint/gnulib/lib/spawn-pipe.c     posix_spawnattr_destroy (&attrs);
attrs              60 maint/gnulib/tests/test-posix_spawn-chdir.c   posix_spawnattr_t attrs;
attrs              96 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawnattr_init (&attrs)) != 0
attrs             101 maint/gnulib/tests/test-posix_spawn-chdir.c               (err = posix_spawnattr_setsigmask (&attrs, &blocked_signals)) != 0
attrs             102 maint/gnulib/tests/test-posix_spawn-chdir.c               || (err = posix_spawnattr_setflags (&attrs, POSIX_SPAWN_SETSIGMASK)) != 0
attrs             105 maint/gnulib/tests/test-posix_spawn-chdir.c           || (err = posix_spawnp (&child, pwd_prog, &actions, &attrs, argv, environ)) != 0))
attrs             110 maint/gnulib/tests/test-posix_spawn-chdir.c         posix_spawnattr_destroy (&attrs);
attrs             117 maint/gnulib/tests/test-posix_spawn-chdir.c   posix_spawnattr_destroy (&attrs);
attrs              60 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   posix_spawnattr_t attrs;
attrs              93 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c           || (err = posix_spawnattr_init (&attrs)) != 0
attrs              98 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c               (err = posix_spawnattr_setsigmask (&attrs, &blocked_signals)) != 0
attrs              99 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c               || (err = posix_spawnattr_setflags (&attrs, POSIX_SPAWN_SETSIGMASK)) != 0
attrs             102 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c           || (err = posix_spawnp (&child, BOURNE_SHELL, &actions, &attrs, argv, environ)) != 0))
attrs             107 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c         posix_spawnattr_destroy (&attrs);
attrs             114 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   posix_spawnattr_destroy (&attrs);
attrs              82 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   posix_spawnattr_t attrs;
attrs             116 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           || (err = posix_spawnattr_init (&attrs)) != 0
attrs             121 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c               (err = posix_spawnattr_setsigmask (&attrs, &blocked_signals)) != 0
attrs             122 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c               || (err = posix_spawnattr_setflags (&attrs, POSIX_SPAWN_SETSIGMASK)) != 0
attrs             125 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           || (err = posix_spawnp (&child, BOURNE_SHELL, &actions, &attrs, argv, environ)) != 0))
attrs             130 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c         posix_spawnattr_destroy (&attrs);
attrs             137 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   posix_spawnattr_destroy (&attrs);
attrs              64 maint/gnulib/tests/test-posix_spawn-fchdir.c   posix_spawnattr_t attrs;
attrs             105 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawnattr_init (&attrs)) != 0
attrs             110 maint/gnulib/tests/test-posix_spawn-fchdir.c               (err = posix_spawnattr_setsigmask (&attrs, &blocked_signals)) != 0
attrs             111 maint/gnulib/tests/test-posix_spawn-fchdir.c               || (err = posix_spawnattr_setflags (&attrs, POSIX_SPAWN_SETSIGMASK)) != 0
attrs             114 maint/gnulib/tests/test-posix_spawn-fchdir.c           || (err = posix_spawnp (&child, pwd_prog, &actions, &attrs, argv, environ)) != 0))
attrs             119 maint/gnulib/tests/test-posix_spawn-fchdir.c         posix_spawnattr_destroy (&attrs);
attrs             126 maint/gnulib/tests/test-posix_spawn-fchdir.c   posix_spawnattr_destroy (&attrs);