Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-nbd.c541 QemuOpts *sn_opts = NULL; in main() local
705 sn_opts = qemu_opts_parse_noisily(&internal_snapshot_opts, in main()
707 if (!sn_opts) { in main()
1139 if (sn_opts) { in main()
1141 qemu_opt_get(sn_opts, SNAPSHOT_OPT_ID), in main()
1142 qemu_opt_get(sn_opts, SNAPSHOT_OPT_NAME), in main()
1223 qemu_opts_del(sn_opts); in main()
H A Dqemu-img.c2244 QemuOpts *opts = NULL, *sn_opts = NULL; in img_convert() local
2320 sn_opts = qemu_opts_parse_noisily(&internal_snapshot_opts, in img_convert()
2322 if (!sn_opts) { in img_convert()
2516 if (sn_opts) { in img_convert()
2518 qemu_opt_get(sn_opts, SNAPSHOT_OPT_ID), in img_convert()
2519 qemu_opt_get(sn_opts, SNAPSHOT_OPT_NAME), in img_convert()
2811 qemu_opts_del(sn_opts); in img_convert()
5364 QemuOpts *sn_opts = NULL; in img_measure() local
5393 sn_opts = qemu_opts_parse_noisily(&internal_snapshot_opts, in img_measure()
5395 if (!sn_opts) { in img_measure()
[all …]