Lines Matching refs:new_buf
164 u8 *new_buf; in acpi_ex_concat_template() local
211 new_buf = return_desc->buffer.pointer; in acpi_ex_concat_template()
212 memcpy(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
213 memcpy(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
217 new_buf[new_length - 1] = 0; in acpi_ex_concat_template()
218 new_buf[new_length - 2] = ACPI_RESOURCE_NAME_END_TAG | 1; in acpi_ex_concat_template()
249 char *new_buf; in acpi_ex_do_concatenate() local
317 new_buf = (char *)return_desc->buffer.pointer; in acpi_ex_do_concatenate()
321 memcpy(new_buf, &operand0->integer.value, in acpi_ex_do_concatenate()
326 memcpy(new_buf + acpi_gbl_integer_byte_width, in acpi_ex_do_concatenate()
345 new_buf = return_desc->string.pointer; in acpi_ex_do_concatenate()
349 strcpy(new_buf, operand0->string.pointer); in acpi_ex_do_concatenate()
350 strcpy(new_buf + operand0->string.length, in acpi_ex_do_concatenate()
368 new_buf = (char *)return_desc->buffer.pointer; in acpi_ex_do_concatenate()
372 memcpy(new_buf, operand0->buffer.pointer, in acpi_ex_do_concatenate()
374 memcpy(new_buf + operand0->buffer.length, in acpi_ex_do_concatenate()