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

/freebsd-11.0-release/sys/dev/aha/
H A Dahareg.h283 uint8_t scsi_cdb[16]; /* 18 */ member in struct:aha_hccb
H A Daha.c787 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) {
797 hccb->scsi_cdb, hccb->cmd_len);
807 hccb->scsi_cdb, hccb->cmd_len);
1232 bcopy((caddr_t) &accb->hccb.scsi_cdb +
/freebsd-11.0-release/sys/dev/buslogic/
H A Dbtreg.h567 u_int8_t scsi_cdb[12]; member in struct:bt_hccb
H A Dbt.c1167 if (hccb->cmd_len > sizeof(hccb->scsi_cdb)) {
1185 hccb->scsi_cdb, hccb->cmd_len);
1195 hccb->scsi_cdb, hccb->cmd_len);

Completed in 44 milliseconds