gIter2             89 daemons/controld/controld_te_events.c     GList *gIter2 = NULL;
gIter2            104 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
gIter2            105 daemons/controld/controld_te_events.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            106 daemons/controld/controld_te_events.c             pcmk__graph_action_t *action = (pcmk__graph_action_t *) gIter2->data;
gIter2            304 daemons/controld/controld_te_events.c     GList *gIter2 = NULL;
gIter2            310 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
gIter2            311 daemons/controld/controld_te_events.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            314 daemons/controld/controld_te_events.c             pcmk__graph_action_t *action = (pcmk__graph_action_t *) gIter2->data;
gIter2            378 daemons/controld/controld_te_events.c     GList *gIter, *gIter2;
gIter2            386 daemons/controld/controld_te_events.c         for (gIter2 = ((pcmk__graph_synapse_t * ) gIter->data)->actions;
gIter2            387 daemons/controld/controld_te_events.c              gIter2 != NULL && match == NULL;
gIter2            388 daemons/controld/controld_te_events.c              gIter2 = gIter2->next) {
gIter2            390 daemons/controld/controld_te_events.c             match = (pcmk__graph_action_t *) gIter2->data;
gIter2           2169 lib/lrmd/lrmd_client.c     GList *gIter2 = NULL;
gIter2           2172 lib/lrmd/lrmd_client.c     for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           2173 lib/lrmd/lrmd_client.c         if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) {
gIter2           1209 lib/pengine/native.c             GList *gIter2 = rsc->running_on;
gIter2           1211 lib/pengine/native.c             for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1212 lib/pengine/native.c                 pcmk_node_t *node = (pcmk_node_t *) gIter2->data;
gIter2           1361 lib/pengine/native.c         for (GList *gIter2 = sorted_nodes; gIter2; gIter2 = gIter2->next) {
gIter2           1362 lib/pengine/native.c             char *node_name = (char *) gIter2->data;
gIter2            714 lib/pengine/pe_output.c     GList *gIter, *gIter2;
gIter2            734 lib/pengine/pe_output.c         for (gIter2 = location->node_list_rh; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            735 lib/pengine/pe_output.c             pcmk_node_t *node = (pcmk_node_t *) gIter2->data;
gIter2           1827 lib/pengine/pe_output.c                 GList *gIter2 = NULL;
gIter2           1832 lib/pengine/pe_output.c                 for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1833 lib/pengine/pe_output.c                     pcmk_resource_t *rsc = (pcmk_resource_t *) gIter2->data;