Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isci/scil/
H A Dsati_util.c220 U8 * source_buffer, in sati_ata_identify_device_copy_data() argument
226 source_buffer += source_offset; in sati_ata_identify_device_copy_data()
233 *(source_buffer+1), in sati_ata_identify_device_copy_data()
241 *source_buffer, in sati_ata_identify_device_copy_data()
246 source_buffer += 2; in sati_ata_identify_device_copy_data()
272 U8 * source_buffer, in sati_copy_data() argument
279 sequence, destination_scsi_io, destination_offset, *source_buffer in sati_copy_data()
283 source_buffer++; in sati_copy_data()
H A Dsati_util.h170 U8 * source_buffer,
180 U8 * source_buffer,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp671 std::unique_ptr<llvm::MemoryBuffer> source_buffer = in Create() local
677 source_buffer.release()); in Create()