Searched refs:ret2 (Results 1 – 9 of 9) sorted by relevance
| /qemu/hw/ppc/ |
| A D | vof.c | 772 uint32_t param4, uint32_t *ret2) in vof_call_method() argument 804 *ret2 = 0; in vof_call_method() 810 *ret2 = param1; /* rtas-base */ in vof_call_method() 817 trace_vof_method(ihandle, method, param1, ret, *ret2); in vof_call_method() 823 uint32_t param2, uint32_t *ret2) in vof_call_interpret() argument 830 trace_vof_interpret(cmd, param1, param2, ret, *ret2); in vof_call_interpret()
|
| A D | trace-events | 85 vof_method(uint32_t ihandle, const char *method, uint32_t param, uint32_t ret, uint32_t ret2) "ih=0… 90 vof_interpret(const char *cmd, uint32_t param1, uint32_t param2, uint32_t ret, uint32_t ret2) "[%s]…
|
| /qemu/tests/unit/ |
| A D | test-hbitmap.c | 930 bool ret1, ret2; in test_hbitmap_next_dirty_area_check_limited() local 950 ret2 = off2 < end; in test_hbitmap_next_dirty_area_check_limited() 951 g_assert_cmpint(ret1, ==, ret2); in test_hbitmap_next_dirty_area_check_limited() 953 if (ret2) { in test_hbitmap_next_dirty_area_check_limited()
|
| /qemu/migration/ |
| A D | qemu-file.c | 365 int ret2 = qio_channel_close(f->ioc, NULL); in qemu_fclose() local 367 ret = ret2; in qemu_fclose()
|
| A D | savevm.c | 3053 int ret = -1, ret2; in save_snapshot() local 3083 ret2 = bdrv_all_has_snapshot(name, has_devices, devices, errp); in save_snapshot() 3084 if (ret2 < 0) { in save_snapshot() 3087 if (ret2 == 1) { in save_snapshot() 3133 ret2 = qemu_fclose(f); in save_snapshot() 3137 if (ret2 < 0) { in save_snapshot() 3138 ret = ret2; in save_snapshot()
|
| /qemu/hw/hyperv/ |
| A D | vmbus.c | 651 ssize_t ret1 = 0, ret2 = 0; in ringbuf_io() local 663 ret2 = gpadl_iter_io(&ringbuf->iter, buf, len); in ringbuf_io() 664 if (ret2 < 0) { in ringbuf_io() 665 return ret2; in ringbuf_io() 667 return ret1 + ret2; in ringbuf_io()
|
| /qemu/block/ |
| A D | io.c | 2573 int ret2; in bdrv_co_do_block_status() local 2575 ret2 = bdrv_co_do_block_status(local_file, want_zero, local_map, in bdrv_co_do_block_status() 2577 if (ret2 >= 0) { in bdrv_co_do_block_status() 2581 if (ret2 & BDRV_BLOCK_EOF && in bdrv_co_do_block_status() 2582 (!file_pnum || ret2 & BDRV_BLOCK_ZERO)) { in bdrv_co_do_block_status() 2592 ret |= (ret2 & BDRV_BLOCK_ZERO); in bdrv_co_do_block_status()
|
| A D | vhdx.c | 959 int ret2; in vhdx_check_bat_entries() local 960 ret2 = vhdx_region_check(s, offset, s->block_size); in vhdx_check_bat_entries() 961 if (ret2 < 0) { in vhdx_check_bat_entries()
|
| /qemu/linux-user/ |
| A D | syscall.c | 11747 abi_long ret2 = put_user_sal(off, arg3); in _syscall2() local 11748 if (is_error(ret2)) { in _syscall2() 11749 ret = ret2; in _syscall2() 11769 abi_long ret2 = put_user_s64(off, arg3); in _syscall2() local 11770 if (is_error(ret2)) { in _syscall2() 11771 ret = ret2; in _syscall2()
|
Completed in 67 milliseconds