Lines Matching refs:destination
82 * PARAMETERS: destination - Pointer to the destination descriptor
96 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type)
115 memcpy(destination, source, item_count);
126 ACPI_MOVE_16_TO_16(&ACPI_CAST_PTR(u16, destination)[i],
132 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i],
138 ACPI_MOVE_64_TO_64(&ACPI_CAST_PTR(u64, destination)[i],
236 * PARAMETERS: destination - Pointer to the destination string
246 static u16 acpi_rs_strcpy(char *destination, char *source)
253 destination[i] = source[i];
256 destination[i] = 0;
314 * String destination pointer is not specified; Set the String
337 /* Copy the resource_source string to the destination */