tags              122 include/crm/common/logging.h gboolean crm_is_callsite_active(struct qb_log_callsite *cs, uint8_t level, uint32_t tags);
tags              131 include/crm/common/logging.h                      uint32_t tags, uint8_t level, const char *text,
tags              216 include/crm/common/logging_internal.h                               uint32_t line, uint32_t tags, uint8_t level,
tags              220 include/crm/common/logging_internal.h                                uint32_t line, uint32_t tags, uint8_t level,
tags              746 include/crm/common/output_internal.h                                  uint32_t tags);
tags              253 include/crm/common/scheduler.h     GHashTable *tags;               // Configuration tags (ID -> pcmk_tag_t *)
tags              318 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             1162 lib/common/logging.c                 uint32_t tags, uint8_t level, const char *text, const xmlNode *xml)
tags             1174 lib/common/logging.c         pcmk__output_set_log_filter(logger_out, file, function, line, tags);
tags             1199 lib/common/logging.c                          uint32_t tags, uint8_t level, const xmlNode *xml)
tags             1210 lib/common/logging.c     pcmk__output_set_log_filter(logger_out, file, function, line, tags);
tags             1230 lib/common/logging.c                           uint32_t tags, uint8_t level, const xmlNode *patchset)
tags             1241 lib/common/logging.c     pcmk__output_set_log_filter(logger_out, file, function, line, tags);
tags               26 lib/common/output_log.c     uint32_t tags;
tags               40 lib/common/output_log.c             (((priv)->line == 0)? __LINE__ : (priv)->line), (priv)->tags,   \
tags               56 lib/common/output_log.c             (((priv)->line == 0)? __LINE__ : (priv)->line), (priv)->tags,   \
tags              420 lib/common/output_log.c                             const char *function, uint32_t line, uint32_t tags)
tags              431 lib/common/output_log.c         priv->tags = tags;
tags              161 lib/pacemaker/pcmk_sched_constraints.c     if (g_hash_table_lookup_extended(scheduler->tags, id,
tags              341 lib/pengine/status.c     if (scheduler->tags) {
tags              342 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              977 lib/pengine/unpack.c     scheduler->tags = pcmk__strkey_table(free, destroy_tag);
tags             1010 lib/pengine/unpack.c             if (add_tag_ref(scheduler->tags, tag_id, obj_ref) == FALSE) {
tags              627 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref)
tags              633 lib/pengine/utils.c     CRM_CHECK(tags && tag_name && obj_ref, return FALSE);
tags              635 lib/pengine/utils.c     tag = g_hash_table_lookup(tags, tag_name);
tags              644 lib/pengine/utils.c         g_hash_table_insert(tags, strdup(tag_name), tag);
tags              182 tools/crm_diff.c         const char *tags[] = {
tags              187 tools/crm_diff.c         for (i = 0; i < PCMK__NELEM(tags); i++) {
tags              191 tools/crm_diff.c             tmp = pcmk__xe_first_child(patch, tags[i], NULL, NULL);