Home
last modified time | relevance | path

Searched refs:lheads (Results 1 – 6 of 6) sorted by relevance

/qemu/system/
H A Dbootdevice.c356 uint32_t lheads; member
364 uint32_t lcyls, uint32_t lheads, uint32_t lsecs) in add_boot_device_lchs() argument
368 if (!lcyls && !lheads && !lsecs) { in add_boot_device_lchs()
378 node->lheads = lheads; in add_boot_device_lchs()
417 bootpath, i->lcyls, i->lheads, i->lsecs); in get_boot_devices_lchs_list()
/qemu/include/hw/block/
H A Dblock.h31 uint32_t lcyls, lheads, lsecs; member
80 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
/qemu/include/sysemu/
H A Dsysemu.h86 uint32_t lcyls, uint32_t lheads, uint32_t lsecs);
/qemu/hw/ide/
H A Dide-dev.c138 dev->conf.lheads, in ide_dev_initfn()
/qemu/hw/block/
H A Dvirtio-blk.c1944 conf->conf.lheads, in virtio_blk_device_realize()
/qemu/hw/scsi/
H A Dscsi-disk.c2602 dev->conf.lheads, in scsi_realize()