Home
last modified time | relevance | path

Searched refs:nb_sns (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dsnapshot.c58 int nb_sns, i, ret;
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab);
62 if (nb_sns < 0) {
65 for (i = 0; i < nb_sns; i++) {
104 int nb_sns, i;
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in Do()
110 if (nb_sns < 0) {
113 } else if (nb_sns == 0) {
118 for (i = 0; i < nb_sns; i++) {
127 for (i = 0; i < nb_sns; i++) {
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dsnapshot.c57 int nb_sns, i, ret; in bdrv_snapshot_find() local
60 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
61 if (nb_sns < 0) { in bdrv_snapshot_find()
64 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
103 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
108 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
109 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
112 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
117 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
126 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dsnapshot.c58 int nb_sns, i, ret; in bdrv_snapshot_find() local
61 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
62 if (nb_sns < 0) { in bdrv_snapshot_find()
65 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()
104 int nb_sns, i; in bdrv_snapshot_find_by_id_and_name() local
109 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
110 if (nb_sns < 0) { in bdrv_snapshot_find_by_id_and_name()
113 } else if (nb_sns == 0) { in bdrv_snapshot_find_by_id_and_name()
118 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
127 for (i = 0; i < nb_sns; i++) { in bdrv_snapshot_find_by_id_and_name()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/replay/
H A Dreplay-debugging.c147 int nb_sns, i; in replay_find_nearest_snapshot() local
159 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
162 for (i = 0; i < nb_sns; i++) { in replay_find_nearest_snapshot()
/dports/emulators/qemu60/qemu-6.0.0/replay/
H A Dreplay-debugging.c147 int nb_sns, i; in replay_find_nearest_snapshot() local
159 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
162 for (i = 0; i < nb_sns; i++) { in replay_find_nearest_snapshot()
/dports/emulators/qemu/qemu-6.2.0/replay/
H A Dreplay-debugging.c147 int nb_sns, i; in replay_find_nearest_snapshot() local
159 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
162 for (i = 0; i < nb_sns; i++) { in replay_find_nearest_snapshot()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/replay/
H A Dreplay-debugging.c147 int nb_sns, i;
159 nb_sns = bdrv_snapshot_list(bs, &sn_tab);
162 for (i = 0; i < nb_sns; i++) {
/dports/emulators/qemu/qemu-6.2.0/block/monitor/
H A Dblock-hmp-cmds.c883 int nb_sns, i; in hmp_info_snapshots() local
914 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
917 if (nb_sns < 0) { in hmp_info_snapshots()
918 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
954 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
956 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu5/qemu-5.2.0/block/monitor/
H A Dblock-hmp-cmds.c881 int nb_sns, i; in hmp_info_snapshots() local
911 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
914 if (nb_sns < 0) { in hmp_info_snapshots()
915 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
951 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
953 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu60/qemu-6.0.0/block/monitor/
H A Dblock-hmp-cmds.c872 int nb_sns, i; in hmp_info_snapshots() local
903 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
906 if (nb_sns < 0) { in hmp_info_snapshots()
907 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
943 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
945 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/monitor/
H A Dblock-hmp-cmds.c880 int nb_sns, i; in hmp_info_snapshots() local
910 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
913 if (nb_sns < 0) { in hmp_info_snapshots()
914 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
950 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
952 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/monitor/
H A Dblock-hmp-cmds.c880 int nb_sns, i; in hmp_info_snapshots() local
910 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
913 if (nb_sns < 0) { in hmp_info_snapshots()
914 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
950 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
952 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/monitor/
H A Dblock-hmp-cmds.c883 int nb_sns, i; in hmp_info_snapshots() local
914 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
917 if (nb_sns < 0) { in hmp_info_snapshots()
918 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
954 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
956 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dqemu-img.c638 int nb_sns, i; in dump_snapshots() local
641 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in dump_snapshots()
642 if (nb_sns <= 0) in dump_snapshots()
646 for(i = 0; i < nb_sns; i++) { in dump_snapshots()
/dports/emulators/qemu42/qemu-4.2.1/monitor/
H A Dhmp-cmds.c1489 int nb_sns, i; in hmp_info_snapshots() local
1519 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
1522 if (nb_sns < 0) { in hmp_info_snapshots()
1523 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
1559 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
1561 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dhmp.c1419 int nb_sns, i; in hmp_info_snapshots() local
1449 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
1452 if (nb_sns < 0) { in hmp_info_snapshots()
1453 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
1489 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
1491 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu-utils/qemu-4.2.1/monitor/
H A Dhmp-cmds.c1489 int nb_sns, i; in hmp_info_snapshots() local
1519 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
1522 if (nb_sns < 0) { in hmp_info_snapshots()
1523 monitor_printf(mon, "bdrv_snapshot_list: error %d\n", nb_sns); in hmp_info_snapshots()
1559 global_snapshots = g_new0(int, nb_sns); in hmp_info_snapshots()
1561 for (i = 0; i < nb_sns; i++) { in hmp_info_snapshots()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dqemu-img.c2556 int nb_sns, i; in dump_snapshots() local
2558 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in dump_snapshots()
2559 if (nb_sns <= 0) in dump_snapshots()
2564 for(i = 0; i < nb_sns; i++) { in dump_snapshots()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dqemu-img.c2556 int nb_sns, i; in dump_snapshots() local
2558 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in dump_snapshots()
2559 if (nb_sns <= 0) in dump_snapshots()
2564 for(i = 0; i < nb_sns; i++) { in dump_snapshots()

12