Home
last modified time | relevance | path

Searched refs:ldbegindetach (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dldvar.h76 int ldbegindetach(struct ld_softc *, int);
H A Dld.c179 ldbegindetach(struct ld_softc *sc, int flags) in ldbegindetach() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dld_mlx.c141 if ((rv = ldbegindetach(ld, flags)) != 0) in ld_mlx_detach()
H A Dld_nvme.c126 if ((rv = ldbegindetach(ld, flags)) != 0) in ld_nvme_detach()
H A Dld_icp.c169 if ((rv = ldbegindetach((struct ld_softc *)dv, flags)) != 0) in ld_icp_detach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sdmmc/
H A Dld_sdmmc.c170 if ((rv = ldbegindetach(ld, flags)) != 0) in ld_sdmmc_detach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dld_twa.c132 if ((error = ldbegindetach(ld, flags)) != 0) in ld_twa_detach()
H A Dld_twe.c161 if ((rv = ldbegindetach(ld, flags)) != 0) in ld_twe_detach()
H A Dld_virtio.c586 r = ldbegindetach(ld, flags); in ld_virtio_detach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2o/
H A Dld_iop.c321 if ((rv = ldbegindetach(&sc->sc_ld, flags)) != 0) in ld_iop_detach()