Lines Matching refs:target_object
256 union acpi_object *target_object; in acpi_ut_copy_ielement_to_eelement() local
261 target_object = (union acpi_object *) in acpi_ut_copy_ielement_to_eelement()
272 target_object, in acpi_ut_copy_ielement_to_eelement()
285 target_object->type = ACPI_TYPE_PACKAGE; in acpi_ut_copy_ielement_to_eelement()
286 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
287 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement()
293 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement()
300 target_object-> in acpi_ut_copy_ielement_to_eelement()
799 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local
816 target_object = in acpi_ut_copy_ielement_to_ielement()
819 if (!target_object) { in acpi_ut_copy_ielement_to_ielement()
825 target_object); in acpi_ut_copy_ielement_to_ielement()
830 *this_target_ptr = target_object; in acpi_ut_copy_ielement_to_ielement()
844 target_object = in acpi_ut_copy_ielement_to_ielement()
846 if (!target_object) { in acpi_ut_copy_ielement_to_ielement()
850 target_object->common.flags = source_object->common.flags; in acpi_ut_copy_ielement_to_ielement()
854 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_ielement()
858 *this_target_ptr = target_object; in acpi_ut_copy_ielement_to_ielement()
868 acpi_ut_remove_reference(target_object); in acpi_ut_copy_ielement_to_ielement()