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 | 1104 .is_format = true,
|
| H A D | vdi.c | 1057 .is_format = true,
|
| H A D | vpc.c | 1251 .is_format = true,
|
| H A D | qcow.c | 1197 .is_format = true,
|
| H A D | parallels.c | 1463 .is_format = true,
|
| H A D | qed.c | 1650 .is_format = true,
|
| H A D | vhdx.c | 2264 .is_format = true,
|
| H A D | vmdk.c | 3174 .is_format = true,
|
| H A D | qcow2.c | 6272 .is_format = true,
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 1057 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 D | block_int-common.h | 138 bool is_format; member
|
| /openbmc/qemu/ |
| H A D | block.c | 4052 parent_is_format = parent->drv->is_format; in bdrv_open_inherit() 4525 child->klass, child->role, bs->drv->is_format, in bdrv_reopen_queue()
|