Home
last modified time | relevance | path

Searched defs:scsi_cdb (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/luna68k/stand/
H A Dscsi.c131 static struct scsi_fmt_cdb scsi_cdb = { variable
/csrg-svn/sys/dev/scsi/
H A Dscsi.h57 struct scsi_cdb { struct
60 #define CDB6(cdb) ((struct scsi_cdb6 *)&(cdb)->cdb_bytes[0]) argument