Home
last modified time | relevance | path

Searched refs:bdrv_first (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-global-state.h219 BlockDriverState * GRAPH_RDLOCK bdrv_first(BdrvNextIterator *it);
/openbmc/qemu/block/
H A Dsnapshot.c507 for (bs = bdrv_first(&it); bs; bs = bdrv_next(&it)) { in bdrv_all_get_snapshot_devices()
H A Dblock-backend.c652 BlockDriverState *bdrv_first(BdrvNextIterator *it) in bdrv_first() function
H A Dio.c2348 for (bs = bdrv_first(&it); bs; bs = bdrv_next(&it)) { in bdrv_flush_all()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c898 for (bs1 = bdrv_first(&it1); bs1; bs1 = bdrv_next(&it1)) { in hmp_info_snapshots()
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c782 for (bs = bdrv_first(&it); bs; bs = bdrv_next(&it)) { in vm_completion()
/openbmc/qemu/
H A Dblock.c6929 for (bs = bdrv_first(&it); bs; bs = bdrv_next(&it)) { in bdrv_activate_all()
7031 for (bs = bdrv_first(&it); bs; bs = bdrv_next(&it)) { in bdrv_inactivate_all()