Home
last modified time | relevance | path

Searched refs:G_ELI_FLAG_WOPEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli.c855 sc->sc_flags |= G_ELI_FLAG_WOPEN; in g_eli_access()
866 (sc->sc_flags & G_ELI_FLAG_WOPEN)) { in g_eli_access()
1541 ADD_FLAG(G_ELI_FLAG_WOPEN, "W-OPEN"); in g_eli_dumpconf()
H A Dg_eli.h110 #define G_ELI_FLAG_WOPEN 0x00010000 macro