Lines Matching defs:temp_desc
581 union acpi_operand_object *temp_desc;
626 temp_desc = operand[0];
627 if (ACPI_GET_DESCRIPTOR_TYPE(temp_desc) ==
632 acpi_ut_add_reference(temp_desc);
643 &temp_desc, walk_state);
654 * temp_desc is now guaranteed to be an Integer object --
659 temp_desc->integer.value + 1;
662 temp_desc->integer.value - 1;
667 acpi_ut_remove_reference(temp_desc);
712 &temp_desc);
734 value = temp_desc->string.length;
741 status = acpi_ds_get_buffer_arguments(temp_desc);
742 value = temp_desc->buffer.length;
749 status = acpi_ds_get_package_arguments(temp_desc);
750 value = temp_desc->package.count;
795 temp_desc =
799 if (temp_desc
800 && ((temp_desc->common.type == ACPI_TYPE_STRING)
801 || (temp_desc->common.type ==
803 operand[0] = temp_desc;
804 acpi_ut_add_reference(temp_desc);
827 walk_state, &temp_desc);
837 operand[0] = temp_desc;
844 temp_desc =
847 operand[0] = temp_desc;
945 temp_desc =
962 temp_desc->buffer.pointer[operand[0]->reference.value]);
1029 &temp_desc);
1035 return_desc = temp_desc;