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           2135 lib/lrmd/lrmd_client.c     GList *gIter2 = NULL;
gIter2           2138 lib/lrmd/lrmd_client.c     for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           2139 lib/lrmd/lrmd_client.c         if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) {
gIter2            877 lib/pacemaker/pcmk_sched_allocate.c             GList *gIter2 = data_set->resources;
gIter2            879 lib/pacemaker/pcmk_sched_allocate.c             for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            880 lib/pacemaker/pcmk_sched_allocate.c                 pe_resource_t *rsc = (pe_resource_t *) gIter2->data;
gIter2            948 lib/pacemaker/pcmk_sched_allocate.c         for (GList *gIter2 = data_set->resources; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            949 lib/pacemaker/pcmk_sched_allocate.c             pe_resource_t *rsc = (pe_resource_t *) gIter2->data;
gIter2           1110 lib/pacemaker/pcmk_sched_allocate.c         GList *gIter2 = NULL;
gIter2           1113 lib/pacemaker/pcmk_sched_allocate.c         gIter2 = data_set->resources;
gIter2           1114 lib/pacemaker/pcmk_sched_allocate.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1115 lib/pacemaker/pcmk_sched_allocate.c             pe_resource_t *rsc = (pe_resource_t *) gIter2->data;
gIter2            211 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter1 = list1, *gIter2 = list2;
gIter2            212 lib/pacemaker/pcmk_sched_clone.c          (gIter1 != NULL) && (gIter2 != NULL);
gIter2            213 lib/pacemaker/pcmk_sched_clone.c          gIter1 = gIter1->next, gIter2 = gIter2->next) {
gIter2            216 lib/pacemaker/pcmk_sched_clone.c         node2 = (pe_node_t *) gIter2->data;
gIter2            663 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter2 = NULL;
gIter2            736 lib/pacemaker/pcmk_sched_promotable.c         for (gIter2 = child_rsc->rsc_cons; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            737 lib/pacemaker/pcmk_sched_promotable.c             pcmk__colocation_t *cons = (pcmk__colocation_t *) gIter2->data;
gIter2            217 lib/pacemaker/pcmk_sched_utilization.c             GList *gIter2 = NULL;
gIter2            224 lib/pacemaker/pcmk_sched_utilization.c                 gIter2 = child->children;
gIter2            225 lib/pacemaker/pcmk_sched_utilization.c                 for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            226 lib/pacemaker/pcmk_sched_utilization.c                     pe_resource_t *grandchild = (pe_resource_t *) gIter2->data;
gIter2           1144 lib/pengine/native.c             GList *gIter2 = rsc->running_on;
gIter2           1146 lib/pengine/native.c             for (; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1147 lib/pengine/native.c                 pe_node_t *node = (pe_node_t *) gIter2->data;
gIter2            669 lib/pengine/pe_output.c     GList *gIter, *gIter2;
gIter2            685 lib/pengine/pe_output.c         for (gIter2 = location->node_list_rh; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            686 lib/pengine/pe_output.c             pe_node_t *node = (pe_node_t *) gIter2->data;
gIter2           1392 lib/pengine/pe_output.c                 GList *gIter2 = NULL;
gIter2           1397 lib/pengine/pe_output.c                 for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2           1398 lib/pengine/pe_output.c                     pe_resource_t *rsc = (pe_resource_t *) gIter2->data;
gIter2            564 tools/crm_simulate.c         GList *gIter2 = NULL;
gIter2            566 tools/crm_simulate.c         for (gIter2 = action->actions_before; gIter2 != NULL; gIter2 = gIter2->next) {
gIter2            567 tools/crm_simulate.c             pe_action_wrapper_t *before = (pe_action_wrapper_t *) gIter2->data;