Searched defs:heads (Results 1 – 16 of 16) sorted by relevance
/qemu/hw/block/ |
A D | hd-geometry.c | 59 int i, heads, sectors, cylinders; in guess_disk_lchs() local 121 int cylinders, heads, secs, translation; in hd_geometry_guess() local 163 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans()
|
/qemu/hw/ide/ |
A D | ide-bus.c | 87 int16_t *cyls, int8_t *heads, int8_t *secs) in ide_get_geometry()
|
/qemu/block/ |
A D | vpc.c | 84 uint8_t heads; member 788 uint8_t *heads, uint8_t *secs_per_cyl) in calculate_geometry() 925 uint8_t heads = 0; in calculate_rounded_image_size() local 981 uint8_t heads = 0; in vpc_co_create() local
|
A D | parallels.h | 44 uint32_t heads; member
|
A D | vvfat.c | 345 static int sector2CHS(mbr_chs_t *chs, int spos, int cyls, int heads, int secs) in sector2CHS() 365 static void init_mbr(BDRVVVFATState *s, int cyls, int heads, int secs) in init_mbr() 897 const char *dirname, int heads, int secs, in init_directories() 1141 int cyls, heads, secs; in vvfat_open() local
|
A D | vdi.c | 161 uint32_t heads; /* disk geometry, unused here */ member
|
A D | vmdk.c | 74 uint32_t heads; member
|
/qemu/include/hw/block/ |
A D | block.h | 30 uint32_t cyls, heads, secs; member
|
/qemu/include/standard-headers/linux/ |
A D | virtio_blk.h | 68 uint8_t heads; member
|
/qemu/pc-bios/s390-ccw/ |
A D | bootmap.c | 114 const uint64_t heads = virtio_get_heads(); in eckd_chs_to_block() local
|
A D | virtio.h | 159 uint8_t heads; member
|
/qemu/include/hw/ide/ |
A D | ide-dev.h | 60 int cylinders, heads, sectors, chs_trans; member
|
/qemu/include/block/ |
A D | block-common.h | 535 uint32_t heads; member
|
/qemu/hw/i386/ |
A D | pc.c | 328 int16_t cylinders, int8_t heads, int8_t sectors) in cmos_init_hd() 496 int8_t heads, sectors; in pc_cmos_init_late() local
|
/qemu/tests/qtest/ |
A D | ide-test.c | 572 uint8_t heads, spt; in test_specify() local
|
A D | hd-geo-test.c | 47 int cyls, heads, secs, trans; member
|
Completed in 63 milliseconds