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

/freebsd-12-stable/sys/geom/raid/
H A Dmd_ddf.c2062 const char *fmtopt; local
2066 fmtopt = gctl_get_asciiparam(req, "fmtopt");
2067 if (fmtopt == NULL || strcasecmp(fmtopt, "BE") == 0)
2069 else if (strcasecmp(fmtopt, "LE") == 0)
2072 gctl_error(req, "Incorrect fmtopt argument.");

Completed in 43 milliseconds