Searched refs:qemu_co_send_recv (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 304 ssize_t coroutine_fn qemu_co_send_recv(int sockfd, void *buf, size_t bytes, 307 qemu_co_send_recv(sockfd, buf, bytes, false) 309 qemu_co_send_recv(sockfd, buf, bytes, true)
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-io.c | 62 qemu_co_send_recv(int sockfd, void *buf, size_t bytes, bool do_send) in qemu_co_send_recv() function
|