HomeSort by: relevance | last modified time | path
    Searched defs:acd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
scsipi_base.c 1472 struct scsi_repsupopcode_all_commands_descriptor *acd local in function:scsipi_get_opcodeinfo
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
    [all...]
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 2795 int acd; local in function:rf_UnconfigureVnodes
2802 acd = raidPtr->Disks[c].auto_configured;
2803 rf_close_component(raidPtr, vp, acd);
2810 acd = raidPtr->Disks[raidPtr->numCol + r].auto_configured;
2811 rf_close_component(raidPtr, vp, acd);

Completed in 14 milliseconds