Searched refs:external_object (Results 1 – 3 of 3) sorted by relevance
55 union acpi_object *external_object,73 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object,113 union acpi_object *external_object, in acpi_ut_copy_isimple_to_esimple() argument132 memset(external_object, 0, sizeof(union acpi_object)); in acpi_ut_copy_isimple_to_esimple()138 external_object->type = internal_object->common.type; in acpi_ut_copy_isimple_to_esimple()145 external_object->string.pointer = (char *)data_space; in acpi_ut_copy_isimple_to_esimple()146 external_object->string.length = internal_object->string.length; in acpi_ut_copy_isimple_to_esimple()159 external_object->buffer.pointer = data_space; in acpi_ut_copy_isimple_to_esimple()160 external_object->buffer.length = internal_object->buffer.length; in acpi_ut_copy_isimple_to_esimple()172 external_object->integer.value = internal_object->integer.value; in acpi_ut_copy_isimple_to_esimple()[all …]
228 void *external_object, in acpi_ut_create_pkg_state() argument246 state->pkg.dest_object = external_object; in acpi_ut_create_pkg_state()
489 void *external_object,