Searched refs:do_object_child_foreach (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/qom/ |
H A D | object.c | 1142 static int do_object_child_foreach(Object *obj, in do_object_child_foreach() function 1160 ret = do_object_child_foreach(child, fn, opaque, true); in do_object_child_foreach() 1173 return do_object_child_foreach(obj, fn, opaque, false); in object_child_foreach() 1180 return do_object_child_foreach(obj, fn, opaque, true); in object_child_foreach_recursive()
|