HomeSort by relevance Sort by last modified time
    Searched refs:iov_from_buf (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
iov.h 42 size_t iov_from_buf(const struct iovec *iov, unsigned int iov_cnt,
  /external/qemu/util/
iov.c 29 size_t iov_from_buf(const struct iovec *iov, unsigned int iov_cnt, function
372 return iov_from_buf(qiov->iov, qiov->niov, offset, buf, bytes);

Completed in 219 milliseconds