Home
last modified time | relevance | path

Searched refs:inherit_options (Results 1 – 25 of 43) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dblock.c942 .inherit_options = bdrv_inherited_options,
959 child_file.inherit_options(child_flags, child_options, in bdrv_inherited_fmt_options()
968 .inherit_options = bdrv_inherited_fmt_options,
1089 .inherit_options = bdrv_backing_options,
2635 child_role->inherit_options(&flags, options, in bdrv_open_inherit()
2946 role->inherit_options(&flags, options, parent_flags, parent_options); in bdrv_reopen_queue_child()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dblock.c1015 .inherit_options = bdrv_inherited_options,
1034 child_file.inherit_options(child_flags, child_options, in bdrv_inherited_fmt_options()
1043 .inherit_options = bdrv_inherited_fmt_options,
1169 .inherit_options = bdrv_backing_options,
2981 child_role->inherit_options(&flags, options, in bdrv_open_inherit()
3349 role->inherit_options(&flags, options, parent_flags, parent_options); in bdrv_reopen_queue_child()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dblock.c1015 .inherit_options = bdrv_inherited_options,
1034 child_file.inherit_options(child_flags, child_options, in bdrv_inherited_fmt_options()
1043 .inherit_options = bdrv_inherited_fmt_options,
1169 .inherit_options = bdrv_backing_options,
2981 child_role->inherit_options(&flags, options, in bdrv_open_inherit()
3349 role->inherit_options(&flags, options, parent_flags, parent_options); in bdrv_reopen_queue_child()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dblock.c1188 .inherit_options = bdrv_inherited_options,
1207 child_file.inherit_options(child_flags, child_options, in bdrv_inherited_fmt_options()
1216 .inherit_options = bdrv_inherited_fmt_options,
1342 .inherit_options = bdrv_backing_options,
3169 child_role->inherit_options(&flags, options, in bdrv_open_inherit()
3537 role->inherit_options(&flags, options, parent_flags, parent_options); in bdrv_reopen_queue_child()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dblock.c1183 .inherit_options = bdrv_inherited_options,
1202 child_file.inherit_options(child_flags, child_options, in bdrv_inherited_fmt_options()
1211 .inherit_options = bdrv_inherited_fmt_options,
1337 .inherit_options = bdrv_backing_options,
3163 child_role->inherit_options(&flags, options, in bdrv_open_inherit()
3531 role->inherit_options(&flags, options, parent_flags, parent_options); in bdrv_reopen_queue_child()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Dblock_int.h589 void (*inherit_options)(int *child_flags, QDict *child_options, member
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dblock_int.h673 void (*inherit_options)(int *child_flags, QDict *child_options, member
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dblock_int.h673 void (*inherit_options)(int *child_flags, QDict *child_options, member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dblock_int.h678 void (*inherit_options)(int *child_flags, QDict *child_options,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Dblock_int.h677 void (*inherit_options)(int *child_flags, QDict *child_options, member
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dblock_int.h761 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dblock_int.h731 void (*inherit_options)(BdrvChildRole role, bool parent_is_format, member
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dblock_int.h714 void (*inherit_options)(BdrvChildRole role, bool parent_is_format, member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dblock_int.h748 void (*inherit_options)(BdrvChildRole role, bool parent_is_format, member
/dports/emulators/qemu/qemu-6.2.0/
H A Dblock.c1433 .inherit_options = bdrv_inherited_options,
3740 child_class->inherit_options(child_role, parent_is_format, in bdrv_open_inherit()
4113 klass->inherit_options(role, parent_is_format, &flags, options, in bdrv_reopen_queue_child()
/dports/emulators/qemu5/qemu-5.2.0/
H A Dblock.c1337 .inherit_options = bdrv_inherited_options,
3302 child_class->inherit_options(child_role, parent_is_format, in bdrv_open_inherit()
3675 klass->inherit_options(role, parent_is_format, &flags, options, in bdrv_reopen_queue_child()
/dports/emulators/qemu60/qemu-6.0.0/
H A Dblock.c1400 .inherit_options = bdrv_inherited_options,
3319 child_class->inherit_options(child_role, parent_is_format, in bdrv_open_inherit()
3692 klass->inherit_options(role, parent_is_format, &flags, options, in bdrv_reopen_queue_child()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dblock.c1424 .inherit_options = bdrv_inherited_options,
3627 child_class->inherit_options(child_role, parent_is_format, in bdrv_open_inherit()
4000 klass->inherit_options(role, parent_is_format, &flags, options, in bdrv_reopen_queue_child()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dblock-backend.c289 .inherit_options = blk_root_inherit_options,
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dblock-backend.c301 .inherit_options = blk_root_inherit_options,
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dblock-backend.c308 .inherit_options = blk_root_inherit_options,
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dblock-backend.c302 .inherit_options = blk_root_inherit_options,
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dblock-backend.c302 .inherit_options = blk_root_inherit_options,
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dblock-backend.c301 .inherit_options = blk_root_inherit_options,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dblock-backend.c301 .inherit_options = blk_root_inherit_options,

12