Home
last modified time | relevance | path

Searched refs:g_eli_destroy (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli.c377 g_eli_destroy(sc, TRUE); in g_eli_orphan()
834 error = g_eli_destroy(gp->softc, TRUE); in g_eli_last_close()
1195 g_eli_destroy(struct g_eli_softc *sc, boolean_t force) in g_eli_destroy() function
1249 return (g_eli_destroy(sc, FALSE)); in g_eli_destroy_geom()
1608 (void) g_eli_destroy(sc, TRUE); in g_eli_shutdown_pre_sync()
H A Dg_eli_ctl.c239 error = g_eli_destroy(sc, *force ? TRUE : FALSE); in g_eli_ctl_detach()
1099 g_eli_destroy(sc, TRUE); in g_eli_kill_one()
H A Dg_eli.h692 int g_eli_destroy(struct g_eli_softc *sc, boolean_t force);