automatic_list 260 daemons/fenced/fenced_remote.c g_list_free_full(op->automatic_list, free); automatic_list 326 daemons/fenced/fenced_remote.c for (iter = op->automatic_list; iter != NULL; iter = iter->next) { automatic_list 334 daemons/fenced/fenced_remote.c g_list_free_full(op->automatic_list, free); automatic_list 335 daemons/fenced/fenced_remote.c op->automatic_list = NULL; automatic_list 689 daemons/fenced/fenced_remote.c GListPtr match = g_list_find_custom(op->automatic_list, device, automatic_list 693 daemons/fenced/fenced_remote.c op->automatic_list = g_list_prepend(op->automatic_list, strdup(device)); automatic_list 707 daemons/fenced/fenced_remote.c GListPtr match = g_list_find_custom(op->automatic_list, device, automatic_list 711 daemons/fenced/fenced_remote.c op->automatic_list = g_list_remove(op->automatic_list, match->data); automatic_list 1467 daemons/fenced/fenced_remote.c op->devices = op->automatic_list; automatic_list 146 daemons/fenced/pacemaker-fenced.h GListPtr automatic_list;