targets 7284 dev/ic/aic79xx.c int targets;
targets 7378 dev/ic/aic79xx.c targets = 0;
targets 7383 dev/ic/aic79xx.c targets++;
targets 7384 dev/ic/aic79xx.c if (targets > AHD_NUM_TARGETS)
targets 311 dev/ic/siop.c if (sc->sc_c.targets[i] == NULL)
targets 317 dev/ic/siop.c target = (struct siop_target *)sc->sc_c.targets[i];
targets 702 dev/ic/siop.c (struct siop_target *)sc->sc_c.targets[target];
targets 1095 dev/ic/siop.c ((struct siop_target*)sc->sc_c.targets[xs->sc_link->target])->siop_lun[xs->sc_link->lun];
targets 1228 dev/ic/siop.c ((struct siop_target*)sc->sc_c.targets[target])->siop_lun[lun];
targets 1285 dev/ic/siop.c if (sc->sc_c.targets[target] == NULL)
targets 1289 dev/ic/siop.c (struct siop_target *)sc->sc_c.targets[target];
targets 1295 dev/ic/siop.c ((sc->sc_c.targets[target]->flags & TARF_TAG) ?
targets 1308 dev/ic/siop.c if (sc->sc_c.targets[target]->status != TARST_PROBING) {
targets 1309 dev/ic/siop.c sc->sc_c.targets[target]->status = TARST_ASYNC;
targets 1310 dev/ic/siop.c sc->sc_c.targets[target]->flags &= ~TARF_ISWIDE;
targets 1311 dev/ic/siop.c sc->sc_c.targets[target]->period =
targets 1312 dev/ic/siop.c sc->sc_c.targets[target]->offset = 0;
targets 1389 dev/ic/siop.c siop_target = (struct siop_target*)sc->sc_c.targets[target];
targets 1395 dev/ic/siop.c sc->sc_c.targets[target] =
targets 1398 dev/ic/siop.c if (sc->sc_c.targets[target] == NULL) {
targets 1405 dev/ic/siop.c bzero(sc->sc_c.targets[target], sizeof(struct siop_target));
targets 1407 dev/ic/siop.c (struct siop_target*)sc->sc_c.targets[target];
targets 1440 dev/ic/siop.c siop_cmd->cmd_c.siop_target = sc->sc_c.targets[target];
targets 1515 dev/ic/siop.c sc->sc_c.targets[target]->flags |= TARF_DT;
targets 1591 dev/ic/siop.c ((struct siop_target*)sc->sc_c.targets[target])->siop_lun[lun];
targets 2001 dev/ic/siop.c siop_target = (struct siop_target *)sc->sc_c.targets[target];
targets 2039 dev/ic/siop.c siop_update_scntl3(sc, sc->sc_c.targets[target]);
targets 2068 dev/ic/siop.c (struct siop_target *)sc->sc_c.targets[target];
targets 2170 dev/ic/siop.c if (sc->sc_c.targets[target] == NULL)
targets 2172 dev/ic/siop.c siop_target = (struct siop_target *)sc->sc_c.targets[target];
targets 2193 dev/ic/siop.c free(sc->sc_c.targets[target], M_DEVBUF);
targets 2194 dev/ic/siop.c sc->sc_c.targets[target] = NULL;
targets 122 dev/ic/siop_common.c sc->targets[i] = NULL;
targets 248 dev/ic/siop_common.c int *targ_flags = &sc->targets[target]->flags;
targets 251 dev/ic/siop_common.c siop_cmd->siop_tables->id = siop_htoc32(sc, sc->targets[target]->id);
targets 258 dev/ic/siop_common.c (sc->targets[target]->flags & TARF_ISWIDE) == 0)
targets 271 dev/ic/siop_common.c if (sc->targets[target]->status == TARST_ASYNC) {
targets 296 dev/ic/siop_common.c sc->targets[target]->status = TARST_PPR_NEG;
targets 300 dev/ic/siop_common.c sc->targets[target]->status = TARST_WIDE_NEG;
targets 304 dev/ic/siop_common.c sc->targets[target]->status = TARST_SYNC_NEG;
targets 308 dev/ic/siop_common.c sc->targets[target]->status = TARST_OK;
targets 311 dev/ic/siop_common.c } else if (sc->targets[target]->status == TARST_OK &&
targets 348 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_EWS << 24);
targets 353 dev/ic/siop_common.c sc->targets[target]->id |= (SCNTL3_EWS << 24);
targets 373 dev/ic/siop_common.c tables->id = siop_htoc32(sc, sc->targets[target]->id);
targets 376 dev/ic/siop_common.c (sc->targets[target]->id >> 24) & 0xff);
targets 393 dev/ic/siop_common.c sc->targets[target]->id |= SCNTL3_EWS << 24;
targets 396 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_EWS << 24);
targets 398 dev/ic/siop_common.c tables->id = siop_htoc32(sc, sc->targets[target]->id);
targets 400 dev/ic/siop_common.c (sc->targets[target]->id >> 24) & 0xff);
targets 500 dev/ic/siop_common.c sc->targets[target]->id |= (SCNTL3_EWS << 24);
targets 501 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_SCF_MASK << 24);
targets 502 dev/ic/siop_common.c sc->targets[target]->id |= scf << (24 + SCNTL3_SCF_SHIFT);
targets 503 dev/ic/siop_common.c sc->targets[target]->id &= ~(SXFER_MO_MASK << 8);
targets 504 dev/ic/siop_common.c sc->targets[target]->id |=
targets 506 dev/ic/siop_common.c sc->targets[target]->id &= ~0xff;
targets 507 dev/ic/siop_common.c sc->targets[target]->id |= SCNTL4_U3EN;
targets 511 dev/ic/siop_common.c (sc->targets[target]->id >> 24) & 0xff);
targets 513 dev/ic/siop_common.c (sc->targets[target]->id >> 8) & 0xff);
targets 515 dev/ic/siop_common.c sc->targets[target]->id & 0xff);
targets 562 dev/ic/siop_common.c sc->targets[target]->id &=
targets 564 dev/ic/siop_common.c sc->targets[target]->id |= scf_period[i].scf
targets 568 dev/ic/siop_common.c sc->targets[target]->id |=
targets 571 dev/ic/siop_common.c sc->targets[target]->id &=
targets 573 dev/ic/siop_common.c sc->targets[target]->id &=
targets 575 dev/ic/siop_common.c sc->targets[target]->id |=
targets 577 dev/ic/siop_common.c sc->targets[target]->id &= ~0xff; /* scntl4 */
targets 589 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_SCF_MASK << 24);
targets 590 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_ULTRA << 24);
targets 591 dev/ic/siop_common.c sc->targets[target]->id &= ~(SXFER_MO_MASK << 8);
targets 592 dev/ic/siop_common.c sc->targets[target]->id &= ~0xff; /* scntl4 */
targets 614 dev/ic/siop_common.c sc->targets[target]->id &=
targets 616 dev/ic/siop_common.c sc->targets[target]->id |= scf_period[i].scf
targets 620 dev/ic/siop_common.c sc->targets[target]->id |=
targets 623 dev/ic/siop_common.c sc->targets[target]->id &=
targets 625 dev/ic/siop_common.c sc->targets[target]->id &=
targets 627 dev/ic/siop_common.c sc->targets[target]->id |=
targets 629 dev/ic/siop_common.c sc->targets[target]->id &= ~0xff; /* scntl4 */
targets 637 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_SCF_MASK << 24);
targets 638 dev/ic/siop_common.c sc->targets[target]->id &= ~(SCNTL3_ULTRA << 24);
targets 639 dev/ic/siop_common.c sc->targets[target]->id &= ~(SXFER_MO_MASK << 8);
targets 640 dev/ic/siop_common.c sc->targets[target]->id &= ~0xff; /* scntl4 */
targets 648 dev/ic/siop_common.c printf("id now 0x%x\n", sc->targets[target]->id);
targets 650 dev/ic/siop_common.c tables->id = siop_htoc32(sc, sc->targets[target]->id);
targets 652 dev/ic/siop_common.c (sc->targets[target]->id >> 24) & 0xff);
targets 654 dev/ic/siop_common.c (sc->targets[target]->id >> 8) & 0xff);
targets 1030 dev/ic/siop_common.c siop_target = sc->targets[target];
targets 158 dev/ic/siopvar_common.h struct siop_common_target *targets[16]; /* per-target states */