Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Diov.h96 ssize_t iov_send_recv(int sockfd, const struct iovec *iov, unsigned iov_cnt,
99 iov_send_recv(sockfd, iov, iov_cnt, offset, bytes, false)
101 iov_send_recv(sockfd, iov, iov_cnt, offset, bytes, true)
/openbmc/qemu/crypto/
H A Dhash-afalg.c150 ret = iov_send_recv(afalg->opfd, iov, niov, in qcrypto_afalg_hash_hmac_bytesv()
160 ret = iov_send_recv(afalg->opfd, &outv, 1, in qcrypto_afalg_hash_hmac_bytesv()
/openbmc/qemu/util/
H A Dqemu-coroutine-io.c38 ret = iov_send_recv(sockfd, iov, iov_cnt, in qemu_co_sendv_recvv()
H A Diov.c144 ssize_t iov_send_recv(int sockfd, const struct iovec *_iov, unsigned iov_cnt, in iov_send_recv() function