target_active    1092 tools/crm_resource_runtime.c     GList *target_active = NULL;
target_active    1185 tools/crm_resource_runtime.c     target_active = get_active_resources(host, data_set.resources);
target_active    1186 tools/crm_resource_runtime.c     dump_list(target_active, "Target");
target_active    1188 tools/crm_resource_runtime.c     list_delta = subtract_lists(current_active, target_active);
target_active    1217 tools/crm_resource_runtime.c             list_delta = subtract_lists(current_active, target_active);
target_active    1255 tools/crm_resource_runtime.c     if (target_active) {
target_active    1256 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);
target_active    1258 tools/crm_resource_runtime.c     target_active = restart_target_active;
target_active    1262 tools/crm_resource_runtime.c     list_delta = subtract_lists(target_active, current_active);
target_active    1297 tools/crm_resource_runtime.c             list_delta = subtract_lists(target_active, current_active);
target_active    1335 tools/crm_resource_runtime.c     if (target_active && (target_active != restart_target_active)) {
target_active    1336 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);