Searched refs:iov_send_recv_with_flags (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash-afalg.c | 172 ret = iov_send_recv_with_flags(afalg->opfd, flags, iov, niov, in qcrypto_afalg_send_to_kernel()
|
/openbmc/qemu/include/qemu/ |
H A D | iov.h | 99 ssize_t iov_send_recv_with_flags(int sockfd, int sockflags,
|
/openbmc/qemu/util/ |
H A D | iov.c | 150 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
|