Searched refs:blkconf_blocksizes (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/hw/block/ |
H A D | block.h | 99 bool blkconf_blocksizes(BlockConf *conf, Error **errp);
|
/openbmc/qemu/hw/block/ |
H A D | block.c | 103 bool blkconf_blocksizes(BlockConf *conf, Error **errp) in blkconf_blocksizes() function
|
H A D | swim.c | 210 if (!blkconf_blocksizes(&dev->conf, errp)) { in swim_drive_realize()
|
H A D | xen-block.c | 387 if (!blkconf_blocksizes(conf, errp)) { in xen_block_realize()
|
H A D | virtio-blk.c | 1869 if (!blkconf_blocksizes(&conf->conf, errp)) { in virtio_blk_device_realize()
|
H A D | fdc.c | 508 if (!blkconf_blocksizes(&dev->conf, errp)) { in floppy_drive_realize()
|
/openbmc/qemu/hw/ide/ |
H A D | ide-dev.c | 102 if (!blkconf_blocksizes(&dev->conf, errp)) { in ide_dev_initfn()
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 396 if (!blkconf_blocksizes(&lu->conf, errp)) { in ufs_lu_realize()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 156 if (!blkconf_blocksizes(&ns->blkconf, errp)) { in nvme_ns_init_blk()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 2526 if (!blkconf_blocksizes(&s->qdev.conf, errp)) { in scsi_realize() 2619 if (!blkconf_blocksizes(&s->qdev.conf, errp)) { in scsi_hd_realize()
|