Home
last modified time | relevance | path

Searched defs:scsi_write_buffer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/cam/scsi/
H A Dscsi_all.h1053 struct scsi_write_buffer struct
1055 u_int8_t opcode;
1056 u_int8_t byte2;
1057 u_int8_t buffer_id;
1058 u_int8_t offset[3];
1059 u_int8_t length[3];
1060 u_int8_t control;
H A Dscsi_all.c8789 scsi_write_buffer(struct ccb_scsiio *csio, u_int32_t retries, in scsi_write_buffer() function