Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dmd_ddf.c2064 const char *fmtopt; in g_raid_md_create_req_ddf() local
2068 fmtopt = gctl_get_asciiparam(req, "fmtopt"); in g_raid_md_create_req_ddf()
2069 if (fmtopt == NULL || strcasecmp(fmtopt, "BE") == 0) in g_raid_md_create_req_ddf()
2071 else if (strcasecmp(fmtopt, "LE") == 0) in g_raid_md_create_req_ddf()