Home
last modified time | relevance | path

Searched refs:implements_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qom/
H A Dobject.h1029 const char *implements_type, bool include_abstract,
1039 GSList *object_class_get_list(const char *implements_type,
1050 GSList *object_class_get_list_sorted(const char *implements_type,
/openbmc/qemu/qom/
H A Dobject.c1104 const char *implements_type; member
1123 if (data->implements_type && in object_class_foreach_tramp()
1124 !object_class_dynamic_cast(k, data->implements_type)) { in object_class_foreach_tramp()
1132 const char *implements_type, bool include_abstract, in object_class_foreach() argument
1135 OCFData data = { fn, implements_type, include_abstract, opaque }; in object_class_foreach()
1190 GSList *object_class_get_list(const char *implements_type, in object_class_get_list() argument
1196 implements_type, include_abstract, &list); in object_class_get_list()
1206 GSList *object_class_get_list_sorted(const char *implements_type, in object_class_get_list_sorted() argument
1209 return g_slist_sort(object_class_get_list(implements_type, include_abstract), in object_class_get_list_sorted()