Searched refs:qemu_co_sendv_recvv (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 293 ssize_t coroutine_fn qemu_co_sendv_recvv(int sockfd, struct iovec *iov, 297 qemu_co_sendv_recvv(sockfd, iov, iov_cnt, offset, bytes, false) 299 qemu_co_sendv_recvv(sockfd, iov, iov_cnt, offset, bytes, true)
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-io.c | 32 qemu_co_sendv_recvv(int sockfd, struct iovec *iov, unsigned iov_cnt, in qemu_co_sendv_recvv() function 65 return qemu_co_sendv_recvv(sockfd, &iov, 1, 0, bytes, do_send); in qemu_co_send_recv()
|