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

/freebsd-13-stable/sys/dev/hptmv/
H A Dentry.c2758 UCHAR Cdb[16]; local
2770 bcopy(csio->cdb_io.cdb_ptr, Cdb, CdbLength);
2781 bcopy(csio->cdb_io.cdb_bytes, Cdb, CdbLength);
2790 switch (Cdb[0])
2795 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3];
2796 pCmd->uCmd.Ide.nSectors = (USHORT) Cdb[4];
2802 (HPT_U64)Cdb[2] << 56 |
2803 (HPT_U64)Cdb[
[all...]
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.h1231 u_int8_t Cdb[16]; /* 10h SCSI CDB */ member in struct:ARCMSR_CDB
H A Darcmsr.c1022 bcopy(scsiio_cdb_ptr(pcsio), arcmsr_cdb->Cdb, pcsio->cdb_len);

Completed in 84 milliseconds