Searched refs:n_bytes (Results 1 – 6 of 6) sorted by relevance
/qemu/block/ |
H A D | vdi.c | 559 uint32_t n_bytes; in vdi_co_preadv() local 573 n_bytes, offset); in vdi_co_preadv() 596 bytes -= n_bytes; in vdi_co_preadv() 597 offset += n_bytes; in vdi_co_preadv() 598 bytes_done += n_bytes; in vdi_co_preadv() 615 uint32_t n_bytes; in vdi_co_pwritev() local 633 n_bytes, offset); in vdi_co_pwritev() 661 n_bytes); in vdi_co_pwritev() 686 bytes -= n_bytes; in vdi_co_pwritev() 687 offset += n_bytes; in vdi_co_pwritev() [all …]
|
H A D | vpc.c | 622 int64_t n_bytes; in vpc_co_preadv() local 638 qemu_iovec_memset(qiov, bytes_done, 0, n_bytes); in vpc_co_preadv() 644 ret = bdrv_co_preadv(bs->file, image_offset, n_bytes, in vpc_co_preadv() 652 bytes -= n_bytes; in vpc_co_preadv() 653 offset += n_bytes; in vpc_co_preadv() 654 bytes_done += n_bytes; in vpc_co_preadv() 671 int64_t n_bytes; in vpc_co_pwritev() local 703 ret = bdrv_co_pwritev(bs->file, image_offset, n_bytes, in vpc_co_pwritev() 710 bytes -= n_bytes; in vpc_co_pwritev() 711 offset += n_bytes; in vpc_co_pwritev() [all …]
|
H A D | vmdk.c | 1862 compressed_data = g_malloc(n_bytes); in vmdk_write_extent() 1875 n_bytes = buf_len + sizeof(VmdkGrainMarker); in vmdk_write_extent() 1876 qemu_iovec_init_buf(&local_qiov, data, n_bytes); in vmdk_write_extent() 1983 uint64_t n_bytes, offset_in_cluster; in vmdk_co_preadv() local 2036 bytes -= n_bytes; in vmdk_co_preadv() 2037 offset += n_bytes; in vmdk_co_preadv() 2038 bytes_done += n_bytes; in vmdk_co_preadv() 2066 int64_t offset_in_cluster, n_bytes; in vmdk_pwritev() local 2140 bytes -= n_bytes; in vmdk_pwritev() 2141 offset += n_bytes; in vmdk_pwritev() [all …]
|
/qemu/audio/ |
H A D | pwaudio.c | 88 uint32_t req, index, n_bytes; in playback_on_process() local 110 n_bytes = SPA_MIN(req, buf->datas[0].maxsize); in playback_on_process() 119 if ((uint32_t) avail < n_bytes) { in playback_on_process() 125 n_bytes = avail; in playback_on_process() 132 index += n_bytes; in playback_on_process() 138 buf->datas[0].chunk->size = n_bytes; in playback_on_process() 153 uint32_t index, offs, n_bytes; in capture_on_process() local 179 if ((uint32_t) filled + n_bytes > RINGBUFFER_SIZE) { in capture_on_process() 181 p, index, filled, n_bytes, RINGBUFFER_SIZE); in capture_on_process() 187 SPA_PTROFF(p, offs, void), n_bytes); in capture_on_process() [all …]
|
/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 55 fn g_malloc0(n_bytes: bindings::gsize) -> bindings::gpointer; in g_malloc0()
|
/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 659 int n_bytes; 669 n_bytes = 2; 695 n_bytes = 4; 1107 n_bytes = 4; 1120 return n_bytes;
|