Home
last modified time | relevance | path

Searched refs:child_class (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-global-state.h85 BlockDriverState *parent, const BdrvChildClass *child_class,
90 BlockDriverState *parent, const BdrvChildClass *child_class,
252 const BdrvChildClass *child_class,
H A Dblock_int-global-state.h207 const BdrvChildClass *child_class,
/openbmc/qemu/
H A Dblock.c87 const BdrvChildClass *child_class,
3067 const BdrvChildClass *child_class, in bdrv_attach_child_common() argument
3077 assert(child_class->get_parent_desc); in bdrv_attach_child_common()
3084 .klass = child_class, in bdrv_attach_child_common()
3102 if (ret < 0 && child_class->change_aio_ctx) { in bdrv_attach_child_common()
3108 ret_child = child_class->change_aio_ctx(new_child, child_ctx, in bdrv_attach_child_common()
3171 const BdrvChildClass *child_class, in bdrv_attach_child_noperm() argument
3191 return bdrv_attach_child_common(child_bs, child_name, child_class, in bdrv_attach_child_noperm()
3205 const BdrvChildClass *child_class, in bdrv_root_attach_child() argument
3216 child = bdrv_attach_child_common(child_bs, child_name, child_class, in bdrv_root_attach_child()
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1795 def __init__(self, collection, attrs, event_handler, child_class, parent=None): argument
1810 child = child_class(collection, data, attrs, event_handler, first, self)