Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fdisk/
H A Dfdisk.c1132 u_int32_t adj_size, max_end; in process_partition() local
1193 max_end = partp->dp_start + partp->dp_size; in process_partition()
1212 if (max_end < dos_sectors || in process_partition()
1213 prev_head_boundary > max_end - dos_sectors) { in process_partition()
1394 u_int32_t max_end, size, start; in sanitize_partition() local
1398 max_end = start + size; in sanitize_partition()
1428 if (max_end < dos_sectors || in sanitize_partition()
1429 prev_head_boundary >= max_end - dos_sectors) { in sanitize_partition()