topo_list          55 fencing/standalone_config.c static struct topology *topo_list;
topo_list          76 fencing/standalone_config.c     for (topo = topo_list; topo != NULL; topo = topo->next) {
topo_list          95 fencing/standalone_config.c     topo->next = topo_list;
topo_list          96 fencing/standalone_config.c     topo_list = topo;
topo_list         225 fencing/standalone_config.c     while (topo_list) {
topo_list         226 fencing/standalone_config.c         topo = topo_list;
topo_list         233 fencing/standalone_config.c         topo_list = topo->next;
topo_list         334 fencing/standalone_config.c     for (topo = topo_list; topo != NULL; topo = topo->next) {