Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Duio.h17 struct iovec struct
19 void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */
20 __kernel_size_t iov_len; /* Must be size_t (1003.1g) */
/openbmc/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()
/openbmc/linux/io_uring/
H A Drw.c376 struct iovec *iovec; in __io_import_iovec() local
416 struct iovec **iovec, struct io_rw_state *s, in io_import_iovec()
498 static void io_req_map_rw(struct io_kiocb *req, const struct iovec *iovec, in io_req_map_rw()
525 static int io_setup_async_rw(struct io_kiocb *req, const struct iovec *iovec, in io_setup_async_rw()
719 struct iovec *iovec; in io_read() local
867 struct iovec *iovec; in io_write() local
/openbmc/qemu/include/qemu/
H A Dosdep.h613 struct iovec { struct
622 ssize_t readv(int fd, const struct iovec *iov, int iov_cnt); argument
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpin_system.c349 struct user_sdma_iovec *iovec, in add_system_iovec_to_sdma_packet()
403 struct user_sdma_iovec *iovec, in hfi1_add_pages_to_sdma_packet()
H A Duser_sdma.c278 struct iovec *iovec, unsigned long dim, in hfi1_user_sdma_process_request()
682 struct user_sdma_iovec *iovec = NULL; in user_sdma_send_pkts() local
/openbmc/linux/drivers/vhost/
H A Dvringh.c1109 struct iovec *iovec; member
1150 struct iovec *iovec = ivec->iov.iovec; in iotlb_translate() local
1182 struct iovec iovec[IOTLB_IOV_STRIDE]; in copy_from_iotlb() member
1228 struct iovec iovec[IOTLB_IOV_STRIDE]; in copy_to_iotlb() member
1274 struct iovec iovec[1]; in getu16_iotlb() member
1311 struct iovec iovec; in putu16_iotlb() member
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c304 const struct kvec *iovec, in xs_talkv()
360 struct kvec iovec; in xs_single() local
483 struct kvec iovec[2]; in xenbus_write() local
/openbmc/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()
/openbmc/linux/include/linux/
H A Dvringh.h133 struct iovec *iovec, unsigned num) in vringh_iov_init()
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item.c37 struct xfs_log_iovec *iovec) in xfs_buf_log_check_iovec()
/openbmc/linux/fs/
H A Daio.c1505 struct iovec **iovec, bool vectored, bool compat, in aio_setup_rw()
1543 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_read() local
1570 struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; in aio_write() local
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.c340 struct iovec *iovec = NULL, *reply = NULL; in v9fs_request() local
/openbmc/linux/drivers/atm/
H A Dhe.h126 } iovec[TPD_MAXIOV]; member