Searched refs:external_object (Results 1 – 3 of 3) sorted by relevance
21 union acpi_object *external_object,39 acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object,79 union acpi_object *external_object, in acpi_ut_copy_isimple_to_esimple() argument98 memset(external_object, 0, sizeof(union acpi_object)); in acpi_ut_copy_isimple_to_esimple()104 external_object->type = internal_object->common.type; in acpi_ut_copy_isimple_to_esimple()111 external_object->string.pointer = (char *)data_space; in acpi_ut_copy_isimple_to_esimple()112 external_object->string.length = internal_object->string.length; in acpi_ut_copy_isimple_to_esimple()125 external_object->buffer.pointer = data_space; in acpi_ut_copy_isimple_to_esimple()126 external_object->buffer.length = internal_object->buffer.length; in acpi_ut_copy_isimple_to_esimple()138 external_object->integer.value = internal_object->integer.value; in acpi_ut_copy_isimple_to_esimple()[all …]
192 void *external_object, in acpi_ut_create_pkg_state() argument210 state->pkg.dest_object = external_object; in acpi_ut_create_pkg_state()
521 void *external_object,