Home
last modified time | relevance | path

Searched refs:BlockBackend (Results 51 – 75 of 133) sorted by relevance

123456

/qemu/hw/arm/
H A Dmcimx7d-sabre.c56 BlockBackend *blk; in mcimx7d_sabre_init()
H A Dmcimx6ul-evk.c56 BlockBackend *blk; in mcimx6ul_evk_init()
H A Dcubieboard.c37 BlockBackend *blk; in cubieboard_init()
H A Dimx25_pdk.c124 BlockBackend *blk; in imx25_pdk_init()
H A Dorangepi.c36 BlockBackend *blk; in orangepi_init()
H A Dbananapi_m2u.c42 BlockBackend *blk = di ? blk_by_legacy_dinfo(di) : NULL; in mmc_attach_drive()
H A Dfby35.c43 BlockBackend *blk = blk_by_legacy_dinfo(dinfo); in fby35_bmc_write_boot_rom()
/qemu/include/hw/scsi/
H A Dscsi.h201 SCSIDevice *scsi_bus_legacy_add_drive(SCSIBus *bus, BlockBackend *blk,
239 int scsi_SG_IO_FROM_DEV(BlockBackend *blk, uint8_t *cmd, uint8_t cmd_size,
/qemu/hw/nvme/
H A Ddif.c352 BlockBackend *blk = ns->blkconf.blk; in nvme_dif_mangle_mdata()
408 BlockBackend *blk = ns->blkconf.blk; in nvme_dif_rw_cb()
493 BlockBackend *blk = ns->blkconf.blk; in nvme_dif_rw_mdata_in_cb()
522 BlockBackend *blk = ns->blkconf.blk; in nvme_dif_rw_mdata_out_cb()
542 BlockBackend *blk = ns->blkconf.blk; in nvme_dif_rw()
/qemu/include/hw/misc/
H A Dmac_via.h49 BlockBackend *blk;
/qemu/include/hw/
H A Dqdev-properties.h183 BlockBackend *value, Error **errp);
199 BlockBackend *value);
/qemu/block/
H A Dqapi.c44 BlockDeviceInfo *bdrv_block_device_info(BlockBackend *blk, in bdrv_block_device_info()
421 bdrv_query_info(BlockBackend *blk, BlockInfo **p_info, Error **errp) in bdrv_query_info()
494 static void bdrv_query_blk_stats(BlockDeviceStats *ds, BlockBackend *blk) in bdrv_query_blk_stats()
666 BlockBackend *blk; in qmp_query_block()
699 BlockBackend *blk; in qmp_query_blockstats()
H A Dstream.c35 BlockBackend *blk;
46 static int coroutine_fn stream_populate(BlockBackend *blk, in stream_populate()
H A Dvmdk.c2216 vmdk_init_extent(BlockBackend *blk, int64_t filesize, bool flat, bool compress, in vmdk_init_extent()
2329 bool compress, bool zeroed_grain, BlockBackend **pbb, in vmdk_create_extent()
2333 BlockBackend *blk = NULL; in vmdk_create_extent()
2408 typedef BlockBackend * coroutine_fn GRAPH_UNLOCKED_PTR
2438 BlockBackend *blk = NULL; in vmdk_co_do_create()
2439 BlockBackend *extent_blk; in vmdk_co_do_create()
2544 BlockBackend *backing; in vmdk_co_do_create()
2658 static BlockBackend * coroutine_fn GRAPH_UNLOCKED
2663 BlockBackend *blk = NULL; in vmdk_co_create_opts_cb()
2809 static BlockBackend * coroutine_fn GRAPH_UNLOCKED
[all …]
/qemu/hw/block/
H A Dfdc-internal.h70 BlockBackend *blk;
H A Dpflash_cfi01.c66 BlockBackend *blk;
967 BlockBackend *blk, in type_init()
995 BlockBackend *pflash_cfi01_get_blk(PFlashCFI01 *fl) in pflash_cfi01_get_blk()
/qemu/hw/sparc64/
H A Dniagara.c139 BlockBackend *blk = blk_by_legacy_dinfo(dinfo); in niagara_init()
/qemu/hw/usb/
H A Ddev-storage-classic.c33 BlockBackend *blk = s->conf.blk; in usb_msd_storage_realize()
/qemu/monitor/
H A Dqmp-cmds.c67 BlockBackend *blk; in qmp_cont()
/qemu/include/hw/ide/
H A Dide-dev.h92 BlockBackend *blk;
/qemu/
H A Dblockdev.c114 BlockBackend *blk; in override_max_devs()
143 void blockdev_mark_auto_del(BlockBackend *blk) in blockdev_mark_auto_del()
176 void blockdev_auto_del(BlockBackend *blk) in blockdev_auto_del()
223 BlockBackend *blk; in drive_get()
245 BlockBackend *blk; in drive_check_orphaned()
294 BlockBackend *blk; in drive_get_max_bus()
479 static BlockBackend *blockdev_init(const char *file, QDict *bs_opts, in blockdev_init()
487 BlockBackend *blk; in blockdev_init()
779 BlockBackend *blk; in drive_new()
2242 BlockBackend *blk; in qmp_block_resize()
H A Dblockdev-nbd.c191 BlockBackend *on_eject_blk; in qmp_nbd_server_add()
/qemu/hw/core/
H A Dqdev-properties-system.c96 BlockBackend *blk; in set_drive_helper()
203 BlockBackend **ptr = object_field_prop_ptr(obj, prop); in release_drive()
497 BlockBackend *value, Error **errp) in qdev_prop_set_drive_err()
515 BlockBackend *value) in qdev_prop_set_drive()
/qemu/hw/sd/
H A Domap_mmc.c596 BlockBackend *blk, in omap_mmc_init()
622 BlockBackend *blk, qemu_irq irq, qemu_irq dma[], in omap2_mmc_init()
/qemu/hw/scsi/
H A Dscsi-generic.c119 static int execute_command(BlockBackend *blk, in execute_command()
527 int scsi_SG_IO_FROM_DEV(BlockBackend *blk, uint8_t *cmd, uint8_t cmd_size, in scsi_SG_IO_FROM_DEV()
653 static int get_stream_blocksize(BlockBackend *blk) in get_stream_blocksize()

123456