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

/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-mirrors.sh37 show_mirrors "${VAL}"
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-ftp.sh270 show_mirrors() function
/freebsd-12-stable/sys/geom/part/
H A Dg_part_ldm.c67 static u_int show_mirrors = 0; variable
68 SYSCTL_UINT(_kern_geom_part_ldm, OID_AUTO, show_mirrors,
69 CTLFLAG_RWTUN, &show_mirrors, 0, "Show mirrored volumes");
1429 * allowed with kern.geom.part.ldm.show_mirrors=1.
1431 if (vol->count > 1 && show_mirrors == 0) {

Completed in 107 milliseconds