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

  /src/sys/dev/ic/
cissvar.h 33 u_int8_t tgts[1]; member in struct:ciss_ld
ciss.c 1170 memcpy(ldp->tgts, buf, k);
1441 ldstat->bigrebuild == ldp->tgts[pd])
1443 if (ciss_bitset(ldp->tgts[pd] & (~CISS_BIGBIT),
1447 bd->bd_channel = (ldp->tgts[pd] & (~CISS_BIGBIT)) /
1449 bd->bd_target = ldp->tgts[pd] % sc->ndrives;
1456 if ((error = ciss_pdid(sc, ldp->tgts[pd], pdid,
1460 bd->bd_channel = (ldp->tgts[pd] & (~CISS_BIGBIT)) /
1462 bd->bd_target = ldp->tgts[pd] % sc->ndrives;
1507 if (ldp->tgts[pd] == drv)
1606 ldp->bling.pdtab[ldp->tgts[pd]] = stat == BIOC_SBUNBLINK? 0
    [all...]

Completed in 14 milliseconds