Searched refs:scsipi_target_detach (Results 1 – 8 of 8) sorted by relevance
/netbsd/sys/dev/scsipi/ |
H A D | atapiconf.c | 207 error = scsipi_target_detach(chan, -1, -1, flags); in atapibusdetach()
|
H A D | scsiconf.c | 296 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 D | scsipiconf.h | 743 int scsipi_target_detach(struct scsipi_channel *, int, int, int);
|
H A D | scsipi_base.c | 2644 scsipi_target_detach(struct scsipi_channel *chan, int target, int lun, in scsipi_target_detach() function
|
/netbsd/sys/dev/pci/ |
H A D | arcmsr.c | 1078 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 D | mpii.c | 1995 scsipi_target_detach(&sc->sc_chan, in mpii_event_sas_work()
|
H A D | mfii.c | 1472 scsipi_target_detach(&sc->sc_chan, i, 0, DETACH_FORCE); in mfii_aen_ld_update()
|
/netbsd/sys/dev/ieee1394/ |
H A D | sbp.c | 2094 if (scsipi_target_detach(&sbp->sc_channel, in sbp_scsipi_detach_sdev()
|