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.c1104 .is_format = true,
H A Dvdi.c1057 .is_format = true,
H A Dvpc.c1251 .is_format = true,
H A Dqcow.c1197 .is_format = true,
H A Dparallels.c1463 .is_format = true,
H A Dqed.c1650 .is_format = true,
H A Dvhdx.c2264 .is_format = true,
H A Dvmdk.c3174 .is_format = true,
H A Dqcow2.c6272 .is_format = true,
/openbmc/qemu/scripts/
H A Ddecodetree.py1057 is_format = parent_pat is None
1153 elif not (is_format and width == 0) and width != insnwidth:
1163 if is_format:
1220 if not is_format:
/openbmc/qemu/include/block/
H A Dblock_int-common.h138 bool is_format; member
/openbmc/qemu/
H A Dblock.c4052 parent_is_format = parent->drv->is_format; in bdrv_open_inherit()
4525 child->klass, child->role, bs->drv->is_format, in bdrv_reopen_queue()