vmm_destroy_locked
static int vmm_destroy_locked(vmm_softc_t *, vmm_destroy_opts_t, bool *);
VERIFY0(vmm_destroy_locked(sc, VDO_DEFAULT,
err = vmm_destroy_locked(sc, VDO_NO_CLEAN_ZSD, &hma_release);
err = vmm_destroy_locked(sc, VDO_ATTEMPT_WAIT, &hma_release);
VERIFY0(vmm_destroy_locked(sc, VDO_DEFAULT, &hma_release));
VERIFY0(vmm_destroy_locked(sc, VDO_DEFAULT, &hma_release));