/qemu/util/ |
H A D | iov.c | 25 size_t iov_from_buf_full(const struct iovec *iov, unsigned int iov_cnt, in iov_from_buf_full() 43 size_t iov_to_buf_full(const struct iovec *iov, const unsigned int iov_cnt, in iov_to_buf_full() 61 size_t iov_memset(const struct iovec *iov, const unsigned int iov_cnt, in iov_memset() 79 size_t iov_size(const struct iovec *iov, const unsigned int iov_cnt) in iov_size() 93 do_send_recv(int sockfd, int flags, struct iovec *iov, unsigned iov_cnt, in do_send_recv() 143 ssize_t iov_send_recv(int sockfd, const struct iovec *_iov, unsigned iov_cnt, in iov_send_recv() 153 unsigned iov_cnt, size_t offset, in iov_send_recv_with_flags() 240 void iov_hexdump(const struct iovec *iov, const unsigned int iov_cnt, in iov_hexdump() 258 const struct iovec *iov, unsigned int iov_cnt, in iov_copy() 623 unsigned int *iov_cnt, in iov_discard_front_undoable() [all …]
|
H A D | crc32c.c | 116 uint32_t iov_crc32c(uint32_t crc, const struct iovec *iov, size_t iov_cnt) in iov_crc32c()
|
H A D | qemu-coroutine-io.c | 32 qemu_co_sendv_recvv(int sockfd, struct iovec *iov, unsigned iov_cnt, in qemu_co_sendv_recvv()
|
H A D | osdep.c | 555 readv_writev(int fd, const struct iovec *iov, int iov_cnt, bool do_write) in readv_writev() 589 readv(int fd, const struct iovec *iov, int iov_cnt) in readv() 595 writev(int fd, const struct iovec *iov, int iov_cnt) in writev()
|
/qemu/include/qemu/ |
H A D | iov.h | 42 iov_from_buf(const struct iovec *iov, unsigned int iov_cnt, in iov_from_buf() 55 iov_to_buf(const struct iovec *iov, const unsigned int iov_cnt, in iov_to_buf() 126 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ argument 128 #define iov_send(sockfd, iov, iov_cnt, offset, bytes) \ argument
|
H A D | coroutine.h | 297 #define qemu_co_recvv(sockfd, iov, iov_cnt, offset, bytes) \ argument 299 #define qemu_co_sendv(sockfd, iov, iov_cnt, offset, bytes) \ argument
|
/qemu/tests/unit/ |
H A D | test-iov.c | 267 unsigned int iov_cnt; in test_discard_front() local 348 unsigned int iov_cnt; in test_discard_front_undo() local 426 unsigned int iov_cnt; in test_discard_back() local 497 unsigned int iov_cnt; in test_discard_back_undo() local
|
/qemu/net/ |
H A D | checksum.c | 186 net_checksum_add_iov(const struct iovec *iov, const unsigned int iov_cnt, in net_checksum_add_iov()
|
/qemu/contrib/vhost-user-blk/ |
H A D | vhost-user-blk.c | 58 const unsigned int iov_cnt) in vub_iov_size() 71 const unsigned int iov_cnt, void *buf) in vub_iov_to_buf()
|
/qemu/hw/net/ |
H A D | virtio-net.c | 1020 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_rx_mode() 1053 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_offloads() 1098 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_mac() 1194 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_vlan_table() 1223 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_announce() 1385 unsigned int iov_cnt, in virtio_net_handle_rss() 1504 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_mq() 1721 static void receive_header(VirtIONet *n, const struct iovec *iov, int iov_cnt, in receive_header()
|
H A D | net_tx_pkt.c | 576 void *opaque, const struct iovec *iov, int iov_cnt, in net_tx_pkt_sendv()
|
/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 958 unsigned int iov_cnt, in virtio_iommu_iov_to_req() 1003 unsigned int iov_cnt; in virtio_iommu_handle_command() local
|
/qemu/hw/misc/ |
H A D | aspeed_hace.c | 108 const unsigned int iov_cnt) in hace_iov_hexdump()
|
/qemu/hw/hyperv/ |
H A D | vmbus.c | 445 const struct iovec *iov, size_t iov_cnt) in vmbus_iov_to_gpadl() 467 unsigned iov_cnt, size_t len, size_t off) in vmbus_map_sgl() 514 unsigned iov_cnt, size_t accessed) in vmbus_unmap_sgl()
|
/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 38 unsigned int iov_cnt; member
|
/qemu/include/hw/virtio/ |
H A D | virtio-gpu.h | 51 unsigned int iov_cnt; member
|