Searched refs:target_object (Results 1 – 3 of 3) sorted by relevance
208 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local215 target_object = (union acpi_object *) in acpi_ut_copy_ielement_to_eelement()225 target_object, info->free_space, &object_space); in acpi_ut_copy_ielement_to_eelement()237 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement()238 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()239 target_object->package.elements = ACPI_CAST_PTR (union acpi_object, info->free_space); in acpi_ut_copy_ielement_to_eelement()244 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement()251 (acpi_size) target_object->package.count * sizeof (union acpi_object)); in acpi_ut_copy_ielement_to_eelement()723 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local742 target_object = acpi_ut_create_internal_object ( in acpi_ut_copy_ielement_to_ielement()[all …]
1249 void *target_object, in acpi_ut_walk_package_tree() argument1263 state = acpi_ut_create_pkg_state (source_object, target_object, 0); in acpi_ut_walk_package_tree()
58 void *target_object,