Searched refs:sa_periph (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/bebox/bebox/
H A Dautoconf.c230 if (sa->sa_periph->periph_target == target &&
231 sa->sa_periph->periph_lun == lun)
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dst_atapi.c68 if (SCSIPI_BUSTYPE_TYPE(scsipi_periph_bustype(sa->sa_periph)) !=
84 struct scsipi_periph *periph = sa->sa_periph;
H A Datapiconf.c131 struct scsipi_periph *periph = sa->sa_periph;
309 sa->sa_periph->periph_target, inqbuf->vendor,
H A Duk.c98 struct scsipi_periph *periph = sa->sa_periph;
H A Dst_scsi.c96 if (SCSIPI_BUSTYPE_TYPE(scsipi_periph_bustype(sa->sa_periph)) !=
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dautoconf.c193 bootdevlun != sa->sa_periph->periph_target)
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dautoconf.c374 if (sa->sa_periph->periph_channel->chan_bustype->bustype_type !=
378 if (sa->sa_periph->periph_target != (rpb.unit/100) ||
379 sa->sa_periph->periph_lun != (rpb.unit % 100))
/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
459 && sa->sa_periph->periph_channel->chan_channel == 0
460 && sa->sa_periph->periph_target == strtoul(cp+1, NULL, 16)) {
/netbsd-6-1-5-RELEASE/sys/arch/pmax/pmax/
H A Dautoconf.c228 if (booted_unit != sa->sa_periph->periph_target)
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Dautoconf.c263 if (booted_unit != sa->sa_periph->periph_target)
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dautoconf.c304 sa->sa_periph->periph_target == b->unit) {
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_2000_300.c250 if (b->unit / 100 != sa->sa_periph->periph_target)
H A Ddec_3000_300.c209 if (b->unit / 100 != sa->sa_periph->periph_target)
H A Ddec_3000_500.c229 if (b->unit / 100 != sa->sa_periph->periph_target)
H A Dapi_up1000.c239 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_1000a.c323 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_2100_a500.c311 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_550.c252 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_alphabook1.c249 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_axppci_33.c303 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_eb164.c247 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_eb64plus.c259 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_eb66.c256 struct scsipi_periph *periph = sa->sa_periph;
H A Ddec_kn20aa.c258 struct scsipi_periph *periph = sa->sa_periph;
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dautoconf.c189 sprintf(devpath, "%s%d", devpath, sa->sa_periph->periph_target);
192 sa->sa_periph->periph_lun);

Completed in 339 milliseconds

12