Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/eli/
Dg_eli.c327 g_eli_destroy(sc, TRUE); in g_eli_orphan()
689 error = g_eli_destroy(gp->softc, TRUE); in g_eli_last_close()
927 g_eli_destroy(struct g_eli_softc *sc, boolean_t force) in g_eli_destroy() function
981 return (g_eli_destroy(sc, FALSE)); in g_eli_destroy_geom()
1332 error = g_eli_destroy(sc, TRUE); in g_eli_shutdown_pre_sync()
Dg_eli_ctl.c248 error = g_eli_destroy(sc, *force ? TRUE : FALSE); in g_eli_ctl_detach()
1082 g_eli_destroy(sc, TRUE); in g_eli_kill_one()
Dg_eli.h671 int g_eli_destroy(struct g_eli_softc *sc, boolean_t force);