scsi_sync_cache
struct scsi_sync_cache *cdb;
cdb = (struct scsi_sync_cache *)ctsio->cdb;
struct scsi_sync_cache *cdb;
cdb = (struct scsi_sync_cache *)io->scsiio.cdb;
struct scsi_sync_cache *scsi_cmd;
scsi_cmd = (struct scsi_sync_cache *)&csio->cdb_io.cdb_bytes;
static uint8_t scsi_sync_cache[] = { 0x35, 0x00, 0x00, 0x00, 0x00, 0x00,
&scsi_sync_cache, sizeof(scsi_sync_cache),