Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/block/
H A Dblock.h96 bool blkconf_geometry(BlockConf *conf, int *trans,
/openbmc/qemu/hw/block/
H A Dblock.c252 bool blkconf_geometry(BlockConf *conf, int *ptrans, in blkconf_geometry() function
H A Dxen-block.c383 !blkconf_geometry(conf, NULL, 65535, 255, 255, errp)) { in xen_block_realize()
H A Dvirtio-blk.c1865 if (!blkconf_geometry(&conf->conf, NULL, 65535, 255, 255, errp)) { in virtio_blk_device_realize()
/openbmc/qemu/hw/ide/
H A Dide-dev.c112 if (!blkconf_geometry(&dev->conf, &dev->chs_trans, 65535, 16, 255, in ide_dev_initfn()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c2538 if (!blkconf_geometry(&dev->conf, NULL, 65535, 255, 255, errp)) { in scsi_realize()