Home
last modified time | relevance | path

Searched refs:source_buffer (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsati_util.c218 U8 * source_buffer, in sati_ata_identify_device_copy_data() argument
224 source_buffer += source_offset; in sati_ata_identify_device_copy_data()
231 *(source_buffer+1), in sati_ata_identify_device_copy_data()
239 *source_buffer, in sati_ata_identify_device_copy_data()
244 source_buffer += 2; in sati_ata_identify_device_copy_data()
270 U8 * source_buffer, in sati_copy_data() argument
277 sequence, destination_scsi_io, destination_offset, *source_buffer in sati_copy_data()
281 source_buffer++; in sati_copy_data()
H A Dsati_util.h168 U8 * source_buffer,
178 U8 * source_buffer,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp727 std::unique_ptr<llvm::MemoryBuffer> source_buffer = in Create() local
733 source_buffer.release()); in Create()