Lines Matching defs:acd
1472 struct scsi_repsupopcode_all_commands_descriptor *acd
1475 int cdblen = _2btol((const u_int8_t *)&acd->cdblen);
1480 ("0x%02x(%2d) ", acd->opcode, cdblen));
1482 tot->opcode_info[acd->opcode].ti_flags = SCSIPI_TI_VALID;
1484 if (acd->flags & RSOC_ACD_SERVACTV) {
1487 acd->serviceaction[0],
1488 acd->serviceaction[1]));
1493 if (acd->flags & RSOC_ACD_CTDP
1509 if (t > tot->opcode_info[acd->opcode].ti_timeout) {
1510 tot->opcode_info[acd->opcode].ti_timeout = t;