target_active 1287 tools/crm_resource_runtime.c GList *target_active = NULL; target_active 1422 tools/crm_resource_runtime.c target_active = get_active_resources(host, data_set->resources); target_active 1423 tools/crm_resource_runtime.c dump_list(target_active, "Target"); target_active 1425 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp); target_active 1456 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp); target_active 1493 tools/crm_resource_runtime.c if (target_active != NULL) { target_active 1494 tools/crm_resource_runtime.c g_list_free_full(target_active, free); target_active 1495 tools/crm_resource_runtime.c target_active = NULL; target_active 1497 tools/crm_resource_runtime.c target_active = restart_target_active; target_active 1498 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp); target_active 1534 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp); target_active 1573 tools/crm_resource_runtime.c if (target_active != NULL && (target_active != restart_target_active)) { target_active 1574 tools/crm_resource_runtime.c g_list_free_full(target_active, free);