Home
last modified time | relevance | path

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

/freebsd/sbin/fdisk/
H A Dfdisk.c1128 u_int32_t adj_size, max_end; in process_partition() local
1189 max_end = partp->dp_start + partp->dp_size; in process_partition()
1208 if (max_end < dos_sectors || in process_partition()
1209 prev_head_boundary > max_end - dos_sectors) { in process_partition()
1390 u_int32_t max_end, size, start; in sanitize_partition() local
1394 max_end = start + size; in sanitize_partition()
1424 if (max_end < dos_sectors || in sanitize_partition()
1425 prev_head_boundary >= max_end - dos_sectors) { in sanitize_partition()