restart_target_active 1694 tools/crm_resource_runtime.c     GList *restart_target_active = NULL;
restart_target_active 1791 tools/crm_resource_runtime.c     restart_target_active = get_active_resources(host,
restart_target_active 1832 tools/crm_resource_runtime.c         if (restart_target_active != NULL) {
restart_target_active 1833 tools/crm_resource_runtime.c             g_list_free_full(restart_target_active, free);
restart_target_active 1834 tools/crm_resource_runtime.c             restart_target_active = NULL;
restart_target_active 1925 tools/crm_resource_runtime.c     target_active = restart_target_active;
restart_target_active 2005 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
restart_target_active 2008 tools/crm_resource_runtime.c     if (restart_target_active != NULL) {
restart_target_active 2009 tools/crm_resource_runtime.c         g_list_free_full(restart_target_active, free);