Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cpu/
H A Dcore.c23 visit_type_int(v, name, &value, errp); in core_prop_get_core_id()
32 if (!visit_type_int(v, name, &value, errp)) { in core_prop_set_core_id()
50 visit_type_int(v, name, &value, errp); in core_prop_get_nr_threads()
59 if (!visit_type_int(v, name, &value, errp)) { in core_prop_set_nr_threads()
/openbmc/qemu/hw/sensor/
H A Dlsm303dlhc_mag.c92 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_x()
103 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_y()
114 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_z()
125 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_x()
148 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_y()
171 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_z()
199 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_temperature()
212 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_temperature()
H A Demc141x.c73 visit_type_int(v, name, &value, errp); in OBJECT_DECLARE_TYPE()
84 if (!visit_type_int(v, name, &temp, errp)) { in emc141x_set_temperature()
H A Dtmp105.c95 visit_type_int(v, name, &value, errp); in tmp105_get_temperature()
108 if (!visit_type_int(v, name, &temp, errp)) { in tmp105_set_temperature()
H A Dtmp421.c131 visit_type_int(v, name, &value, errp); in tmp421_get_temperature()
146 if (!visit_type_int(v, name, &temp, errp)) { in tmp421_set_temperature()
/openbmc/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c119 visit_type_int(v, NULL, &res, &error_abort); in test_visitor_in_int()
140 visit_type_int(v, NULL, &i64, &error_abort); in test_visitor_in_uint()
175 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int_overflow()
187 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int_keyval()
199 visit_type_int(v, NULL, &res, &error_abort); in test_visitor_in_int_str_keyval()
212 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int_str_fail()
292 visit_type_int(v, NULL, &i64, &err); in test_visitor_in_large_number()
982 visit_type_int(v, NULL, &i, &err); in test_visitor_in_wrong_type()
993 visit_type_int(v, NULL, &i, &err); in test_visitor_in_wrong_type()
1067 visit_type_int(v, "i64", &i64, &err); in test_visitor_in_fail_struct_missing()
[all …]
H A Dtest-opts-visitor.c195 visit_type_int(v, NULL, &tail->value, &error_abort); in test_opts_range_unvisited()
199 visit_type_int(v, NULL, &tail->value, &error_abort); in test_opts_range_unvisited()
236 visit_type_int(v, NULL, &tail->value, &error_abort); in test_opts_range_beyond()
240 visit_type_int(v, NULL, &val, &err); in test_opts_range_beyond()
H A Dtest-string-input-visitor.c55 visit_type_int(v, NULL, &res, &error_abort); in test_visitor_in_int()
60 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int()
65 visit_type_int(v, NULL, &res, &err); in test_visitor_in_int()
444 visit_type_int(v, NULL, &ires, NULL); in test_visitor_in_fuzz()
H A Dtest-string-output-visitor.c75 visit_type_int(data->ov, NULL, &value, &error_abort); in test_visitor_out_int()
H A Dtest-keyval.c583 visit_type_int(v, "c", &i, &error_abort); in test_keyval_visit_dict()
589 visit_type_int(v, "d", &i, &error_abort); in test_keyval_visit_dict()
600 visit_type_int(v, "c", &i, &err); /* a.c missing */ in test_keyval_visit_dict()
681 visit_type_int(v, "b", &i, &error_abort); in test_keyval_visit_optional()
H A Dtest-qobject-output-visitor.c66 visit_type_int(data->ov, NULL, &value, &error_abort); in test_visitor_out_int()
H A Dtest-visitor-serialization.c108 visit_type_int(v, NULL, &pt->value.integer, errp); in visit_primitive_type()
/openbmc/qemu/include/qapi/
H A Dvisitor.h551 bool visit_type_int(Visitor *v, const char *name, int64_t *obj, Error **errp);
/openbmc/qemu/qapi/
H A Dtrace-events24 visit_type_int(void *v, const char *name, int64_t *obj) "v=%p name=%s obj=%p"
H A Dqapi-visit-core.c178 bool visit_type_int(Visitor *v, const char *name, int64_t *obj, Error **errp) in visit_type_int() function
/openbmc/qemu/hw/misc/
H A Daspeed_sdmc.c232 visit_type_int(v, name, &value, errp); in aspeed_sdmc_get_ram_size()
244 if (!visit_type_int(v, name, &value, errp)) { in aspeed_sdmc_set_ram_size()