promoted_list     436 lib/pengine/clone.c     GList *promoted_list = NULL;
promoted_list     520 lib/pengine/clone.c                     promoted_list = g_list_append(promoted_list, location);
promoted_list     548 lib/pengine/clone.c     promoted_list = g_list_sort(promoted_list, sort_node_uname);
promoted_list     549 lib/pengine/clone.c     for (gIter = promoted_list; gIter; gIter = gIter->next) {
promoted_list     558 lib/pengine/clone.c     g_list_free(promoted_list);
promoted_list     718 lib/pengine/clone.c     GList *promoted_list = NULL;
promoted_list     795 lib/pengine/clone.c                     promoted_list = g_list_append(promoted_list, location);
promoted_list     831 lib/pengine/clone.c     promoted_list = g_list_sort(promoted_list, sort_node_uname);
promoted_list     832 lib/pengine/clone.c     for (gIter = promoted_list; gIter; gIter = gIter->next) {
promoted_list     843 lib/pengine/clone.c     g_list_free(promoted_list);