Home
last modified time | relevance | path

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

/NextBSD/sys/geom/part/
HDg_part.c228 static u_int candidate_sectors[] = { 1, 9, 17, 33, 63, 0 }; in g_part_geometry() local
239 for (idx = 0; candidate_sectors[idx] != 0; idx++) { in g_part_geometry()
240 sectors = candidate_sectors[idx]; in g_part_geometry()