sys/dev/ic/mpi.c
2499
scsi_probe_target(sc->sc_scsibus, i);
sys/dev/ic/qla.c
2010
scsi_probe_target(sc->sc_scsibus,
sys/dev/pci/mfii.c
1298
scsi_probe_target(sc->sc_pd->pd_scsibus, lemtoh16(&pd->device_id));
sys/dev/pci/mfii.c
1343
scsi_probe_target(sc->sc_pd->pd_scsibus, target);
sys/dev/pci/mfii.c
1378
scsi_probe_target(sc->sc_scsibus, i);
sys/dev/pci/mpii.c
1965
scsi_probe_target(sc->sc_scsibus, dev->slot);
sys/dev/pci/qle.c
2380
scsi_probe_target(sc->sc_scsibus,
sys/scsi/mpath.c
532
scsi_probe_target(mpath->sc_scsibus, target);
sys/scsi/scsiconf.c
422
return scsi_probe_target(sb, target);
sys/scsi/scsiconf.c
434
r = scsi_probe_target(sb, target);
sys/scsi/scsiconf.h
504
int scsi_probe_target(struct scsibus_softc *, int);