/netbsd/sys/arch/mac68k/mac68k/ |
H A D | autoconf.c | 180 periph = scsipi_lookup_periph(scsi->sc_channel, in target_to_unit() 196 periph = scsipi_lookup_periph(scsi->sc_channel, in target_to_unit()
|
/netbsd/sys/arch/news68k/news68k/ |
H A D | autoconf.c | 147 periph = scsipi_lookup_periph(sdv->sc_channel, ctlr, 0); in findroot()
|
/netbsd/sys/arch/newsmips/newsmips/ |
H A D | autoconf.c | 150 periph = scsipi_lookup_periph(sdv->sc_channel, ctlr, 0); in findroot()
|
/netbsd/sys/arch/x68k/x68k/ |
H A D | autoconf.c | 213 periph = scsipi_lookup_periph(sbsc->sc_channel, in scsi_find()
|
/netbsd/sys/arch/sun3/sun3/ |
H A D | autoconf.c | 269 periph = scsipi_lookup_periph(sbsc->sc_channel, target, lun); in scsi_find()
|
/netbsd/sys/arch/sun68k/sun68k/ |
H A D | autoconf.c | 400 periph = scsipi_lookup_periph(sbsc->sc_channel, target, lun); in scsi_find()
|
/netbsd/sys/arch/usermode/dev/ |
H A D | vatapi.c | 208 if (scsipi_lookup_periph(chan, target, 0) != NULL) in vatapi_probe_device()
|
/netbsd/sys/dev/scsipi/ |
H A D | scsipiconf.h | 739 struct scsipi_periph *scsipi_lookup_periph(struct scsipi_channel *,
|
H A D | scsipi_base.c | 286 scsipi_lookup_periph(struct scsipi_channel *chan, int target, int lun) in scsipi_lookup_periph() function 1877 if (scsipi_lookup_periph(chan, periph->periph_target, in scsipi_complete() 2567 itperiph = scsipi_lookup_periph(chan, target, lun); in scsipi_set_xfer_mode()
|
H A D | scsiconf.c | 895 if (scsipi_lookup_periph(chan, target, lun) != NULL) in scsi_probe_device()
|
H A D | atapi_wdc.c | 278 if (scsipi_lookup_periph(chan, target, 0) != NULL) in wdc_atapi_probe_device()
|
H A D | ch.c | 940 (dtperiph = scsipi_lookup_periph(chan, in ch_usergetelemstatus()
|
/netbsd/sys/dev/usb/ |
H A D | umass_scsipi.c | 546 if (scsipi_lookup_periph(chan, target, 0) != NULL) { in umass_atapi_probe_device()
|
/netbsd/sys/arch/sparc/sparc/ |
H A D | autoconf.c | 1898 scsipi_lookup_periph(chan, target, lun) == NULL) { in device_register()
|
/netbsd/sys/dev/ic/ |
H A D | mpt_netbsd.c | 1847 periph = scsipi_lookup_periph(&mpt->sc_channel, ioc2rvol->VolumeBus, 0); in mpt_bio_ioctl_vol()
|
H A D | siisata.c | 1633 if (scsipi_lookup_periph(chan, target, 0) != NULL) in siisata_atapi_probe_device()
|
H A D | siop.c | 1426 if (scsipi_lookup_periph(chan, in siop_scsipi_request()
|
H A D | ahcisata_core.c | 2120 if (scsipi_lookup_periph(chan, target, 0) != NULL) in ahci_atapi_probe_device()
|
H A D | esiop.c | 1670 if (scsipi_lookup_periph(chan, in esiop_scsipi_request()
|
H A D | mvsata.c | 774 if (scsipi_lookup_periph(chan, target, 0) != NULL) in mvsata_atapi_probe_device()
|
/netbsd/sys/dev/ieee1394/ |
H A D | sbp.c | 1142 sdev->periph = scsipi_lookup_periph(chan, in sbp_scsipi_scan_target()
|