Searched refs:ObjectProperty (Results 1 – 22 of 22) sorted by relevance
/qemu/include/qom/ |
H A D | object.h | 31 typedef struct ObjectProperty ObjectProperty; typedef 87 typedef void (ObjectPropertyInit)(Object *obj, ObjectProperty *prop); 89 struct ObjectProperty struct 1086 ObjectProperty *object_property_try_add(Object *obj, const char *name, 1115 ObjectProperty *object_property_add(Object *obj, const char *name, 1124 ObjectProperty *object_class_property_add(ObjectClass *klass, const char *name, 1138 void object_property_set_default_bool(ObjectProperty *prop, bool value); 1147 void object_property_set_default_str(ObjectProperty *prop, const char *value); 1155 void object_property_set_default_list(ObjectProperty *prop); 1164 void object_property_set_default_int(ObjectProperty *prop, int64_t value); [all …]
|
/qemu/qom/ |
H A D | object.c | 324 ObjectProperty *prop = data; in object_property_free() 546 ObjectProperty *prop; in object_class_property_init_all() 649 static inline bool object_property_is_child(ObjectProperty *prop) in object_property_is_child() 657 ObjectProperty *prop; in object_property_del_all() 680 ObjectProperty *prop; in object_property_del_child() 1141 ObjectProperty *prop; in do_object_child_foreach() 1236 ObjectProperty * 1243 ObjectProperty *prop; in object_property_try_add() 1248 ObjectProperty *ret = NULL; in object_property_try_add() 1287 ObjectProperty * [all …]
|
H A D | qom-qmp-cmds.c | 51 ObjectProperty *prop; in qmp_qom_list() 135 ObjectProperty *prop; in qmp_device_list_properties() 194 ObjectProperty *prop; in qmp_qom_list_properties()
|
H A D | object_interfaces.c | 223 ObjectProperty *prop; in type_print_class_properties()
|
/qemu/hw/core/ |
H A D | qdev-prop-internal.h | 16 void qdev_propinfo_set_default_value_enum(ObjectProperty *op, 18 void qdev_propinfo_set_default_value_int(ObjectProperty *op, 20 void qdev_propinfo_set_default_value_uint(ObjectProperty *op,
|
H A D | qdev-properties.c | 118 void qdev_propinfo_set_default_value_enum(ObjectProperty *op, in qdev_propinfo_set_default_value_enum() 166 static void set_default_value_bool(ObjectProperty *op, const Property *prop) in set_default_value_bool() 276 void qdev_propinfo_set_default_value_int(ObjectProperty *op, in qdev_propinfo_set_default_value_int() 282 void qdev_propinfo_set_default_value_uint(ObjectProperty *op, in qdev_propinfo_set_default_value_uint() 768 static void default_prop_array(ObjectProperty *op, const Property *prop) in default_prop_array() 986 static ObjectProperty *create_link_property(ObjectClass *oc, const char *name, in create_link_property() 1003 ObjectProperty *op; in qdev_property_add_static() 1028 ObjectProperty *op; in qdev_class_add_property() 1113 ObjectProperty *prop; in qdev_alias_all_properties()
|
H A D | sysbus.c | 86 ObjectProperty *r; in sysbus_has_irq()
|
H A D | qdev-properties-system.c | 1211 static void set_default_uuid_auto(ObjectProperty *op, const Property *prop) in set_default_uuid_auto()
|
/qemu/monitor/ |
H A D | qemu-config-qmp.c | 98 static CommandLineParameterInfo *objprop_to_cmdline_prop(ObjectProperty *prop) in objprop_to_cmdline_prop() 128 ObjectProperty *prop; in query_all_machine_properties()
|
/qemu/include/hw/ |
H A D | qdev-properties.h | 38 void (*set_default_value)(ObjectProperty *op, const Property *prop); 39 ObjectProperty *(*create)(ObjectClass *oc, const char *name,
|
/qemu/target/loongarch/ |
H A D | loongarch-qmp-cmds.c | 96 ObjectProperty *prop = object_property_find(obj, name); in qmp_query_cpu_model_expansion()
|
/qemu/hw/microblaze/ |
H A D | petalogix_s3adsp1800_mmu.c | 170 ObjectProperty *prop; in petalogix_s3adsp1800_machine_class_init()
|
/qemu/target/arm/ |
H A D | arm-qmp-cmds.c | 202 ObjectProperty *prop = object_property_find(obj, name); in qmp_query_cpu_model_expansion()
|
/qemu/target/riscv/ |
H A D | riscv-qmp-cmds.c | 81 ObjectProperty *prop = object_property_find(obj, name); in riscv_obj_add_qdict_prop()
|
/qemu/target/i386/ |
H A D | cpu-system.c | 105 ObjectProperty *prop; in x86_cpu_to_dict_full()
|
H A D | cpu.c | 8972 ObjectProperty *op; in x86_cpu_register_bit_prop()
|
/qemu/hw/arm/ |
H A D | xilinx_zynq.c | 463 ObjectProperty *prop; in zynq_machine_class_init()
|
/qemu/hw/ppc/ |
H A D | spapr_drc.c | 841 ObjectProperty *prop; in spapr_dt_drc() 962 ObjectProperty *prop; in spapr_drc_reset_all()
|
/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 546 ObjectProperty *prop; in test_dummy_prop_iterator()
|
/qemu/system/ |
H A D | qdev-monitor.c | 595 ObjectProperty *prop; in qdev_set_id()
|
H A D | memory.c | 1297 ObjectProperty *op; in memory_region_initfn()
|
/qemu/net/ |
H A D | net.c | 1496 ObjectProperty *prop; in netfilter_print_info()
|