/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_fs.c | 785 ssize_t OsVfsReadv(S32 fd, const struct iovec *iovBuf, S32 iovcnt) in OsVfsReadv() 796 const struct iovec *iov = (const struct iovec *)iovBuf; in OsVfsReadv() 842 ssize_t OsVfsWritev(S32 fd, const struct iovec *iovBuf, S32 iovcnt) in OsVfsWritev() 853 const struct iovec *iov = iovBuf; in OsVfsWritev()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-map.c | 18 struct iovec iov[]; 32 memcpy(bmd->iov, data->iov, sizeof(struct iovec) * data->nr_segs); in bio_alloc_map_data() 562 * @iter: iovec iterator 624 struct iovec iov; in blk_rq_map_user()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | file.c | 511 struct iovec iov; in os_rcv_fd() 515 iov = ((struct iovec) { .iov_base = helper_pid_out, in os_rcv_fd() 640 struct iovec iov = { in os_sendmsg_fds()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 511 struct iovec iov; in os_rcv_fd() 515 iov = ((struct iovec) { .iov_base = helper_pid_out, in os_rcv_fd() 649 struct iovec iov = { in os_sendmsg_fds()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | socket.h | 8 #include <linux/uio.h> /* iovec support */ 85 struct iovec __user *msg_iov; /* scatter/gather array */ 427 struct iovec **iov); 431 struct iovec **iov);
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 8 #include <linux/uio.h> /* iovec support */ 85 struct iovec __user *msg_iov; /* scatter/gather array */ 426 struct iovec **iov); 430 struct iovec **iov);
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest07.c | 284 struct iovec r_iovec[MAXIOVCNT]; in dotest() 288 struct iovec val_iovec[MAXIOVCNT]; in dotest() 290 struct iovec zero_iovec[MAXIOVCNT]; in dotest() 304 /*Allocate memory for the iovec buffers and init the iovec arrays in dotest()
|
H A D | ftest03.c | 284 struct iovec r_iovec[MAXIOVCNT]; in dotest() 288 struct iovec val_iovec[MAXIOVCNT]; in dotest() 289 struct iovec zero_iovec[MAXIOVCNT]; in dotest() 304 /*Allocate memory for the iovec buffers and init the iovec arrays */ in dotest()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_sendmsg.c | 10 * TEST4: Invalid iovec pointer 11 * TEST5: Invalid iovec length 84 struct iovec out_iov; in main() 88 struct iovec iov_rcv; in main() 184 /*sendmsg () TEST4: Invalid iovec pointer EFAULT, Expected error*/ in main() 185 outmessage.msg_iov = (struct iovec *)-1; in main() 188 tst_brkm(TBROK, tst_exit, "sendmsg with invalid iovec " in main() 191 tst_resm(TPASS, "sendmsg() with invalid iovec ptr - EFAULT"); in main() 195 /*sendmsg () TEST5: Invalid iovec count EINVAL, Expected error*/ in main() 199 tst_brkm(TBROK, tst_exit, "sendmsg with invalid iovec " in main() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | iochannel.c | 314 struct iovec iov; in pa_iochannel_write_with_creds() 370 struct iovec iov; in pa_iochannel_write_with_fds() 418 struct iovec iov; in pa_iochannel_read_with_ancil_data()
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
H A D | socket.cpp | 114 int Socket::WriteV(const iovec *vec, unsigned int len) in WriteV()
|
/base/startup/init/ueventd/ |
H A D | ueventd_socket.c | 65 struct iovec iov; in ReadUeventMessage()
|
/base/tee/tee_client/services/teecd/src/ |
H A D | tee_ca_auth.c | 85 struct iovec iov[1];
in RecvCaMsg()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | compat.h | 63 struct sockaddr __user **, struct iovec **);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | compat.h | 52 struct sockaddr __user **, struct iovec **);
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | target_core_user.h | 66 struct iovec iov[0];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | target_core_user.h | 62 struct iovec iov[0];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | target_core_user.h | 62 struct iovec iov[0];
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_kern_chan.c | 58 static int fuse_kern_chan_send(struct fuse_chan *ch, const struct iovec iov[], in fuse_kern_chan_send()
|
/third_party/nghttp2/src/ |
H A D | shrpx_upstream.h | 83 virtual int response_riovec(struct iovec *iov, int iovcnt) const = 0;
|
/third_party/musl/src/passwd/ |
H A D | nscd_query.c | 29 .msg_iov = (struct iovec[]){ in __nscd_query()
|
/third_party/musl/porting/liteos_a/user/src/passwd/ |
H A D | nscd_query.c | 29 .msg_iov = (struct iovec[]){ in __nscd_query()
|
/third_party/ltp/testcases/kernel/syscalls/pwritev2/ |
H A D | pwritev201.c | 31 static struct iovec wr_iovec[] = {
|
/third_party/ltp/testcases/kernel/syscalls/pwritev/ |
H A D | pwritev01.c | 30 static struct iovec wr_iovec[] = {
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm_writev02.c | 53 struct iovec local, remote; in child_write()
|