Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dbochs.c311 .is_format = true,
H A Dcloop.c307 .is_format = true,
H A Draw-format.c661 .is_format = true,
H A Ddmg.c793 .is_format = true,
H A Dcrypto.c1090 .is_format = true,
H A Dvdi.c1057 .is_format = true,
H A Dvpc.c1246 .is_format = true,
H A Dqcow.c1197 .is_format = true,
H A Dparallels.c1459 .is_format = true,
H A Dqed.c1649 .is_format = true,
H A Dvhdx.c2264 .is_format = true,
H A Dvmdk.c3172 .is_format = true,
H A Dqcow2.c6183 .is_format = true,
/openbmc/qemu/scripts/
H A Ddecodetree.py1056 is_format = parent_pat is None
1152 elif not (is_format and width == 0) and width != insnwidth:
1162 if is_format:
1219 if not is_format:
/openbmc/qemu/include/block/
H A Dblock_int-common.h138 bool is_format; member
/openbmc/qemu/
H A Dblock.c4014 parent_is_format = parent->drv->is_format; in bdrv_open_inherit()
4494 child->klass, child->role, bs->drv->is_format, in bdrv_reopen_queue_child()