Home
last modified time | relevance | path

Searched refs:iov_memset (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-iov.c89 n = iov_memset(iov, niov, 0, 0xff, sz); in test_to_from_buf_1()
117 n = iov_memset(iov, niov, 0, 0xff, sz); in test_to_from_buf_1()
233 iov_memset(iov, niov, 0, 0xff, sz); in test_io()
/openbmc/qemu/include/qemu/
H A Diov.h75 size_t iov_memset(const struct iovec *iov, const unsigned int iov_cnt,
/openbmc/qemu/util/
H A Diov.c62 size_t iov_memset(const struct iovec *iov, const unsigned int iov_cnt, in iov_memset() function
499 return iov_memset(qiov->iov, qiov->niov, offset, fillc, bytes); in qemu_iovec_memset()
/openbmc/qemu/hw/usb/
H A Dcore.c635 iov_memset(iov->iov, iov->niov, p->actual_length, 0, bytes); in usb_packet_skip()
/openbmc/qemu/block/
H A Dfile-win32.c117 iov_memset(aiocb->aio_iov, aiocb->aio_niov, count, in aio_worker()
H A Dfile-posix.c1840 iov_memset(aiocb->io.iov, aiocb->io.niov, nbytes, in handle_aiocb_rw()