Searched refs:G_ELI_FLAG_FIRST_KEY (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/geom/eli/
H A Dg_eli.h74 * G_ELI_FLAG_FIRST_KEY flag will be set for older versions).
119 #define G_ELI_FLAG_FIRST_KEY 0x00200000 macro
627 sc->sc_flags |= G_ELI_FLAG_FIRST_KEY;
H A Dg_eli_integrity.c514 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) == 0)
H A Dg_eli.c421 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) != 0) {
465 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) != 0)

Completed in 115 milliseconds