Searched refs:qemu_iovec_init_slice (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | iov.h | 252 void qemu_iovec_init_slice(QEMUIOVector *qiov, QEMUIOVector *source,
|
/openbmc/qemu/util/ |
H A D | iov.c | 458 void qemu_iovec_init_slice(QEMUIOVector *qiov, QEMUIOVector *source, in qemu_iovec_init_slice() function
|
/openbmc/qemu/block/ |
H A D | io.c | 997 qemu_iovec_init_slice(&local_qiov, qiov, qiov_offset, bytes); in bdrv_driver_preadv() 1076 qemu_iovec_init_slice(&local_qiov, qiov, qiov_offset, bytes); in bdrv_driver_pwritev() 1153 qemu_iovec_init_slice(&local_qiov, qiov, qiov_offset, bytes); in bdrv_driver_pwritev_compressed()
|