topology           52 fencing/commands.c GHashTable *topology = NULL;
topology         1391 fencing/commands.c         crm_trace("Could not add %s[%d] (%d) to the topology (%d active entries)", target, id, mode, g_hash_table_size(topology));
topology         1398 fencing/commands.c     tp = g_hash_table_lookup(topology, target);
topology         1407 fencing/commands.c         g_hash_table_replace(topology, tp->target, tp);
topology         1409 fencing/commands.c                   target, mode, g_hash_table_size(topology));
topology         1457 fencing/commands.c     tp = g_hash_table_lookup(topology, target);
topology         1460 fencing/commands.c                  target, g_hash_table_size(topology));
topology         1462 fencing/commands.c     } else if (id == 0 && g_hash_table_remove(topology, target)) {
topology         1464 fencing/commands.c                  target, g_hash_table_size(topology));
topology          243 fencing/internal.h extern GHashTable *topology;
topology          422 fencing/main.c     do_stonith_notify_config(options, op, rc, desc, g_hash_table_size(topology));
topology          560 fencing/main.c     if(topology) {
topology          561 fencing/main.c         g_hash_table_destroy(topology);
topology          562 fencing/main.c         topology = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, free_topology_entry);
topology         1520 fencing/main.c     topology = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, free_topology_entry);
topology          749 fencing/remote.c     stonith_topology_t *tp = g_hash_table_lookup(topology, host);
topology          752 fencing/remote.c         crm_trace("Found %s for %s in %d entries", tp->target, host, g_hash_table_size(topology));
topology          756 fencing/remote.c     g_hash_table_iter_init(&tIter, topology);
topology          759 fencing/remote.c             crm_trace("Found %s for %s in %d entries", tp->target, host, g_hash_table_size(topology));
topology          764 fencing/remote.c     crm_trace("No matches for %s in %d topology entries", host, g_hash_table_size(topology));
topology           51 fencing/standalone_config.c     struct topology *next;
topology           55 fencing/standalone_config.c static struct topology *topo_list;
topology           71 fencing/standalone_config.c static struct topology *
topology           74 fencing/standalone_config.c     struct topology *topo = NULL;
topology           93 fencing/standalone_config.c add_topology(struct topology *topo)
topology          193 fencing/standalone_config.c     struct topology *topo = NULL;
topology          202 fencing/standalone_config.c         topo = calloc(1, sizeof(struct topology));
topology          222 fencing/standalone_config.c     struct topology *topo = NULL;
topology          264 fencing/standalone_config.c cfg_register_topology(struct topology *topo)
topology          328 fencing/standalone_config.c     struct topology *topo = NULL;