Searched refs:lheads (Results 1 – 6 of 6) sorted by relevance
/qemu/system/ |
H A D | bootdevice.c | 356 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 D | block.h | 31 uint32_t lcyls, lheads, lsecs; member 80 DEFINE_PROP_UINT32("lheads", _state, _conf.lheads, 0), \
|
/qemu/include/sysemu/ |
H A D | sysemu.h | 86 uint32_t lcyls, uint32_t lheads, uint32_t lsecs);
|
/qemu/hw/ide/ |
H A D | ide-dev.c | 138 dev->conf.lheads, in ide_dev_initfn()
|
/qemu/hw/block/ |
H A D | virtio-blk.c | 1944 conf->conf.lheads, in virtio_blk_device_realize()
|
/qemu/hw/scsi/ |
H A D | scsi-disk.c | 2602 dev->conf.lheads, in scsi_realize()
|