Home
last modified time | relevance | path

Searched refs:sc_ctlr (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/arch/luna68k/stand/boot/
H A Dsd.c89 uint sc_ctlr; member
109 if (!scident(sc->sc_ctlr, sc->sc_tgt, sc->sc_lun, &inqbuf, capbuf)) in sdident()
141 sc->sc_ctlr = CTLR(unit); in sdinit()
167 msg = readdisklabel(sc->sc_ctlr, sc->sc_tgt, lp); in sdinit()
265 printf("sdstrategy: ctlr = %d, target = %d\n", sc->sc_ctlr, sc->sc_tgt); in sdstrategy()
267 stat = scsi_immed_command(sc->sc_ctlr, sc->sc_tgt, sc->sc_lun, in sdstrategy()
H A Dsc.c114 hs->sc_ctlr = ctlr; in scinit()
143 printf("sc%d at 0x%08lx: ", hs->sc_ctlr, (u_long)hs->sc_spc); in screset()
247 if (!scident(hs->sc_ctlr, target, lun, &inqbuf, capbuf)) in scprobe()
412 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints); in scabort()
464 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts); in scabort()
H A Dscsivar.h75 int sc_ctlr; member
/netbsd/sys/arch/hp300/stand/common/
H A Dsd.c63 int sc_ctlr; member
145 ss->sc_ctlr, ss->sc_unit, ss->sc_part, msg); in sdgetinfo()
184 ss->sc_ctlr = ctlr; in sdopen()
219 int ctlr = ss->sc_ctlr; in sdstrategy()
H A Drd.c68 int sc_ctlr; member
242 rs->sc_ctlr, rs->sc_unit, rs->sc_part, msg); in rdgetinfo()
275 rs->sc_ctlr = ctlr; in rdopen()
310 int ctlr = rs->sc_ctlr; in rdstrategy()
H A Dct.c52 int sc_ctlr; member
195 rs->sc_ctlr = ctlr; in ctopen()
222 int ctlr = rs->sc_ctlr; in ctstrategy()
/netbsd/sys/arch/pmax/stand/common/
H A Drz.c52 int sc_ctlr; /* controller number */ member
146 sc->sc_ctlr = ctlr; in rzopen()
/netbsd/sys/arch/mipsco/stand/common/
H A Dsaio.c49 int sc_ctlr; /* controller number */ member
180 sc->sc_ctlr = ctlr; in saioopen()
/netbsd/sys/arch/bebox/stand/boot/
H A Dwdvar.h67 u_int sc_ctlr; member
H A Dwdc.c406 if (wd->sc_ctlr != 0) in wdc_exec_identify()
426 if (wd->sc_ctlr != 0) in wdc_exec_read()
H A Dwd.c258 wd->sc_ctlr = ctlr; in wdopen()