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

/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c2762 UCHAR Cdb[16]; local
2774 bcopy(csio->cdb_io.cdb_ptr, Cdb, CdbLength);
2785 bcopy(csio->cdb_io.cdb_bytes, Cdb, CdbLength);
2794 switch (Cdb[0])
2799 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3];
2800 pCmd->uCmd.Ide.nSectors = (USHORT) Cdb[4];
2806 (HPT_U64)Cdb[2] << 56 |
2807 (HPT_U64)Cdb[
[all...]
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.h1229 u_int8_t Cdb[16]; /* 10h SCSI CDB */ member in struct:ARCMSR_CDB
H A Darcmsr.c1020 bcopy(scsiio_cdb_ptr(pcsio), arcmsr_cdb->Cdb, pcsio->cdb_len);

Completed in 189 milliseconds