Searched refs:Cdb (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/hptmv/
H A Dentry.c2870 UCHAR Cdb[16]; local
2882 bcopy(csio->cdb_io.cdb_ptr, Cdb, CdbLength);
2893 bcopy(csio->cdb_io.cdb_bytes, Cdb, CdbLength);
2902 switch (Cdb[0])
2907 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3];
2908 pCmd->uCmd.Ide.nSectors = (USHORT) Cdb[4];
2914 (HPT_U64)Cdb[2] << 56 |
2915 (HPT_U64)Cdb[
[all...]
/freebsd-9.3-release/sys/dev/arcmsr/
H A Darcmsr.h1013 u_int8_t Cdb[16]; /* 10h SCSI CDB */ member in struct:ARCMSR_CDB
H A Darcmsr.c994 bcopy(pcsio->cdb_io.cdb_bytes, arcmsr_cdb->Cdb, pcsio->cdb_len);

Completed in 198 milliseconds