Home
last modified time | relevance | path

Searched refs:iovec (Results 226 - 250 of 622) sorted by relevance

12345678910>>...25

/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c785 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 Dblk-map.c18 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 Dfile.c511 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 Dfile.c511 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 Dsocket.h8 #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 Dsocket.h8 #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 Dftest07.c284 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 Dftest03.c284 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 Dtest_1_to_1_sendmsg.c10 * 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 Diochannel.c314 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 Dsocket.cpp114 int Socket::WriteV(const iovec *vec, unsigned int len) in WriteV()
/base/startup/init/ueventd/
H A Dueventd_socket.c65 struct iovec iov; in ReadUeventMessage()
/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_auth.c85 struct iovec iov[1]; in RecvCaMsg()
/kernel/linux/linux-5.10/include/net/
H A Dcompat.h63 struct sockaddr __user **, struct iovec **);
/kernel/linux/linux-6.6/include/net/
H A Dcompat.h52 struct sockaddr __user **, struct iovec **);
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtarget_core_user.h66 struct iovec iov[0];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtarget_core_user.h62 struct iovec iov[0];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtarget_core_user.h62 struct iovec iov[0];
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_kern_chan.c58 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 Dshrpx_upstream.h83 virtual int response_riovec(struct iovec *iov, int iovcnt) const = 0;
/third_party/musl/src/passwd/
H A Dnscd_query.c29 .msg_iov = (struct iovec[]){ in __nscd_query()
/third_party/musl/porting/liteos_a/user/src/passwd/
H A Dnscd_query.c29 .msg_iov = (struct iovec[]){ in __nscd_query()
/third_party/ltp/testcases/kernel/syscalls/pwritev2/
H A Dpwritev201.c31 static struct iovec wr_iovec[] = {
/third_party/ltp/testcases/kernel/syscalls/pwritev/
H A Dpwritev01.c30 static struct iovec wr_iovec[] = {
/third_party/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm_writev02.c53 struct iovec local, remote; in child_write()

Completed in 19 milliseconds

12345678910>>...25