disklabel.c | 890 daddr_t s, e, from, size, end_of_disk; local in function:disklabel_get_free_spaces_internal 898 end_of_disk = parts->dp.disk_start + parts->dp.disk_size; 900 while (from < end_of_disk && cnt < max_num_result) { 919 if (e - 1 >= end_of_disk) 925 if (from >= end_of_disk) {
|