Home
last modified time | relevance | path

Searched refs:scsipi_target_detach (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/dev/scsipi/
H A Datapiconf.c207 error = scsipi_target_detach(chan, -1, -1, flags); in atapibusdetach()
H A Dscsiconf.c296 error = scsipi_target_detach(chan, -1, -1, flags); in scsibusdetach()
1205 error = scsipi_target_detach(chan, a->sa_target, a->sa_lun, 0); in scsibusioctl()
H A Dscsipiconf.h743 int scsipi_target_detach(struct scsipi_channel *, int, int, int);
H A Dscsipi_base.c2644 scsipi_target_detach(struct scsipi_channel *chan, int target, int lun, in scsipi_target_detach() function
/netbsd/sys/dev/pci/
H A Darcmsr.c1078 error = scsipi_target_detach(&sc->sc_chan, bc->bc_target, in arc_bio_volops()
1191 error = scsipi_target_detach(&sc->sc_chan, bs->bs_target, in arc_bio_setstate()
H A Dmpii.c1995 scsipi_target_detach(&sc->sc_chan, in mpii_event_sas_work()
H A Dmfii.c1472 scsipi_target_detach(&sc->sc_chan, i, 0, DETACH_FORCE); in mfii_aen_ld_update()
/netbsd/sys/dev/ieee1394/
H A Dsbp.c2094 if (scsipi_target_detach(&sbp->sc_channel, in sbp_scsipi_detach_sdev()