Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c430 static BlockBackend *img_open(bool image_opts, in img_open() argument
436 if (image_opts) { in img_open()
731 bool image_opts = false; in img_check() local
796 image_opts = true; in img_check()
820 blk = img_open(image_opts, filename, fmt, flags, writethrough, quiet, in img_check()
962 bool image_opts = false; in img_commit() local
1020 image_opts = true; in img_commit()
1042 blk = img_open(image_opts, filename, fmt, flags, writethrough, quiet, in img_commit()
1376 bool image_opts = false; in img_compare() local
1440 image_opts = true; in img_compare()
[all …]