gIter2 32 daemons/controld/controld_te_events.c GListPtr 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 GListPtr 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 GListPtr 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 1959 lib/lrmd/lrmd_client.c GListPtr gIter2 = NULL; gIter2 1962 lib/lrmd/lrmd_client.c for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1963 lib/lrmd/lrmd_client.c if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) { gIter2 872 lib/pacemaker/pcmk_sched_allocate.c GListPtr gIter2 = data_set->resources; gIter2 874 lib/pacemaker/pcmk_sched_allocate.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 875 lib/pacemaker/pcmk_sched_allocate.c pe_resource_t *rsc = (pe_resource_t *) gIter2->data; gIter2 943 lib/pacemaker/pcmk_sched_allocate.c for (GListPtr gIter2 = data_set->resources; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 944 lib/pacemaker/pcmk_sched_allocate.c pe_resource_t *rsc = (pe_resource_t *) gIter2->data; gIter2 1105 lib/pacemaker/pcmk_sched_allocate.c GListPtr gIter2 = NULL; gIter2 1108 lib/pacemaker/pcmk_sched_allocate.c gIter2 = data_set->resources; gIter2 1109 lib/pacemaker/pcmk_sched_allocate.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1110 lib/pacemaker/pcmk_sched_allocate.c pe_resource_t *rsc = (pe_resource_t *) gIter2->data; gIter2 667 lib/pacemaker/pcmk_sched_promotable.c GListPtr 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 rsc_colocation_t *cons = (rsc_colocation_t *) gIter2->data; gIter2 202 lib/pacemaker/pcmk_sched_utilization.c GListPtr gIter2 = NULL; gIter2 209 lib/pacemaker/pcmk_sched_utilization.c gIter2 = child->children; gIter2 210 lib/pacemaker/pcmk_sched_utilization.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 211 lib/pacemaker/pcmk_sched_utilization.c pe_resource_t *grandchild = (pe_resource_t *) gIter2->data; gIter2 1295 lib/pengine/native.c GListPtr gIter2 = rsc->running_on; gIter2 1297 lib/pengine/native.c for (; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1298 lib/pengine/native.c pe_node_t *node = (pe_node_t *) gIter2->data; gIter2 1133 lib/pengine/pe_output.c GListPtr gIter2 = NULL; gIter2 1138 lib/pengine/pe_output.c for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 1139 lib/pengine/pe_output.c pe_resource_t *rsc = (pe_resource_t *) gIter2->data; gIter2 504 tools/crm_mon_print.c GListPtr gIter, gIter2; gIter2 519 tools/crm_mon_print.c for (gIter2 = location->node_list_rh; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 520 tools/crm_mon_print.c pe_node_t *node = (pe_node_t *) gIter2->data; gIter2 658 tools/crm_simulate.c GListPtr gIter2 = NULL; gIter2 660 tools/crm_simulate.c for (gIter2 = action->actions_before; gIter2 != NULL; gIter2 = gIter2->next) { gIter2 661 tools/crm_simulate.c pe_action_wrapper_t *before = (pe_action_wrapper_t *) gIter2->data;