Home
last modified time | relevance | path

Searched refs:this_index (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/acpi/utilities/
Dutcopy.c207 u32 this_index; in acpi_ut_copy_ielement_to_eelement() local
214 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
216 &((union acpi_object *)(state->pkg.dest_object))->package.elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
517 u32 this_index; in acpi_ut_copy_epackage_to_ipackage() local
721 u32 this_index; in acpi_ut_copy_ielement_to_ielement() local
729 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
731 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()
Dutmisc.c1256 u32 this_index; in acpi_ut_walk_package_tree() local
1271 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
1273 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()