auto_list        1542 daemons/fenced/fenced_remote.c         GList *auto_list = NULL;
auto_list        1546 daemons/fenced/fenced_remote.c             auto_list = g_list_copy(op->automatic_list);
auto_list        1576 daemons/fenced/fenced_remote.c                     if (auto_list) {
auto_list        1577 daemons/fenced/fenced_remote.c                         GList *match = g_list_find_custom(auto_list, device_list->data,
auto_list        1580 daemons/fenced/fenced_remote.c                             auto_list = g_list_remove(auto_list, match->data);
auto_list        1596 daemons/fenced/fenced_remote.c         if (auto_list) {
auto_list        1597 daemons/fenced/fenced_remote.c             for (iter = auto_list; iter != NULL; iter = iter->next) {
auto_list        1611 daemons/fenced/fenced_remote.c         g_list_free(auto_list);