Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-keyval.c331 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_bool()
343 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_bool()
361 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_number()
373 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_number()
387 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_number()
398 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_number()
408 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_number()
421 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_number()
441 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_size()
457 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_keyval_visit_size()
[all …]
H A Dtest-forward-visitor.c37 visit_start_struct(v, NULL, NULL, 0, &error_abort); in visit_with_forward()
86 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_forward_size()
114 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_forward_number()
H A Dtest-opts-visitor.c189 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_opts_range_unvisited()
230 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_opts_range_beyond()
H A Dtest-qobject-input-visitor.c672 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_visitor_in_null()
1056 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_visitor_in_fail_struct_missing()
1057 visit_start_struct(v, "struct", NULL, 0, &err); in test_visitor_in_fail_struct_missing()
1082 visit_start_struct(v, NULL, NULL, 0, &error_abort); in test_visitor_in_fail_struct_missing()
H A Dtest-qobject-output-visitor.c481 visit_start_struct(data->ov, NULL, NULL, 0, &error_abort); in test_visitor_out_null()
/openbmc/qemu/target/loongarch/
H A Dloongarch-qmp-cmds.c66 if (!visit_start_struct(visitor, "model.props", NULL, 0, errp)) { in qmp_query_cpu_model_expansion()
/openbmc/qemu/include/qapi/
H A Dvisitor.h299 bool visit_start_struct(Visitor *v, const char *name, void **obj,
/openbmc/qemu/target/arm/
H A Darm-qmp-cmds.c160 if (!visit_start_struct(visitor, "model.props", NULL, 0, errp)) { in qmp_query_cpu_model_expansion()
/openbmc/qemu/qapi/
H A Dtrace-events7 visit_start_struct(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu"
H A Dqapi-forward-visitor.c71 if (!visit_start_struct(ffv->target, name, obj, size, errp)) { in forward_field_start_struct()
H A Dqapi-visit-core.c44 bool visit_start_struct(Visitor *v, const char *name, void **obj, in visit_start_struct() function
/openbmc/qemu/target/riscv/
H A Driscv-qmp-cmds.c140 if (!visit_start_struct(visitor, props_arg_name, NULL, 0, &local_err)) { in riscv_cpuobj_validate_qdict_in()
/openbmc/qemu/target/i386/
H A Dcpu-sysemu.c134 if (!visit_start_struct(visitor, props_arg_name, NULL, 0, errp)) { in object_apply_props()
/openbmc/qemu/qom/
H A Dobject_interfaces.c51 if (!visit_start_struct(v, NULL, NULL, 0, errp)) { in object_set_properties_from_qdict()
H A Dobject.c2470 if (!visit_start_struct(v, name, NULL, 0, errp)) { in property_get_tm()
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c261 if (!visit_start_struct(v, name, NULL, 0, errp)) { in balloon_stats_get_all()
268 if (!visit_start_struct(v, "stats", NULL, 0, errp)) { in balloon_stats_get_all()
/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c134 if (!visit_start_struct(visitor, props_name, NULL, 0, errp)) { in cpu_model_from_info()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c355 if (!visit_start_struct(v, dt_name, NULL, 0, errp)) { in prop_get_fdt()
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst1661 if (!visit_start_struct(v, name, (void **)obj, sizeof(UserDefOne), errp)) {
1810 if (!visit_start_struct(v, NULL, NULL, 0, errp)) {
1845 visit_start_struct(v, NULL, NULL, 0, NULL);