Home
last modified time | relevance | path

Searched refs:iov_send_recv_with_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash-afalg.c172 ret = iov_send_recv_with_flags(afalg->opfd, flags, iov, niov, in qcrypto_afalg_send_to_kernel()
/openbmc/qemu/include/qemu/
H A Diov.h99 ssize_t iov_send_recv_with_flags(int sockfd, int sockflags,
/openbmc/qemu/util/
H A Diov.c150 return iov_send_recv_with_flags(sockfd, 0, _iov, iov_cnt, offset, bytes, in iov_send_recv()
154 ssize_t iov_send_recv_with_flags(int sockfd, int sockflags, in iov_send_recv_with_flags() function