Lines Matching full:scsi
2 * SCSI Device emulation
11 * Note that this file only handles the SCSI architecture model and device
23 do { printf("scsi-disk: " fmt , ## __VA_ARGS__); } while (0)
29 do { fprintf(stderr, "scsi-disk: " fmt , ## __VA_ARGS__); } while (0)
33 #include "scsi-disk.h"
68 This is the number of 512 byte blocks in a single scsi sector. */
181 /* Read more data from scsi device into buffer. */
289 /* Write data to a scsi device. Returns nonzero on failure.
342 /* Execute a scsi command. Returns the length of the data expected by the
590 /* Identify device as SCSI-3 rev 1.
903 DPRINTF("Unknown SCSI command (%2.2x)\n", buf[0]);