Home
last modified time | relevance | path

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

/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c899 int bs1_nb_sns = 0; in hmp_info_snapshots() local
905 bs1_nb_sns = bdrv_snapshot_list(bs1, &sn); in hmp_info_snapshots()
906 if (bs1_nb_sns > 0) { in hmp_info_snapshots()
912 for (i = 0; i < bs1_nb_sns; i++) { in hmp_info_snapshots()