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 2290 lib/lrmd/lrmd_client.c GList *gIter2 = NULL; gIter2 2293 lib/lrmd/lrmd_client.c for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 2294 lib/lrmd/lrmd_client.c if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) { gIter2 1014 lib/pengine/native.c for (GList *gIter2 = rsc->priv->active_nodes; gIter2 1015 lib/pengine/native.c gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1017 lib/pengine/native.c pcmk_node_t *node = (pcmk_node_t *) gIter2->data; gIter2 1086 lib/pengine/native.c for (GList *gIter2 = sorted_nodes; gIter2; gIter2 = gIter2->next) { gIter2 1087 lib/pengine/native.c char *node_name = (char *) gIter2->data; gIter2 723 lib/pengine/pe_output.c GList *gIter, *gIter2; gIter2 743 lib/pengine/pe_output.c for (gIter2 = location->nodes; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 744 lib/pengine/pe_output.c pcmk_node_t *node = (pcmk_node_t *) gIter2->data; gIter2 1962 lib/pengine/pe_output.c GList *gIter2 = NULL; gIter2 1967 lib/pengine/pe_output.c for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1968 lib/pengine/pe_output.c pcmk_resource_t *rsc = (pcmk_resource_t *) gIter2->data;