Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c41 typedef struct TypeImpl TypeImpl; typedef
48 struct TypeImpl struct
69 TypeImpl *parent_type; argument
92 static void type_table_add(TypeImpl *ti) in type_table_add() argument
98 static TypeImpl *type_table_lookup(const char *name) in type_table_lookup()
103 static TypeImpl *type_new(const TypeInfo *info) in type_new()
105 TypeImpl *ti = g_malloc0(sizeof(*ti)); in type_new()
163 static TypeImpl *type_register_internal(const TypeInfo *info) in type_register_internal()
165 TypeImpl *ti; in type_register_internal()
178 TypeImpl *type_register(const TypeInfo *info) in type_register()
[all …]
/openbmc/qemu/include/qom/
H A Dobject.h20 struct TypeImpl;
21 typedef struct TypeImpl *Type;