Home
last modified time | relevance | path

Searched refs:type_print_class_properties (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/qom/
H A Dobject_interfaces.c201 bool type_print_class_properties(const char *type) in type_print_class_properties() function
247 return type_print_class_properties(type); in user_creatable_print_help()
257 if (!type || !type_print_class_properties(type)) { in user_creatable_print_help_from_qdict()
/openbmc/qemu/include/qom/
H A Dobject.h932 bool type_print_class_properties(const char *type);
/openbmc/qemu/system/
H A Dvl.c1571 type_print_class_properties(object_class_get_name(machine_class)); in machine_help_func()