Home
last modified time | relevance | path

Searched refs:scsi_detach (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/scsi/
Dscsiconf.h507 int scsi_detach(struct scsibus_softc *, int, int, int);
Dscsiconf.c333 return scsi_detach(sb, sdev->sd_target, sdev->sd_lun, 0); in scsibusbioctl()
728 scsi_detach(struct scsibus_softc *sb, int target, int lun, int flags) in scsi_detach() function
Dscsi_base.c208 scsi_detach(sb, target, lun, how); in scsi_plug_detach()
/openbsd/src/sys/dev/
Dvscsi.c519 scsi_detach(sc->sc_scsibus, dt->de.target, dt->de.lun, in vscsi_devevent_task()