Searched refs:scsi_cdb (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/aha/
H A Dahareg.h283 uint8_t scsi_cdb[16]; /* 18 */ member in struct:aha_hccb
H A Daha.c789 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) {
799 hccb->scsi_cdb, hccb->cmd_len);
809 hccb->scsi_cdb, hccb->cmd_len);
1234 bcopy((caddr_t) &accb->hccb.scsi_cdb +
/freebsd-10.2-release/sys/dev/buslogic/
H A Dbtreg.h567 u_int8_t scsi_cdb[12]; member in struct:bt_hccb
H A Dbt.c1169 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) {
1187 hccb->scsi_cdb, hccb->cmd_len);
1197 hccb->scsi_cdb, hccb->cmd_len);

Completed in 66 milliseconds