/src/usr.sbin/sysinst/ |
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) {
|
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) {
|
gpt.c | 677 daddr_t s, e, from, size, end_of_disk; local in function:gpt_get_free_spaces_internal 688 end_of_disk = parts->dp.disk_start + parts->dp.disk_size 691 while (from < end_of_disk && cnt < max_num_result) { 695 if (start + size > end_of_disk) 696 size = end_of_disk - start; 705 if (e - 1 >= end_of_disk) 710 if (from >= end_of_disk) {
|
gpt.c | 677 daddr_t s, e, from, size, end_of_disk; local in function:gpt_get_free_spaces_internal 688 end_of_disk = parts->dp.disk_start + parts->dp.disk_size 691 while (from < end_of_disk && cnt < max_num_result) { 695 if (start + size > end_of_disk) 696 size = end_of_disk - start; 705 if (e - 1 >= end_of_disk) 710 if (from >= end_of_disk) {
|