/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 | 93 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_x() 104 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_y() 115 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_z() 126 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_x() 149 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_y() 172 if (!visit_type_int(v, name, &value, errp)) { in lsm303dlhc_mag_set_z() 200 visit_type_int(v, name, &value, errp); in lsm303dlhc_mag_get_temperature() 213 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-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-string-output-visitor.c | 75 visit_type_int(data->ov, NULL, &value, &error_abort); in test_visitor_out_int()
|
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/hw/virtio/ |
H A D | virtio-balloon.c | 264 if (!visit_type_int(v, "last-update", &s->stats_last_update, errp)) { in balloon_stats_get_all() 292 visit_type_int(v, name, &s->stats_poll_interval, errp); in balloon_stats_get_poll_interval() 302 if (!visit_type_int(v, name, &value, errp)) { in balloon_stats_set_poll_interval()
|
/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()
|
/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/target/sparc/ |
H A D | cpu.c | 846 visit_type_int(v, name, &value, errp); in sparc_get_nwindows() 857 if (!visit_type_int(v, name, &value, errp)) { in sparc_set_nwindows()
|
/openbmc/qemu/hw/core/ |
H A D | machine.c | 372 visit_type_int(v, name, &value, errp); in machine_get_phandle_start() 382 if (!visit_type_int(v, name, &value, errp)) { in machine_set_phandle_start()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 3785 visit_type_int(v, name, &value, errp); in kvm_get_kvm_shadow_mem() 3800 if (!visit_type_int(v, name, &value, errp)) { in kvm_set_kvm_shadow_mem()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 5705 visit_type_int(v, name, &value, errp); in x86_cpuid_get_tsc_freq() 5715 if (!visit_type_int(v, name, &value, errp)) { in x86_cpuid_set_tsc_freq()
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 1640 if (!visit_type_int(v, "integer", &obj->integer, errp)) {
|