/freebsd/contrib/dialog/samples/install/ |
H A D | FDISK.TEST | 2 Disk /dev/hda: 14 heads, 62 sectors, 1018 cylinders 3 Units = cylinders of 868 * 512 bytes 11 Disk /dev/sda: 64 heads, 32 sectors, 511 cylinders 12 Units = cylinders of 2048 * 512 bytes 18 Disk /dev/sdb: 64 heads, 32 sectors, 4106 cylinders 19 Units = cylinders of 2048 * 512 bytes
|
/freebsd/usr.bin/mkimg/ |
H A D | vhd.c | 61 uint16_t cylinders; member 124 geom->cylinders = (ncyls != 0) ? ncyls : in vhd_geometry() 134 geom->cylinders = imgsz / (16 * 255); in vhd_geometry() 154 geom->cylinders = cth / geom->heads; in vhd_geometry() 176 newsz = (int64_t)geom.cylinders * geom.heads * in vhd_resize() 216 be16enc(&footer->geometry.cylinders, footer->geometry.cylinders); in vhd_make_footer()
|
/freebsd/contrib/netbsd-tests/sbin/gpt/ |
H A D | gpt.disklabel | 10 cylinders: 10
|
/freebsd/stand/i386/common/ |
H A D | edd.h | 56 uint32_t cylinders; member
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.h | 65 uint16_t cylinders; member
|
/freebsd/sys/dev/ida/ |
H A D | idavar.h | 181 int cylinders; member
|
H A D | ida_disk.c | 192 drv->cylinders = dinfo.dp.ncylinders; in idad_attach()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_block.c | 115 uint16_t cylinders; member 532 sc->vbsc_cfg.vbc_geometry.cylinders = 0; /* no geometry */ in pci_vtblk_init()
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | 235 uint32_t cylinders; member 3454 dp->cylinders = cgd->ident_data.cylinders; in adasetgeom() 3460 dp->cylinders = cgd->ident_data.cylinders; in adasetgeom() 3461 dp->sectors = cgd->ident_data.cylinders * in adasetgeom() 3468 if (cgd->ident_data.cylinders == 16383 || dp->sectors < lbasize) in adasetgeom()
|
/freebsd/sys/geom/part/ |
H A D | g_part.c | 224 off_t chs, cylinders; in g_part_geometry_heads() local 232 cylinders = blocks / heads / sectors; in g_part_geometry_heads() 233 if (cylinders < heads || cylinders < sectors) in g_part_geometry_heads() 235 if (cylinders > 1023) in g_part_geometry_heads() 237 chs = cylinders * heads * sectors; in g_part_geometry_heads()
|
/freebsd/sys/cam/ |
H A D | cam.c | 572 ccg->cylinders = ccg->volume_size / secs_per_cylinder; in cam_calc_geometry()
|
/freebsd/stand/i386/libi386/ |
H A D | biosdisk.c | 585 bd->bd_cyl = params->cylinders; in bd_get_diskinfo_ext() 592 total = (uint64_t)params->cylinders * in bd_get_diskinfo_ext()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_da.h | 591 uint8_t cylinders[3]; member
|
H A D | scsi_da.c | 303 uint32_t cylinders; member 6245 ccg.cylinders = 0; in dasetgeom() 6255 dp->cylinders = dp->sectors / (255 * 255); in dasetgeom() 6256 if (dp->cylinders == 0) { in dasetgeom() 6257 dp->cylinders = 1; in dasetgeom() 6262 dp->cylinders = ccg.cylinders; in dasetgeom()
|
/freebsd/sys/dev/ciss/ |
H A D | cissreg.h | 187 u_int16_t cylinders; /* big-endian */ member
|
/freebsd/sys/geom/raid/ |
H A D | md_promise.c | 112 uint16_t cylinders; /* Volume geometry: C. */ member 213 printf("cylinders %u\n", meta->cylinders); in g_raid_md_promise_print() 1773 meta->cylinders = meta->total_sectors / (255 * 63) - 1; in g_raid_md_write_promise()
|
/freebsd/sys/sys/ |
H A D | ata.h | 55 /*001*/ u_int16_t cylinders; /* # of cylinders */ member
|
/freebsd/sys/dev/aac/ |
H A D | aac_cam.c | 292 ccg->cylinders = ccg->volume_size / secs_per_cylinder; in aac_cam_action()
|
/freebsd/usr.bin/mkimg/tests/ |
H A D | img-1x1-4096-apm.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|
H A D | img-1x1-512-bsd.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|
H A D | img-1x1-512-ebr.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|
H A D | img-63x255-4096-apm.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|
H A D | img-63x255-512-ebr.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|
H A D | img-1x1-4096-bsd.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|
H A D | img-1x1-4096-ebr.vmdk.hex | 20 000002c0 65 74 72 79 2e 63 79 6c 69 6e 64 65 72 73 20 3d |etry.cylinders =|
|