Home
last modified time | relevance | path

Searched refs:iov_recv (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Diov.h98 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ macro
/openbmc/qemu/tests/unit/
H A Dtest-iov.c234 r = iov_recv(sv[0], iov, niov, k, s); in test_io()