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

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.h72 * G_ELI_FLAG_FIRST_KEY flag will be set for older versions).
117 #define G_ELI_FLAG_FIRST_KEY 0x00200000 macro
625 sc->sc_flags |= G_ELI_FLAG_FIRST_KEY;
H A Dg_eli_integrity.c512 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) == 0)
H A Dg_eli.c419 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) != 0) {
463 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) != 0)

Completed in 71 milliseconds