Searched refs:to_buffer (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp26 void *buffer, int size, bool to_buffer);
460 to_buffer - true: copy from request to buffer
466 void *buffer, int size, bool to_buffer)
473 offset, allocation_length, size, sg_list, sg_count, to_buffer ? "to" : "from");
496 B_PRIuSIZE ", to_buffer = %d", buffer, sg_list->address + offset,
497 bytes, to_buffer);
499 if (to_buffer) {
465 copy_sg_data(scsi_ccb *request, uint offset, uint allocation_length, void *buffer, int size, bool to_buffer) argument
H A Ddma_buffer.cpp99 scsi_copy_dma_buffer(scsi_ccb *request, uint32 size, bool to_buffer) argument
106 SHOW_FLOW(1, "to_buffer=%d, %" B_PRIu32 " bytes", to_buffer, size);
119 if (to_buffer) {

Completed in 19 milliseconds