sys/dev/pci/vmwpvs.c
817
if (scsi_detach_lun(sc->sc_scsibus,
sys/dev/softraid.c
3934
scsi_detach_lun(sc->sc_scsibus, sd->sd_target, 0,
sys/scsi/scsiconf.c
735
return scsi_detach_lun(sb, target, lun, flags);
sys/scsi/scsiconf.h
509
int scsi_detach_lun(struct scsibus_softc *, int, int, int);