gIter2 88 daemons/controld/controld_te_events.c GList *gIter2 = NULL; gIter2 103 daemons/controld/controld_te_events.c gIter2 = synapse->actions; gIter2 104 daemons/controld/controld_te_events.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 105 daemons/controld/controld_te_events.c pcmk__graph_action_t *action = (pcmk__graph_action_t *) gIter2->data; gIter2 311 daemons/controld/controld_te_events.c GList *gIter2 = NULL; gIter2 317 daemons/controld/controld_te_events.c gIter2 = synapse->actions; gIter2 318 daemons/controld/controld_te_events.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 321 daemons/controld/controld_te_events.c pcmk__graph_action_t *action = (pcmk__graph_action_t *) gIter2->data; gIter2 385 daemons/controld/controld_te_events.c GList *gIter, *gIter2; gIter2 393 daemons/controld/controld_te_events.c for (gIter2 = ((pcmk__graph_synapse_t * ) gIter->data)->actions; gIter2 394 daemons/controld/controld_te_events.c gIter2 != NULL && match == NULL; gIter2 395 daemons/controld/controld_te_events.c gIter2 = gIter2->next) { gIter2 397 daemons/controld/controld_te_events.c match = (pcmk__graph_action_t *) gIter2->data; gIter2 2330 lib/lrmd/lrmd_client.c GList *gIter2 = NULL; gIter2 2333 lib/lrmd/lrmd_client.c for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 2334 lib/lrmd/lrmd_client.c if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) { gIter2 1227 lib/pengine/native.c GList *gIter2 = rsc->running_on; gIter2 1229 lib/pengine/native.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1230 lib/pengine/native.c pcmk_node_t *node = (pcmk_node_t *) gIter2->data; gIter2 1379 lib/pengine/native.c for (GList *gIter2 = sorted_nodes; gIter2; gIter2 = gIter2->next) { gIter2 1380 lib/pengine/native.c char *node_name = (char *) gIter2->data; gIter2 722 lib/pengine/pe_output.c GList *gIter, *gIter2; gIter2 742 lib/pengine/pe_output.c for (gIter2 = location->nodes; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 743 lib/pengine/pe_output.c pcmk_node_t *node = (pcmk_node_t *) gIter2->data; gIter2 1960 lib/pengine/pe_output.c GList *gIter2 = NULL; gIter2 1965 lib/pengine/pe_output.c for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1966 lib/pengine/pe_output.c pcmk_resource_t *rsc = (pcmk_resource_t *) gIter2->data;