Lines Matching refs:target_object
255 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local
260 target_object = (union acpi_object *) in acpi_ut_copy_ielement_to_eelement()
270 target_object, in acpi_ut_copy_ielement_to_eelement()
282 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement()
283 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
284 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement()
290 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement()
297 target_object-> in acpi_ut_copy_ielement_to_eelement()
834 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local
851 target_object = in acpi_ut_copy_ielement_to_ielement()
854 if (!target_object) { in acpi_ut_copy_ielement_to_ielement()
860 target_object); in acpi_ut_copy_ielement_to_ielement()
865 *this_target_ptr = target_object; in acpi_ut_copy_ielement_to_ielement()
878 target_object = in acpi_ut_copy_ielement_to_ielement()
880 if (!target_object) { in acpi_ut_copy_ielement_to_ielement()
884 target_object->common.flags = source_object->common.flags; in acpi_ut_copy_ielement_to_ielement()
888 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_ielement()
892 *this_target_ptr = target_object; in acpi_ut_copy_ielement_to_ielement()
903 acpi_ut_remove_reference(target_object); in acpi_ut_copy_ielement_to_ielement()