automatic_list    279 daemons/fenced/fenced_remote.c     g_list_free_full(op->automatic_list, free);
automatic_list    347 daemons/fenced/fenced_remote.c     for (iter = op->automatic_list; iter != NULL; iter = iter->next) {
automatic_list    355 daemons/fenced/fenced_remote.c     g_list_free_full(op->automatic_list, free);
automatic_list    356 daemons/fenced/fenced_remote.c     op->automatic_list = NULL;
automatic_list    815 daemons/fenced/fenced_remote.c     GList *match  = g_list_find_custom(op->automatic_list, device,
automatic_list    819 daemons/fenced/fenced_remote.c         op->automatic_list = g_list_prepend(op->automatic_list,
automatic_list    834 daemons/fenced/fenced_remote.c     GList *match = g_list_find_custom(op->automatic_list, device,
automatic_list    838 daemons/fenced/fenced_remote.c         op->automatic_list = g_list_remove(op->automatic_list, match->data);
automatic_list   1632 daemons/fenced/fenced_remote.c             && (op->automatic_list != NULL)) {
automatic_list   1633 daemons/fenced/fenced_remote.c             auto_list = g_list_copy(op->automatic_list);
automatic_list   1802 daemons/fenced/fenced_remote.c             op->devices = op->automatic_list;
automatic_list    242 daemons/fenced/pacemaker-fenced.h     GList *automatic_list;