Home
last modified time | relevance | path

Searched refs:iov_from_buf_full (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Diov.h35 size_t iov_from_buf_full(const struct iovec *iov, unsigned int iov_cnt,
49 return iov_from_buf_full(iov, iov_cnt, offset, buf, bytes); in iov_from_buf()
/openbmc/qemu/util/
H A Diov.c24 size_t iov_from_buf_full(const struct iovec *iov, unsigned int iov_cnt, in iov_from_buf_full() function