Home
last modified time | relevance | path

Searched refs:CdbLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/hptmv/
HDentry.c2751 UCHAR CdbLength; in OsSendCommand() local
2757 CdbLength = csio->cdb_len; in OsSendCommand()
2762 bcopy(csio->cdb_io.cdb_ptr, Cdb, CdbLength); in OsSendCommand()
2773 bcopy(csio->cdb_io.cdb_bytes, Cdb, CdbLength); in OsSendCommand()
/freebsd-14-stable/sys/dev/arcmsr/
HDarcmsr.h1230 u_int8_t CdbLength; /* 04h not used now */ member
HDarcmsr.c1002 arcmsr_cdb->CdbLength = (u_int8_t)pcsio->cdb_len; in arcmsr_build_srb()