tags              117 include/crm/common/logging.h gboolean crm_is_callsite_active(struct qb_log_callsite *cs, uint8_t level, uint32_t tags);
tags              125 include/crm/common/logging.h                      uint32_t tags, uint8_t level, const char *text,
tags              158 include/crm/common/logging_internal.h                               uint32_t line, uint32_t tags, uint8_t level,
tags              162 include/crm/common/logging_internal.h                                uint32_t line, uint32_t tags, uint8_t level,
tags              768 include/crm/common/output_internal.h                                  uint32_t tags);
tags              218 include/crm/common/scheduler.h     GHashTable *tags;               //!< Configuration tags (ID -> pcmk_tag_t *)
tags              496 include/crm/pengine/internal.h gboolean add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref);
tags              579 lib/common/logging.c     } else if (cs->tags != crm_trace_nonlog && source == QB_LOG_BLACKBOX) {
tags              611 lib/common/logging.c                && cs->tags != 0
tags              612 lib/common/logging.c                && cs->tags != crm_trace_nonlog && g_quark_to_string(cs->tags) != NULL) {
tags              680 lib/common/logging.c crm_is_callsite_active(struct qb_log_callsite *cs, uint8_t level, uint32_t tags)
tags              693 lib/common/logging.c     if (cs->tags != tags) {
tags              694 lib/common/logging.c         cs->tags = tags;
tags             1164 lib/common/logging.c                 uint32_t tags, uint8_t level, const char *text, const xmlNode *xml)
tags             1176 lib/common/logging.c         pcmk__output_set_log_filter(logger_out, file, function, line, tags);
tags             1201 lib/common/logging.c                          uint32_t tags, uint8_t level, const xmlNode *xml)
tags             1212 lib/common/logging.c     pcmk__output_set_log_filter(logger_out, file, function, line, tags);
tags             1232 lib/common/logging.c                           uint32_t tags, uint8_t level, const xmlNode *patchset)
tags             1243 lib/common/logging.c     pcmk__output_set_log_filter(logger_out, file, function, line, tags);
tags               30 lib/common/output_log.c     uint32_t tags;
tags               44 lib/common/output_log.c             (((priv)->line == 0)? __LINE__ : (priv)->line), (priv)->tags,   \
tags               60 lib/common/output_log.c             (((priv)->line == 0)? __LINE__ : (priv)->line), (priv)->tags,   \
tags              395 lib/common/output_log.c                             const char *function, uint32_t line, uint32_t tags)
tags              406 lib/common/output_log.c     priv->tags = tags;
tags              158 lib/pacemaker/pcmk_sched_constraints.c     if (g_hash_table_lookup_extended(scheduler->tags, id,
tags              302 lib/pengine/status.c     if (scheduler->tags) {
tags              303 lib/pengine/status.c         g_hash_table_destroy(scheduler->tags);
tags               25 lib/pengine/tags.c     if (scheduler->tags == NULL) {
tags               29 lib/pengine/tags.c     value = g_hash_table_lookup(scheduler->tags, tag_name);
tags               57 lib/pengine/tags.c     if (scheduler->tags == NULL) {
tags               61 lib/pengine/tags.c     value = g_hash_table_lookup(scheduler->tags, tag_name);
tags              888 lib/pengine/unpack.c     scheduler->tags = pcmk__strkey_table(free, destroy_tag);
tags              921 lib/pengine/unpack.c             if (add_tag_ref(scheduler->tags, tag_id, obj_ref) == FALSE) {
tags              617 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref)
tags              623 lib/pengine/utils.c     CRM_CHECK(tags && tag_name && obj_ref, return FALSE);
tags              625 lib/pengine/utils.c     tag = g_hash_table_lookup(tags, tag_name);
tags              633 lib/pengine/utils.c         g_hash_table_insert(tags, strdup(tag_name), tag);
tags              180 tools/crm_diff.c         const char *tags[] = {
tags              185 tools/crm_diff.c         for (i = 0; i < PCMK__NELEM(tags); i++) {
tags              189 tools/crm_diff.c             tmp = find_xml_node(patch, tags[i], FALSE);