Searched refs:is_format (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/block/ |
H A D | bochs.c | 311 .is_format = true,
|
H A D | cloop.c | 307 .is_format = true,
|
H A D | raw-format.c | 661 .is_format = true,
|
H A D | dmg.c | 793 .is_format = true,
|
H A D | crypto.c | 1090 .is_format = true,
|
H A D | vdi.c | 1057 .is_format = true,
|
H A D | vpc.c | 1246 .is_format = true,
|
H A D | qcow.c | 1197 .is_format = true,
|
H A D | parallels.c | 1459 .is_format = true,
|
H A D | qed.c | 1649 .is_format = true,
|
H A D | vhdx.c | 2264 .is_format = true,
|
H A D | vmdk.c | 3172 .is_format = true,
|
H A D | qcow2.c | 6183 .is_format = true,
|
/openbmc/qemu/scripts/ |
H A D | decodetree.py | 1056 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 D | block_int-common.h | 138 bool is_format; member
|
/openbmc/qemu/ |
H A D | block.c | 4014 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()
|