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

/freebsd-11.0-release/sys/dev/hptmv/
H A Dentry.c2766 UCHAR Cdb[16]; local
2778 bcopy(csio->cdb_io.cdb_ptr, Cdb, CdbLength);
2789 bcopy(csio->cdb_io.cdb_bytes, Cdb, CdbLength);
2798 switch (Cdb[0])
2803 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3];
2804 pCmd->uCmd.Ide.nSectors = (USHORT) Cdb[4];
2810 (HPT_U64)Cdb[2] << 56 |
2811 (HPT_U64)Cdb[
[all...]
/freebsd-11.0-release/sys/dev/arcmsr/
H A Darcmsr.h1035 u_int8_t Cdb[16]; /* 10h SCSI CDB */ member in struct:ARCMSR_CDB
H A Darcmsr.c1000 bcopy(scsiio_cdb_ptr(pcsio), arcmsr_cdb->Cdb, pcsio->cdb_len);

Completed in 62 milliseconds