Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c2009 g_autofree char *full_type = NULL; in object_add_link_prop()
2020 full_type = g_strdup_printf("link<%s>", type); in object_add_link_prop()
2022 op = object_property_add(obj, name, full_type, in object_add_link_prop()
2050 char *full_type; in object_class_property_add_link()
2057 full_type = g_strdup_printf("link<%s>", type); in object_class_property_add_link()
2059 op = object_class_property_add(oc, name, full_type, in object_class_property_add_link()
2067 g_free(full_type); in object_class_property_add_link()
2008 g_autofree char *full_type = NULL; object_add_link_prop() local
2049 char *full_type; object_class_property_add_link() local