Lines Matching refs:new_buf
165 u8 *new_buf; in acpi_ex_concat_template() local
212 new_buf = return_desc->buffer.pointer; in acpi_ex_concat_template()
213 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
214 ACPI_MEMCPY(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
218 new_buf[new_length - 1] = 0; in acpi_ex_concat_template()
219 new_buf[new_length - 2] = ACPI_RESOURCE_NAME_END_TAG | 1; in acpi_ex_concat_template()
250 char *new_buf; in acpi_ex_do_concatenate() local
314 new_buf = (char *)return_desc->buffer.pointer; in acpi_ex_do_concatenate()
318 ACPI_MEMCPY(new_buf, &operand0->integer.value, in acpi_ex_do_concatenate()
323 ACPI_MEMCPY(new_buf + acpi_gbl_integer_byte_width, in acpi_ex_do_concatenate()
342 new_buf = return_desc->string.pointer; in acpi_ex_do_concatenate()
346 ACPI_STRCPY(new_buf, operand0->string.pointer); in acpi_ex_do_concatenate()
347 ACPI_STRCPY(new_buf + operand0->string.length, in acpi_ex_do_concatenate()
365 new_buf = (char *)return_desc->buffer.pointer; in acpi_ex_do_concatenate()
369 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, in acpi_ex_do_concatenate()
371 ACPI_MEMCPY(new_buf + operand0->buffer.length, in acpi_ex_do_concatenate()