Searched defs:scsi_fmt_cdb (Results 1 – 4 of 4) sorted by relevance
126 struct scsi_fmt_cdb { struct127 int len; /* cdb length (in bytes) */128 u_char cdb[28]; /* cdb to use on next read/write */
215 struct scsi_fmt_cdb { struct216 int len; /* cdb length (in bytes) */217 u_char cdb[28]; /* cdb to use on next read/write */
205 struct scsi_fmt_cdb { struct206 int len; /* cdb length (in bytes) */207 u_char cdb[28]; /* cdb to use on next read/write */
476 struct scsi_fmt_cdb { struct488 #define SDIOCSCSICOMMAND _IOW('S', 0x3, struct scsi_fmt_cdb) argument