Home
last modified time | relevance | path

Searched defs:iovec (Results 1 – 4 of 4) sorted by relevance

/qemu/fsdev/
H A Dvirtfs-proxy-helper.c171 static int read_request(int sockfd, struct iovec *iovec, ProxyHeader *header) in read_request()
245 static int send_status(int sockfd, struct iovec *iovec, int status) in send_status()
378 static int send_response(int sock, struct iovec *iovec, int size) in send_response()
415 static int do_getversion(struct iovec *iovec, struct iovec *out_iovec) in do_getversion()
454 static int do_getxattr(int type, struct iovec *iovec, struct iovec *out_iovec) in do_getxattr()
552 static int do_stat(int type, struct iovec *iovec, struct iovec *out_iovec) in do_stat()
606 static int do_readlink(struct iovec *iovec, struct iovec *out_iovec) in do_readlink()
638 static int do_create_others(int type, struct iovec *iovec) in do_create_others()
697 static int do_create(struct iovec *iovec) in do_create()
728 static int do_open(struct iovec *iovec) in do_open()
/qemu/include/qemu/
H A Dosdep.h628 struct iovec { struct
637 ssize_t readv(int fd, const struct iovec *iov, int iov_cnt); argument
/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c83 hwaddr *addrs, const struct iovec *iovec, in vhost_svq_translate_addr()
139 const struct iovec *iovec, size_t num, in vhost_svq_vring_write_descs()
/qemu/hw/9pfs/
H A D9p-proxy.c340 struct iovec *iovec = NULL, *reply = NULL; in v9fs_request() local