Home
last modified time | relevance | path

Searched refs:bdrv_snapshot_list (Results 1 – 25 of 89) sorted by relevance

1234

/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
305 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
312 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
313 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
316 return bdrv_snapshot_list(bs->file->bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
305 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
312 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
313 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
316 return bdrv_snapshot_list(bs->file->bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
305 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
312 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
313 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
316 return bdrv_snapshot_list(bs->file->bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab);
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in Do()
305 int bdrv_snapshot_list(BlockDriverState *bs,
312 if (drv->bdrv_snapshot_list) {
313 return drv->bdrv_snapshot_list(bs, psn_info);
316 return bdrv_snapshot_list(bs->file->bs, psn_info);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dsnapshot.c60 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
108 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
324 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
331 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
332 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
335 return bdrv_snapshot_list(bs->file->bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
366 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
374 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
375 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
378 return bdrv_snapshot_list(fallback_bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
378 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
386 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
387 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
390 return bdrv_snapshot_list(fallback_bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
366 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
374 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
375 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
378 return bdrv_snapshot_list(fallback_bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dsnapshot.c61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
378 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
386 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
387 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
390 return bdrv_snapshot_list(fallback_bs, psn_info); in bdrv_snapshot_list()
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dsnapshot.h64 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dsnapshot.h64 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dsnapshot.h64 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Dsnapshot.h64 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Dsnapshot.h67 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dsnapshot.h65 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dsnapshot.h65 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dsnapshot.h65 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dsnapshot.h65 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dblock_int.h75 int (*bdrv_snapshot_list)(BlockDriverState *bs, member
H A Dblock.h149 int bdrv_snapshot_list(BlockDriverState *bs,
/dports/emulators/x49gp/x49gp/x49gp-code/include/
H A Dblock.h93 int (*bdrv_snapshot_list)(BlockDriverState *bs, member
/dports/emulators/qemu5/qemu-5.2.0/replay/
H A Dreplay-debugging.c159 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
/dports/emulators/qemu60/qemu-6.0.0/replay/
H A Dreplay-debugging.c159 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
/dports/emulators/qemu/qemu-6.2.0/replay/
H A Dreplay-debugging.c159 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/replay/
H A Dreplay-debugging.c159 nb_sns = bdrv_snapshot_list(bs, &sn_tab);

1234