Searched refs:bestchs (Results 1 – 1 of 1) sorted by relevance
220 g_part_geometry_heads(off_t blocks, u_int sectors, off_t *bestchs, in g_part_geometry_heads() argument228 *bestchs = 0; in g_part_geometry_heads()238 if (chs > *bestchs || (chs == *bestchs && *bestheads == 1)) { in g_part_geometry_heads()239 *bestchs = chs; in g_part_geometry_heads()250 off_t chs, bestchs; in g_part_geometry() local259 bestchs = 0; in g_part_geometry()269 if (chs > bestchs || (chs == bestchs && heads > 1 && in g_part_geometry()271 bestchs = chs; in g_part_geometry()281 if (bestchs == 0) { in g_part_geometry()