Lines Matching refs:operand0
47 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate() argument
52 union acpi_operand_object *local_operand0 = operand0; in acpi_ex_do_concatenate()
65 switch (operand0->common.type) { in acpi_ex_do_concatenate()
70 operand0_type = operand0->common.type; in acpi_ex_do_concatenate()
78 acpi_ex_convert_to_object_type_string(operand0, in acpi_ex_do_concatenate()
159 operand0->common.type)); in acpi_ex_do_concatenate()
204 memcpy(buffer, &operand0->integer.value, in acpi_ex_do_concatenate()
241 operand0->buffer. in acpi_ex_do_concatenate()
254 memcpy(buffer, operand0->buffer.pointer, in acpi_ex_do_concatenate()
255 operand0->buffer.length); in acpi_ex_do_concatenate()
256 memcpy(buffer + operand0->buffer.length, in acpi_ex_do_concatenate()
266 operand0->common.type)); in acpi_ex_do_concatenate()
274 if (local_operand0 != operand0) { in acpi_ex_do_concatenate()
338 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template() argument
361 status = acpi_ut_get_resource_end_tag(operand0, &end_tag); in acpi_ex_concat_template()
366 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
393 memcpy(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()