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()
831 union acpi_operand_object *target_object; in acpi_ut_copy_ielement_to_ielement() local
848 target_object = in acpi_ut_copy_ielement_to_ielement()
851 if (!target_object) { in acpi_ut_copy_ielement_to_ielement()
857 target_object); in acpi_ut_copy_ielement_to_ielement()
862 *this_target_ptr = target_object; in acpi_ut_copy_ielement_to_ielement()
876 target_object = in acpi_ut_copy_ielement_to_ielement()
878 if (!target_object) { in acpi_ut_copy_ielement_to_ielement()
882 target_object->common.flags = source_object->common.flags; in acpi_ut_copy_ielement_to_ielement()
886 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_ielement()
890 *this_target_ptr = target_object; in acpi_ut_copy_ielement_to_ielement()
900 acpi_ut_remove_reference(target_object); in acpi_ut_copy_ielement_to_ielement()