g_eli_destroy
return (g_eli_destroy(sc, FALSE));
(void) g_eli_destroy(sc, TRUE);
g_eli_destroy(sc, TRUE);
error = g_eli_destroy(gp->softc, TRUE);
int g_eli_destroy(struct g_eli_softc *sc, boolean_t force);
g_eli_destroy(sc, TRUE);
error = g_eli_destroy(sc, *force ? TRUE : FALSE);