Searched refs:visit_type_int64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/ |
H A D | event-loop-base.c | 49 visit_type_int64(v, name, field, errp); in event_loop_base_get_param() 61 if (!visit_type_int64(v, name, &value, errp)) { in event_loop_base_set_param()
|
H A D | iothread.c | 243 visit_type_int64(v, name, field, errp); in iothread_get_param() 253 if (!visit_type_int64(v, name, &value, errp)) { in iothread_set_param()
|
/openbmc/qemu/tests/unit/ |
H A D | test-string-input-visitor.c | 190 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList() 192 visit_type_int64(v, NULL, &val, &error_abort); in test_visitor_in_intList() 204 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList() 206 visit_type_int64(v, NULL, &val, &err); in test_visitor_in_intList()
|
H A D | test-visitor-serialization.c | 132 visit_type_int64(v, NULL, &pt->value.s64, errp); in visit_primitive_type()
|
/openbmc/qemu/include/qapi/ |
H A D | visitor.h | 606 bool visit_type_int64(Visitor *v, const char *name, int64_t *obj,
|
/openbmc/qemu/qapi/ |
H A D | trace-events | 32 visit_type_int64(void *v, const char *name, int64_t *obj) "v=%p name=%s obj=%p"
|
H A D | qapi-forward-visitor.c | 157 return visit_type_int64(ffv->target, name, obj, errp); in forward_field_type_int64()
|
H A D | qapi-visit-core.c | 313 bool visit_type_int64(Visitor *v, const char *name, int64_t *obj, in visit_type_int64() function
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 829 if (!visit_type_int64(v, name, &value, errp)) { in throttle_group_set() 883 visit_type_int64(v, name, &value, errp); in throttle_group_get()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties.c | 406 visit_type_int64(v, name, ptr, errp); in get_int64() 415 visit_type_int64(v, name, ptr, errp); in set_int64()
|