| /openbmc/qemu/hw/cpu/ |
| H A D | core.c | 23 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 D | lsm303dlhc_mag.c | 92 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 D | emc141x.c | 73 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 D | tmp105.c | 95 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 D | tmp421.c | 131 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 D | test-qobject-input-visitor.c | 119 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 D | test-opts-visitor.c | 195 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 D | test-string-input-visitor.c | 55 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 D | test-string-output-visitor.c | 75 visit_type_int(data->ov, NULL, &value, &error_abort); in test_visitor_out_int()
|
| H A D | test-keyval.c | 583 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 D | test-qobject-output-visitor.c | 66 visit_type_int(data->ov, NULL, &value, &error_abort); in test_visitor_out_int()
|
| H A D | test-visitor-serialization.c | 108 visit_type_int(v, NULL, &pt->value.integer, errp); in visit_primitive_type()
|
| /openbmc/qemu/include/qapi/ |
| H A D | visitor.h | 551 bool visit_type_int(Visitor *v, const char *name, int64_t *obj, Error **errp);
|
| /openbmc/qemu/qapi/ |
| H A D | trace-events | 24 visit_type_int(void *v, const char *name, int64_t *obj) "v=%p name=%s obj=%p"
|
| H A D | qapi-visit-core.c | 178 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 D | aspeed_sdmc.c | 232 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()
|