Lines Matching full:chs
170 .help = "Force disk size calculation to use either CHS geometry, "
172 "{chs, current_size}"
212 } else if (!strcmp(size_calc, "chs")) { in vpc_parse_options()
308 * VHD image sizes differently. VPC will rely on CHS geometry, in vpc_open()
312 * look at the Creator App field, and look for images that have CHS in vpc_open()
315 * If the CHS geometry is the maximum CHS geometry, then we assume that in vpc_open()
320 * 'vpc ' : CHS Virtual PC (uses disk geometry) in vpc_open()
321 * 'qemu' : CHS QEMU (uses disk geometry) in vpc_open()
330 * that have CHS geometry of the maximum size. in vpc_open()
935 * If the image size can't be represented by a spec conformant CHS geometry, in calculate_rounded_image_size()
1032 "CHS geometry"); in vpc_co_create()
1215 "specified, rather than using the nearest CHS-based "