Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 25 of 118) sorted by relevance

12345

/qemu/block/
A Dblock-backend.c99 BlockBackend *blk; member
169 BlockBackend *blk = opaque; in blk_vm_state_changed() local
357 BlockBackend *blk; in blk_new() local
426 BlockBackend *blk; in blk_new_open() local
565 BlockBackend *blk = NULL; in blk_remove_all_bs() local
744 BlockBackend *blk = NULL; in blk_by_name() local
836 BlockBackend *blk = NULL; in blk_by_legacy_dinfo() local
1058 BlockBackend *blk = NULL; in blk_by_dev() local
1486 BlockBackend *blk; member
2081 BlockBackend *blk = NULL; in blk_drain_all() local
[all …]
A Dqapi-sysemu.c45 BlockBackend *blk; in qmp_get_blk() local
79 BlockBackend *blk; in do_open_tray() local
143 BlockBackend *blk; in qmp_blockdev_close_tray() local
175 BlockBackend *blk; in blockdev_remove_medium() local
229 static void qmp_blockdev_insert_anon_medium(BlockBackend *blk, in qmp_blockdev_insert_anon_medium()
277 BlockBackend *blk; in blockdev_insert_medium() local
316 BlockBackend *blk; in qmp_blockdev_change_medium() local
425 BlockBackend *blk; in qmp_block_set_io_throttle() local
518 BlockBackend *blk = qmp_get_blk(NULL, id, errp); in qmp_block_latency_histogram_set() local
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() local
699 BlockBackend *blk; in qmp_query_blockstats() local
/qemu/tests/unit/
A Dtest-block-iothread.c114 static void test_sync_op_blk_pread(BlockBackend *blk) in test_sync_op_blk_pread()
128 static void test_sync_op_blk_pwrite(BlockBackend *blk) in test_sync_op_blk_pwrite()
142 static void test_sync_op_blk_preadv(BlockBackend *blk) in test_sync_op_blk_preadv()
356 static void test_sync_op_blk_flush(BlockBackend *blk) in test_sync_op_blk_flush()
470 BlockBackend *blk; in test_sync_op() local
553 BlockBackend *blk; in test_attach_blockjob() local
617 BlockBackend *blk; in test_propagate_basic() local
681 BlockBackend *blk; in test_propagate_diamond() local
747 BlockBackend *blk; in test_propagate_mirror() local
817 BlockBackend *blk; in test_attach_second_node() local
[all …]
A Dtest-replication.c51 static void test_blk_read(BlockBackend *blk, long pattern, in test_blk_read()
96 static void test_blk_write(BlockBackend *blk, long pattern, int64_t offset, in test_blk_write()
173 BlockBackend *blk; in start_primary() local
201 BlockBackend *blk; in teardown_primary() local
213 BlockBackend *blk; in test_primary_read() local
225 BlockBackend *blk; in test_primary_write() local
237 BlockBackend *blk = NULL; in test_primary_start() local
291 BlockBackend *blk; in start_secondary() local
343 BlockBackend *blk; in teardown_secondary() local
362 BlockBackend *blk; in test_secondary_read() local
[all …]
A Dtest-blockjob.c33 static BlockJob *mk_job(BlockBackend *blk, const char *id, in mk_job()
59 static BlockJob *do_test_id(BlockBackend *blk, const char *id, in do_test_id()
71 BlockBackend *blk = blk_new(qemu_get_aio_context(), 0, BLK_PERM_ALL); in create_blk() local
92 static void destroy_blk(BlockBackend *blk) in destroy_blk()
94 if (blk_name(blk)[0] != '\0') { in destroy_blk() local
104 BlockBackend *blk[3]; in test_job_ids() local
163 BlockBackend *blk; member
205 BlockBackend *blk; in create_common() local
229 BlockBackend *blk = s->blk; in cancel_common() local
A Dtest-block-backend.c41 BlockBackend *blk = blk_new(qemu_get_aio_context(), in test_drain_aio_error() local
58 BlockBackend *blk = blk_new(qemu_get_aio_context(), in test_drain_all_aio_error() local
A Dtest-bdrv-drain.c187 BlockBackend *blk; in test_setup() local
266 BlockBackend *blk = test_setup(); in test_drv_cb_drain_all() local
273 BlockBackend *blk = test_setup(); in test_drv_cb_drain() local
286 BlockBackend *blk = test_setup(); in test_drv_cb_co_drain_all() local
376 BlockBackend *blk; in test_nested() local
526 BlockBackend *blk; in test_iothread_common() local
980 BlockBackend *blk; member
988 BlockBackend *blk = dbdd->blk; in test_co_delete_by_drain() local
1035 BlockBackend *blk; in do_test_delete_by_drain() local
1217 BlockBackend *blk; in test_detach_indirect() local
[all …]
/qemu/
A Dqemu-io-cmds.c579 static int do_pwrite_zeroes(BlockBackend *blk, int64_t offset, in do_pwrite_zeroes()
644 static int do_aio_readv(BlockBackend *blk, QEMUIOVector *qiov, in do_aio_readv()
708 static int read_f(BlockBackend *blk, int argc, char **argv) in read_f()
905 static int readv_f(BlockBackend *blk, int argc, char **argv) in readv_f()
1048 static int write_f(BlockBackend *blk, int argc, char **argv) in write_f()
1346 BlockBackend *blk; member
1721 static int flush_f(BlockBackend *blk, int argc, char **argv) in flush_f()
2077 static int info_f(BlockBackend *blk, int argc, char **argv) in info_f()
2311 static int map_f(BlockBackend *blk, int argc, char **argv) in map_f()
2722 static int help_f(BlockBackend *blk, int argc, char **argv) in help_f()
[all …]
/qemu/hw/block/
A Dblock.c26 static int blk_pread_nonzeroes(BlockBackend *blk, hwaddr size, void *buf) in blk_pread_nonzeroes()
62 bool blk_check_size_and_read_all(BlockBackend *blk, DeviceState *dev, in blk_check_size_and_read_all()
105 BlockBackend *blk = conf->blk; in blkconf_blocksizes() local
202 BlockBackend *blk = conf->blk; in blkconf_apply_backend_options() local
A Dhd-geometry.c55 static int guess_disk_lchs(BlockBackend *blk, in guess_disk_lchs()
98 static void guess_chs_for_size(BlockBackend *blk, in guess_chs_for_size()
117 void hd_geometry_guess(BlockBackend *blk, in hd_geometry_guess()
/qemu/hw/intc/
A Dpnv_xive.c76 uint8_t blk = xive->chip->chip_id; in pnv_xive_block_id() local
334 uint8_t blk = GETFIELD(VC_EQC_CWATCH_BLOCKID, in pnv_xive_end_update() local
351 uint8_t blk = GETFIELD(VC_EQC_CWATCH_BLOCKID, in pnv_xive_end_cache_load() local
382 uint8_t blk = GETFIELD(PC_VPC_CWATCH_BLOCKID, in pnv_xive_nvt_update() local
399 uint8_t blk = GETFIELD(PC_VPC_CWATCH_BLOCKID, in pnv_xive_nvt_cache_load() local
568 uint8_t blk = pnv_xive_block_id(xive); in pnv_xive_notify() local
592 static uint32_t pnv_xive_nr_ipis(PnvXive *xive, uint8_t blk) in pnv_xive_nr_ipis()
605 uint8_t blk = pnv_xive_block_id(xive); in pnv_xive_vst_per_subpage() local
862 uint8_t blk = GETFIELD(VST_TABLE_BLOCK, in pnv_xive_vst_set_data() local
1442 uint8_t blk; in pnv_xive_ic_hw_trigger() local
[all …]
A Dpnv_xive2.c94 uint8_t blk = xive->chip->chip_id; in pnv_xive2_block_id() local
110 static PnvXive2 *pnv_xive2_get_remote(uint8_t blk) in pnv_xive2_get_remote()
437 uint8_t blk; in pnv_xive2_end_update() local
459 uint8_t blk; in pnv_xive2_end_cache_load() local
532 uint8_t blk, nxc_type; in pnv_xive2_nxc_update() local
557 uint8_t blk, nxc_type; in pnv_xive2_nxc_cache_load() local
727 uint8_t blk = pnv_xive2_block_id(xive); in pnv_xive2_notify() local
1815 uint8_t blk; in pnv_xive2_ic_hw_trigger() local
2464 uint8_t blk = pnv_xive2_block_id(xive); in type_init() local
2476 uint8_t blk = pnv_xive2_block_id(xive); in pnv_xive2_vst_per_subpage() local
[all …]
/qemu/tests/qtest/libqos/
A Dvhost-user-blk.h40 QVhostUserBlk blk; member
45 QVhostUserBlk blk; member
A Dvirtio-blk.h37 QVirtioBlk blk; member
42 QVirtioBlk blk; member
/qemu/block/export/
A Dvirtio-blk-handler.c26 virtio_blk_sect_range_ok(BlockBackend *blk, uint32_t block_size, in virtio_blk_sect_range_ok()
56 BlockBackend *blk = handler->blk; in virtio_blk_discard_write_zeroes() local
138 BlockBackend *blk = handler->blk; in virtio_blk_process_req() local
/qemu/hw/ufs/
A Dlu.c285 BlockBackend *blk = lu->conf.blk; in ufs_add_lu() local
315 BlockBackend *blk = lu->conf.blk; in ufs_init_lu() local
345 static void ufs_init_scsi_device(UfsLu *lu, BlockBackend *blk, Error **errp) in ufs_init_scsi_device()
385 BlockBackend *blk = lu->conf.blk; in ufs_lu_realize() local
/qemu/system/
A Ddma-helpers.c246 BlockBackend *blk = opaque; in dma_blk_read_io_func() local
250 BlockAIOCB *dma_blk_read(BlockBackend *blk, in dma_blk_read()
264 BlockBackend *blk = opaque; in dma_blk_write_io_func() local
268 BlockAIOCB *dma_blk_write(BlockBackend *blk, in dma_blk_write()
317 void dma_acct_start(BlockBackend *blk, BlockAcctCookie *cookie, in dma_acct_start()
/qemu/hw/arm/
A Dxlnx-zcu102.c106 BlockBackend *blk; in bbram_attach_drive() local
118 BlockBackend *blk; in efuse_attach_drive() local
179 BlockBackend *blk = di ? blk_by_legacy_dinfo(di) : NULL; in xlnx_zcu102_init() local
A Dorangepi.c36 BlockBackend *blk; in orangepi_init() local
A Dmcimx6ul-evk.c56 BlockBackend *blk; in mcimx6ul_evk_init() local
A Dmcimx7d-sabre.c56 BlockBackend *blk; in mcimx7d_sabre_init() local
A Dcubieboard.c37 BlockBackend *blk; in cubieboard_init() local
/qemu/include/sysemu/
A Dblock-ram-registrar.h23 BlockBackend *blk; member
/qemu/include/block/
A Dblock-global-state.h215 BlockBackend *blk; member

Completed in 67 milliseconds

12345