Home
last modified time | relevance | path

Searched defs:child_class (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/
H A Dblock.c3067 const BdrvChildClass *child_class, in bdrv_attach_child_common()
3171 const BdrvChildClass *child_class, in bdrv_attach_child_noperm()
3205 const BdrvChildClass *child_class, in bdrv_root_attach_child()
3245 const BdrvChildClass *child_class, in bdrv_attach_child()
3699 BlockDriverState *parent, const BdrvChildClass *child_class, in bdrv_open_child_bs()
3746 const BdrvChildClass *child_class, in bdrv_open_child_common()
3789 const BdrvChildClass *child_class, in bdrv_open_child()
3952 const BdrvChildClass *child_class, BdrvChildRole child_role, in bdrv_open_inherit()
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1795 def __init__(self, collection, attrs, event_handler, child_class, parent=None): argument