Searched refs:child_role (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 86 BdrvChildRole child_role, bool allow_none, Error **errp); 91 BdrvChildRole child_role, bool allow_none, Error **errp); 253 BdrvChildRole child_role,
|
H A D | block_int-global-state.h | 208 BdrvChildRole child_role,
|
/openbmc/qemu/ |
H A D | block.c | 88 BdrvChildRole child_role, 3068 BdrvChildRole child_role, in bdrv_attach_child_common() argument 3085 .role = child_role, in bdrv_attach_child_common() 3172 BdrvChildRole child_role, in bdrv_attach_child_noperm() argument 3188 bdrv_child_perm(parent_bs, child_bs, NULL, child_role, NULL, in bdrv_attach_child_noperm() 3192 child_role, perm, shared_perm, parent_bs, in bdrv_attach_child_noperm() 3206 BdrvChildRole child_role, in bdrv_root_attach_child() argument 3217 child_role, perm, shared_perm, opaque, in bdrv_root_attach_child() 3246 BdrvChildRole child_role, in bdrv_attach_child() argument 3256 child_class, child_role, tran, errp); in bdrv_attach_child() [all …]
|