Searched refs:external_object (Results 1 – 3 of 3) sorted by relevance
73 union acpi_object *external_object, in acpi_ut_copy_isimple_to_esimple() argument95 ACPI_MEMSET (external_object, 0, sizeof (union acpi_object)); in acpi_ut_copy_isimple_to_esimple()101 external_object->type = ACPI_GET_OBJECT_TYPE (internal_object); in acpi_ut_copy_isimple_to_esimple()108 external_object->string.pointer = (char *) data_space; in acpi_ut_copy_isimple_to_esimple()109 external_object->string.length = internal_object->string.length; in acpi_ut_copy_isimple_to_esimple()119 external_object->buffer.pointer = data_space; in acpi_ut_copy_isimple_to_esimple()120 external_object->buffer.length = internal_object->buffer.length; in acpi_ut_copy_isimple_to_esimple()130 external_object->integer.value = internal_object->integer.value; in acpi_ut_copy_isimple_to_esimple()149 external_object->type = ACPI_TYPE_ANY; in acpi_ut_copy_isimple_to_esimple()150 external_object->reference.handle = internal_object->reference.node; in acpi_ut_copy_isimple_to_esimple()[all …]
898 void *external_object, in acpi_ut_create_pkg_state_and_push() argument908 state = acpi_ut_create_pkg_state (internal_object, external_object, index); in acpi_ut_create_pkg_state_and_push()1117 void *external_object, in acpi_ut_create_pkg_state() argument1137 state->pkg.dest_object = external_object; in acpi_ut_create_pkg_state()
650 void *external_object,662 void *external_object,