Home
last modified time | relevance | path

Searched refs:scsi_synchronize_cache (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/cdio/
H A Dmmc.c348 struct scsi_synchronize_cache *scb; in synchronize_cache()
353 scb = (struct scsi_synchronize_cache *)scr.cmd; in synchronize_cache()
/openbsd-src/sys/scsi/
H A Dscsi_disk.h274 struct scsi_synchronize_cache { struct
H A Dsd.c1850 struct scsi_synchronize_cache *cmd; in sd_flush()
1872 cmd = (struct scsi_synchronize_cache *)&xs->cmd; in sd_flush()
/openbsd-src/sys/dev/ata/
H A Datascsi.c1173 if (xs->cmdlen != sizeof(struct scsi_synchronize_cache)) { in atascsi_disk_sync()