HomeSort by: relevance | last modified time | path
    Searched refs:chan_bustype (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/sys/arch/amiga/dev/
bppcsc.c 156 chan->chan_bustype = &scsi_bustype;
cbiiisc.c 150 chan->chan_bustype = &scsi_bustype;
drsc.c 152 chan->chan_bustype = &scsi_bustype;
empsc.c 169 chan->chan_bustype = &scsi_bustype;
mgnsc.c 149 chan->chan_bustype = &scsi_bustype;
wesc.c 147 chan->chan_bustype = &scsi_bustype;
zssc.c 136 sc->sc_channel.chan_bustype = &scsi_bustype;
afsc.c 173 chan->chan_bustype = &scsi_bustype;
ahsc.c 189 chan->chan_bustype = &scsi_bustype;
atzsc.c 198 chan->chan_bustype = &scsi_bustype;
otgsc.c 173 chan->chan_bustype = &scsi_bustype;
gtsc.c 226 chan->chan_bustype = &scsi_bustype;
ivsc.c 180 chan->chan_bustype = &scsi_bustype;
mlhsc.c 166 chan->chan_bustype = &scsi_bustype;
  /src/sys/dev/usb/
umass_scsipi.c 138 scbus->sc_channel.chan_bustype = &scsi_bustype;
173 scbus->sc_channel.chan_bustype = &umass_atapi_bustype;
272 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) ==
  /src/sys/dev/scsipi/
scsipiconf.h 264 * Note: chan_bustype has to be first member, as its bustype_type member
273 const struct scsipi_bustype *chan_bustype; /* channel's bus type */ member in struct:scsipi_channel
342 (*(periph)->periph_channel->chan_bustype->bustype_printaddr)((periph))
345 (periph)->periph_channel->chan_bustype->bustype_type
atapiconf.c 121 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) !=
  /src/sys/arch/acorn32/podulebus/
asc.c 227 sbic->sc_channel.chan_bustype = &scsi_bustype;
csc.c 166 sc->sc_softc.sc_channel.chan_bustype = &scsi_bustype;
  /src/sys/arch/mvme68k/dev/
wdsc.c 154 sc->sc_channel.chan_bustype = &scsi_bustype;
  /src/tests/dev/scsipi/libscsitest/
scsitest.c 251 sc->sc_channel.chan_bustype = &scsi_bustype;
  /src/sys/arch/shark/shark/
shark_machdep.c 450 && sa->sa_periph->periph_channel->chan_bustype->bustype_type == SCSIPI_BUSTYPE_ATAPI
  /src/sys/arch/usermode/dev/
vatapi.c 166 chan->chan_bustype = &vatapi_bustype;
  /src/sys/arch/vax/vax/
autoconf.c 368 if (sa->sa_periph->periph_channel->chan_bustype->bustype_type !=
  /src/sys/dev/ic/
icpsp.c 118 sc->sc_channel.chan_bustype = &scsi_bustype;

Completed in 39 milliseconds

1 2 3 4