sys/dev/vscsi.c
520
scsi_detach(sc->sc_scsibus, dt->de.target, dt->de.lun,
sys/scsi/scsi_base.c
208
scsi_detach(sb, target, lun, how);
sys/scsi/scsiconf.c
333
return scsi_detach(sb, sdev->sd_target, sdev->sd_lun, 0);
sys/scsi/scsiconf.h
507
int scsi_detach(struct scsibus_softc *, int, int, int);