Searched refs:chan_bustype (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipiconf.h268 * Note: chan_bustype has to be first member, as its bustype_type member
277 const struct scsipi_bustype *chan_bustype; /* channel's bus type */ member in struct:scsipi_channel
335 (*(periph)->periph_channel->chan_bustype->bustype_printaddr)((periph))
338 (periph)->periph_channel->chan_bustype->bustype_type
H A Datapiconf.c120 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) !=
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dafsc.c176 chan->chan_bustype = &scsi_bustype;
H A Dbppcsc.c155 chan->chan_bustype = &scsi_bustype;
H A Dcbiiisc.c149 chan->chan_bustype = &scsi_bustype;
H A Ddrsc.c154 chan->chan_bustype = &scsi_bustype;
H A Dempsc.c168 chan->chan_bustype = &scsi_bustype;
H A Dmgnsc.c147 chan->chan_bustype = &scsi_bustype;
H A Dwesc.c146 chan->chan_bustype = &scsi_bustype;
H A Dzssc.c136 sc->sc_channel.chan_bustype = &scsi_bustype;
H A Dahsc.c189 chan->chan_bustype = &scsi_bustype;
H A Datzsc.c197 chan->chan_bustype = &scsi_bustype;
H A Dotgsc.c172 chan->chan_bustype = &scsi_bustype;
H A Dgtsc.c225 chan->chan_bustype = &scsi_bustype;
H A Divsc.c178 chan->chan_bustype = &scsi_bustype;
H A Dmlhsc.c165 chan->chan_bustype = &scsi_bustype;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c129 scbus->sc_channel.chan_bustype = &scsi_bustype;
156 scbus->sc_channel.chan_bustype = &umass_atapi_bustype;
247 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) ==
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dwdsc.c153 sc->sc_channel.chan_bustype = &scsi_bustype;
/netbsd-6-1-5-RELEASE/sys/rump/dev/lib/libscsitest/
H A Dscsitest.c247 sc->sc_channel.chan_bustype = &scsi_bustype;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dasc.c228 sbic->sc_channel.chan_bustype = &scsi_bustype;
H A Dcsc.c165 sc->sc_softc.sc_channel.chan_bustype = &scsi_bustype;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dautoconf.c374 if (sa->sa_periph->periph_channel->chan_bustype->bustype_type !=
/netbsd-6-1-5-RELEASE/sys/arch/shark/shark/
H A Dshark_machdep.c458 && sa->sa_periph->periph_channel->chan_bustype->bustype_type == SCSIPI_BUSTYPE_ATAPI
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dicpsp.c117 sc->sc_channel.chan_bustype = &scsi_bustype;
/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_main.c312 chan->chan_bustype = &scsi_bustype;

Completed in 313 milliseconds

123