Home
last modified time | relevance | path

Searched defs:heads (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/block/
H A Dhd-geometry.c58 int i, heads, sectors, cylinders; in guess_disk_lchs() local
120 int cylinders, heads, secs, translation; in hd_geometry_guess() local
162 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans()
/openbmc/qemu/hw/ide/
H A Dide-bus.c87 int16_t *cyls, int8_t *heads, int8_t *secs) in ide_get_geometry()
/openbmc/qemu/block/
H A Dvpc.c84 uint8_t heads; member
793 uint8_t *heads, uint8_t *secs_per_cyl) in calculate_geometry()
930 uint8_t heads = 0; in calculate_rounded_image_size() local
986 uint8_t heads = 0; in vpc_co_create() local
H A Dparallels.h44 uint32_t heads; member
H A Dvvfat.c345 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()
896 const char *dirname, int heads, int secs, in init_directories()
1140 int cyls, heads, secs; in vvfat_open() local
H A Dvdi.c161 uint32_t heads; /* disk geometry, unused here */ member
H A Dvmdk.c74 uint32_t heads; member
/openbmc/qemu/include/hw/block/
H A Dblock.h30 uint32_t cyls, heads, secs; member
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_blk.h45 __u8 heads; member
/openbmc/u-boot/disk/
H A Dpart_amiga.h47 u32 heads; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_blk.h68 uint8_t heads; member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c114 const uint64_t heads = virtio_get_heads(); in eckd_chs_to_block() local
H A Dvirtio.h159 uint8_t heads; member
/openbmc/u-boot/include/
H A Dfat.h103 __u16 heads; /* Number of heads */ member
H A Data.h143 unsigned short heads; /* "physical" heads */ member
/openbmc/qemu/include/hw/ide/
H A Dide-dev.h60 int cylinders, heads, sectors, chs_trans; member
/openbmc/qemu/include/block/
H A Dblock-common.h546 uint32_t heads; member
/openbmc/qemu/hw/i386/
H A Dpc.c318 int16_t cylinders, int8_t heads, int8_t sectors) in cmos_init_hd()
486 int8_t heads, sectors; in pc_cmos_init_late() local
/openbmc/qemu/tests/qtest/
H A Dide-test.c572 uint8_t heads, spt; in test_specify() local
H A Dhd-geo-test.c47 int cyls, heads, secs, trans; member