Home
last modified time | relevance | path

Searched refs:scsi_sync_cache (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_msctest.c116 static uint8_t scsi_sync_cache[] = { 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, variable
869 &scsi_sync_cache, sizeof(scsi_sync_cache), in usb_msc_auto_quirk()
/freebsd/sys/cam/ctl/
H A Dctl_util.c530 struct scsi_sync_cache *cdb; in ctl_scsi_sync_cache()
532 cdb = (struct scsi_sync_cache *)io->scsiio.cdb; in ctl_scsi_sync_cache()
H A Dctl.c5400 struct scsi_sync_cache *cdb; in ctl_sync_cache()
5401 cdb = (struct scsi_sync_cache *)ctsio->cdb; in ctl_sync_cache()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c8163 struct scsi_sync_cache *scsi_cmd; in scsi_synchronize_cache()
8176 scsi_cmd = (struct scsi_sync_cache *)&csio->cdb_io.cdb_bytes; in scsi_synchronize_cache()
H A Dscsi_all.h953 struct scsi_sync_cache struct