Home
last modified time | relevance | path

Searched refs:scsi_xsh_del (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/scsi/
H A Dmpath_rdac.c249 if (scsi_xsh_del(&sc->sc_xsh)) in rdac_activate()
H A Dscsiconf.h565 int scsi_xsh_del(struct scsi_xshandler *);
H A Dmpath.c569 scsi_xsh_del(&p->p_xsh); in mpath_path_detach()
H A Dsd.c283 scsi_xsh_del(&sc->sc_xsh); in sdactivate()
511 scsi_xsh_del(&sc->sc_xsh); in sdclose()
H A Dst.c329 scsi_xsh_del(&st->sc_xsh); in stactivate()
484 scsi_xsh_del(&st->sc_xsh); in stclose()
H A Dcd.c247 scsi_xsh_del(&sc->sc_xsh); in cdactivate()
420 scsi_xsh_del(&sc->sc_xsh); in cdclose()
H A Dscsi_base.c541 scsi_xsh_del(struct scsi_xshandler *xsh) in scsi_xsh_del() function