gIter2 91 daemons/controld/controld_te_events.c GList *gIter2 = NULL; gIter2 106 daemons/controld/controld_te_events.c gIter2 = synapse->actions; gIter2 107 daemons/controld/controld_te_events.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 108 daemons/controld/controld_te_events.c pcmk__graph_action_t *action = (pcmk__graph_action_t *) gIter2->data; gIter2 314 daemons/controld/controld_te_events.c GList *gIter2 = NULL; gIter2 320 daemons/controld/controld_te_events.c gIter2 = synapse->actions; gIter2 321 daemons/controld/controld_te_events.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 324 daemons/controld/controld_te_events.c pcmk__graph_action_t *action = (pcmk__graph_action_t *) gIter2->data; gIter2 387 daemons/controld/controld_te_events.c GList *gIter, *gIter2; gIter2 395 daemons/controld/controld_te_events.c for (gIter2 = ((pcmk__graph_synapse_t * ) gIter->data)->actions; gIter2 396 daemons/controld/controld_te_events.c gIter2 != NULL && match == NULL; gIter2 397 daemons/controld/controld_te_events.c gIter2 = gIter2->next) { gIter2 399 daemons/controld/controld_te_events.c match = (pcmk__graph_action_t *) gIter2->data; gIter2 2293 lib/lrmd/lrmd_client.c GList *gIter2 = NULL; gIter2 2296 lib/lrmd/lrmd_client.c for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 2297 lib/lrmd/lrmd_client.c if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) { gIter2 993 lib/pengine/native.c for (GList *gIter2 = rsc->priv->active_nodes; gIter2 994 lib/pengine/native.c gIter2 != NULL; gIter2 = gIter2->next) { gIter2 996 lib/pengine/native.c pcmk_node_t *node = (pcmk_node_t *) gIter2->data; gIter2 1065 lib/pengine/native.c for (GList *gIter2 = sorted_nodes; gIter2; gIter2 = gIter2->next) { gIter2 1066 lib/pengine/native.c char *node_name = (char *) gIter2->data; gIter2 726 lib/pengine/pe_output.c GList *gIter, *gIter2; gIter2 746 lib/pengine/pe_output.c for (gIter2 = location->nodes; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 747 lib/pengine/pe_output.c pcmk_node_t *node = (pcmk_node_t *) gIter2->data; gIter2 1970 lib/pengine/pe_output.c GList *gIter2 = NULL; gIter2 1975 lib/pengine/pe_output.c for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1976 lib/pengine/pe_output.c pcmk_resource_t *rsc = (pcmk_resource_t *) gIter2->data;