gIter2             32 daemons/controld/controld_te_events.c     GList *gIter2 = NULL;
gIter2             47 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
gIter2             48 daemons/controld/controld_te_events.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2             49 daemons/controld/controld_te_events.c             crm_action_t *action = (crm_action_t *) gIter2->data;
gIter2            220 daemons/controld/controld_te_events.c     GList *gIter2 = NULL;
gIter2            226 daemons/controld/controld_te_events.c         gIter2 = synapse->actions;
gIter2            227 daemons/controld/controld_te_events.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            230 daemons/controld/controld_te_events.c             crm_action_t *action = (crm_action_t *) gIter2->data;
gIter2            294 daemons/controld/controld_te_events.c     GList *gIter, *gIter2;
gIter2            302 daemons/controld/controld_te_events.c         for (gIter2 = ((synapse_t*)gIter->data)->actions;
gIter2            303 daemons/controld/controld_te_events.c              gIter2 != NULL && match == NULL;
gIter2            304 daemons/controld/controld_te_events.c              gIter2 = gIter2->next) {
gIter2            306 daemons/controld/controld_te_events.c             match = (crm_action_t*)gIter2->data;
gIter2           2136 lib/lrmd/lrmd_client.c     GList *gIter2 = NULL;
gIter2           2139 lib/lrmd/lrmd_client.c     for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           2140 lib/lrmd/lrmd_client.c         if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) {
gIter2            213 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter1 = list1, *gIter2 = list2;
gIter2            214 lib/pacemaker/pcmk_sched_clone.c          (gIter1 != NULL) && (gIter2 != NULL);
gIter2            215 lib/pacemaker/pcmk_sched_clone.c          gIter1 = gIter1->next, gIter2 = gIter2->next) {
gIter2            218 lib/pacemaker/pcmk_sched_clone.c         node2 = (pe_node_t *) gIter2->data;
gIter2            667 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter2 = NULL;
gIter2            740 lib/pacemaker/pcmk_sched_promotable.c         for (gIter2 = child_rsc->rsc_cons; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            741 lib/pacemaker/pcmk_sched_promotable.c             pcmk__colocation_t *cons = (pcmk__colocation_t *) gIter2->data;
gIter2            275 lib/pacemaker/pcmk_simulate.c         GList *gIter2 = NULL;
gIter2            277 lib/pacemaker/pcmk_simulate.c         for (gIter2 = action->actions_before; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            278 lib/pacemaker/pcmk_simulate.c             pe_action_wrapper_t *before = (pe_action_wrapper_t *) gIter2->data;
gIter2           1150 lib/pengine/native.c             GList *gIter2 = rsc->running_on;
gIter2           1152 lib/pengine/native.c             for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1153 lib/pengine/native.c                 pe_node_t *node = (pe_node_t *) gIter2->data;
gIter2           1298 lib/pengine/native.c         for (GList *gIter2 = sorted_nodes; gIter2; gIter2 = gIter2->next) {
gIter2           1299 lib/pengine/native.c             char *node_name = (char *) gIter2->data;
gIter2            615 lib/pengine/pe_output.c     GList *gIter, *gIter2;
gIter2            631 lib/pengine/pe_output.c         for (gIter2 = location->node_list_rh; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            632 lib/pengine/pe_output.c             pe_node_t *node = (pe_node_t *) gIter2->data;
gIter2           1619 lib/pengine/pe_output.c                 GList *gIter2 = NULL;
gIter2           1624 lib/pengine/pe_output.c                 for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1625 lib/pengine/pe_output.c                     pe_resource_t *rsc = (pe_resource_t *) gIter2->data;