Home
last modified time | relevance | path

Searched refs:qemu_send_full (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qemu/
H A Dsockets.h45 ssize_t qemu_send_full(int s, const void *buf, size_t count)
/qemu/tests/qtest/
H A Dlibqmp.c40 ssize_t res = qemu_send_full(fd, buf, size); in socket_send()
H A Dlibqtest.c616 ssize_t res = qemu_send_full(fd, buf, size); in socket_send()
/qemu/util/
H A Dosdep.c503 ssize_t qemu_send_full(int s, const void *buf, size_t count) in qemu_send_full() function