Home
last modified time | relevance | path

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

/qemu/include/qom/
H A Dobject.h909 void type_register_static_array(const TypeInfo *infos, int nr_infos);
921 type_register_static_array(type_array, ARRAY_SIZE(type_array)); \
/qemu/qom/
H A Dobject.c189 void type_register_static_array(const TypeInfo *infos, int nr_infos) in type_register_static_array() function