/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_session.c | 182 int fuse_chan_send(struct fuse_chan *ch, const struct iovec iov[], size_t count) in fuse_chan_send()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
H A D | sendmsg02.c | 66 struct iovec w; in client()
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send02.c | 43 struct iovec iov; in do_sendmsg()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_events.c | 58 struct iovec iov, out_iov; in main()
|
H A D | test_basic.c | 71 struct iovec iov; in main() 78 struct iovec out_iov; in main()
|
H A D | test_timetolive.c | 96 struct iovec iov; in main() 103 struct iovec out_iov; in main()
|
H A D | test_tcp_style.c | 77 struct iovec out_iov; in main() 83 struct iovec iov; in main()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_hilog.cpp | 120 struct iovec vec[LOG_LEN] = {{0}}; in SendMessage()
|
H A D | libc_unistd.cpp | 299 struct iovec iov[IOV_SIZE]; in Bm_function_Writev() 490 struct iovec iov[IOV_SIZE]; in Bm_function_Readv()
|
/third_party/musl/include/ |
H A D | fcntl.h | 195 ssize_t vmsplice(int, const struct iovec *, size_t, unsigned);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 150 pub msg_iov: *mut ::iovec,
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_app.c | 218 struct iovec msgIov; in SockSendFrame() 250 struct iovec *iov = FILLP_NULL_PTR; in SocketMsgGetLen() 560 struct iovec msgIov; in SockRecv() 783 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockWritev() 798 msg.msg_iov = (struct iovec *)iov; in SockWritev() 804 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockReadv() 819 msg.msg_iov = (struct iovec *)iov; in SockReadv()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netlink_socket_diag.cpp | 213 iovec iov; in SendSockDiagDumpRequest() 222 ssize_t writeLen = writev(dumpSock_, &iov, (sizeof(iov) / sizeof(iovec))); in SendSockDiagDumpRequest()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 175 * @param[in] iov A pointer which points to an array of iovec structures. 179 extern FILLP_INT DLL_API FtWritev(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount); 188 * @param[in] iov A pointer which points to an array of iovec structures. 193 extern FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount);
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 183 struct iovec iov = { in send_req() 212 struct iovec iov = { in recv_resp()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 158 const struct iovec *iovecs, in io_uring_register_buffers() 364 struct iovec iov; in do_tx()
|
H A D | so_txtime.c | 77 struct iovec iov = {0}; in do_send_one() 160 struct iovec iov = {0}; in do_recv_errqueue_timeout()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 183 struct iovec iov = { in send_req() 212 struct iovec iov = { in recv_resp()
|
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
H A D | net_socket_test_003.cpp | 60 struct iovec iov[2] = { }; in SampleTcpServer() 164 struct iovec iov[2] = { }; in SampleTcpClient()
|
/third_party/cares/include/ |
H A D | ares.h | 400 struct iovec; 406 ares_ssize_t(*asendv)(ares_socket_t, const struct iovec *, int, void *);
|
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 477 struct iovec iov; in write_tls() 546 struct iovec iov; in write_clear()
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 452 struct iovec; 461 ares_ssize_t (*asendv)(ares_socket_t, const struct iovec *, int, void *);
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__socket.c | 432 struct iovec { struct 442 struct iovec vec; in ares__socket_write()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
H A D | recvmsg01.c | 30 static struct iovec iov[1]; 52 struct iovec *iov; 138 .desc = "invalid iovec buffer", 153 .desc = "invalid iovec count",
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 75 struct iovec iov; in rops_handle_POLLIN_netlink() 481 struct iovec iov; in rops_pt_init_destroy_netlink()
|