Home
last modified time | relevance | path

Searched defs:iov_cnt (Results 1 – 16 of 16) sorted by relevance

/qemu/util/
H A Diov.c25 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 Dcrc32c.c116 uint32_t iov_crc32c(uint32_t crc, const struct iovec *iov, size_t iov_cnt) in iov_crc32c()
H A Dqemu-coroutine-io.c32 qemu_co_sendv_recvv(int sockfd, struct iovec *iov, unsigned iov_cnt, in qemu_co_sendv_recvv()
H A Dosdep.c555 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 Diov.h42 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 Dcoroutine.h297 #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 Dtest-iov.c267 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 Dchecksum.c186 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 Dvhost-user-blk.c58 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 Dvirtio-net.c1020 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 Dnet_tx_pkt.c576 void *opaque, const struct iovec *iov, int iov_cnt, in net_tx_pkt_sendv()
/qemu/hw/virtio/
H A Dvirtio-iommu.c958 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 Daspeed_hace.c108 const unsigned int iov_cnt) in hace_iov_hexdump()
/qemu/hw/hyperv/
H A Dvmbus.c445 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 Dvhost-user-gpu.c38 unsigned int iov_cnt; member
/qemu/include/hw/virtio/
H A Dvirtio-gpu.h51 unsigned int iov_cnt; member