Lines Matching refs:operand0
81 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate() argument
86 union acpi_operand_object *local_operand0 = operand0; in acpi_ex_do_concatenate()
99 switch (operand0->common.type) { in acpi_ex_do_concatenate()
104 operand0_type = operand0->common.type; in acpi_ex_do_concatenate()
112 acpi_ex_convert_to_object_type_string(operand0, in acpi_ex_do_concatenate()
193 operand0->common.type)); in acpi_ex_do_concatenate()
238 memcpy(buffer, &operand0->integer.value, in acpi_ex_do_concatenate()
275 operand0->buffer. in acpi_ex_do_concatenate()
288 memcpy(buffer, operand0->buffer.pointer, in acpi_ex_do_concatenate()
289 operand0->buffer.length); in acpi_ex_do_concatenate()
290 memcpy(buffer + operand0->buffer.length, in acpi_ex_do_concatenate()
300 operand0->common.type)); in acpi_ex_do_concatenate()
308 if (local_operand0 != operand0) { in acpi_ex_do_concatenate()
372 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template() argument
395 status = acpi_ut_get_resource_end_tag(operand0, &end_tag); in acpi_ex_concat_template()
400 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
427 memcpy(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()