Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_ldm.c65 static u_int show_mirrors = 0; variable
66 SYSCTL_UINT(_kern_geom_part_ldm, OID_AUTO, show_mirrors,
67 CTLFLAG_RWTUN, &show_mirrors, 0, "Show mirrored volumes");
1428 if (vol->count > 1 && show_mirrors == 0) { in g_part_ldm_read()