Searched refs:sc_tgt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsd.c90 uint sc_tgt; member in struct:sd_softc
109 if (!scident(sc->sc_ctlr, sc->sc_tgt, sc->sc_lun, &inqbuf, capbuf))
142 sc->sc_tgt = TARGET(unit);
167 msg = readdisklabel(sc->sc_ctlr, sc->sc_tgt, lp);
265 printf("sdstrategy: ctlr = %d, target = %d\n", sc->sc_ctlr, sc->sc_tgt);
267 stat = scsi_immed_command(sc->sc_ctlr, sc->sc_tgt, sc->sc_lun,
/netbsd-current/sys/dev/ic/
H A Doosiop.c175 sc->sc_tgt[i].nexus = NULL;
176 sc->sc_tgt[i].flags = 0;
631 if ((sc->sc_tgt[cb->id].sxfer != 0) &&
658 oosiop_write_1(sc, OOSIOP_SBCL, sc->sc_tgt[id].scf);
660 oosiop_write_1(sc, OOSIOP_SXFER, sc->sc_tgt[id].sxfer);
676 sc->sc_tgt[id].scf = 0;
677 sc->sc_tgt[id].sxfer = 0;
691 sc->sc_tgt[id].scf = 0;
692 sc->sc_tgt[id].sxfer = ((i - 4) << 4) | offset;
705 sc->sc_tgt[i
[all...]
H A Doosiopvar.h128 struct oosiop_target sc_tgt[OOSIOP_NTGT]; member in struct:oosiop_softc

Completed in 138 milliseconds