Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dutcopy.c255 u32 this_index; in acpi_ut_copy_ielement_to_eelement() local
260 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
263 elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
829 u32 this_index; in acpi_ut_copy_ielement_to_ielement() local
835 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
837 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()
Dutmisc.c938 u32 this_index; in acpi_ut_walk_package_tree() local
952 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
954 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()