automatic_list    133 fencing/internal.h     GListPtr automatic_list;
automatic_list    257 fencing/remote.c     g_list_free_full(op->automatic_list, free);
automatic_list    313 fencing/remote.c     for (iter = op->automatic_list; iter != NULL; iter = iter->next) {
automatic_list    321 fencing/remote.c     g_list_free_full(op->automatic_list, free);
automatic_list    322 fencing/remote.c     op->automatic_list = NULL;
automatic_list    650 fencing/remote.c     GListPtr match  = g_list_find_custom(op->automatic_list, device,
automatic_list    654 fencing/remote.c         op->automatic_list = g_list_prepend(op->automatic_list, strdup(device));
automatic_list    668 fencing/remote.c     GListPtr match = g_list_find_custom(op->automatic_list, device,
automatic_list    672 fencing/remote.c         op->automatic_list = g_list_remove(op->automatic_list, match->data);
automatic_list   1410 fencing/remote.c             op->devices = op->automatic_list;