started_list      391 lib/pengine/clone.c     GListPtr started_list = NULL;
started_list      474 lib/pengine/clone.c                     started_list = g_list_append(started_list, location);
started_list      513 lib/pengine/clone.c     started_list = g_list_sort(started_list, sort_node_uname);
started_list      514 lib/pengine/clone.c     for (gIter = started_list; gIter; gIter = gIter->next) {
started_list      534 lib/pengine/clone.c     g_list_free(started_list);