OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iov_to_buf
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/qemu/
iov.h
44
size_t
iov_to_buf
(const struct iovec *iov, const unsigned int iov_cnt,
71
*
iov_to_buf
(iov, iovcnt, offset, buf, bytes);
/external/qemu/util/
iov.c
48
size_t
iov_to_buf
(const struct iovec *iov, const unsigned int iov_cnt,
function
231
iov_to_buf
(iov, iov_cnt, 0, buf, size);
366
return
iov_to_buf
(qiov->iov, qiov->niov, offset, buf, bytes);
Completed in 119 milliseconds