/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 245 pub msg_iov: *mut ::iovec, 1793 pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) in pwritev() 1795 pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t; in preadv()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 597 struct iovec **iov, int prev_dbi, int len) in new_block_to_iov() 606 * The following code will gather and map the blocks to the same iovec in new_block_to_iov() 623 struct iovec **iov, int data_length) in tcmu_setup_iovs() 705 struct iovec **iov, size_t data_len) in tcmu_copy_data() 775 struct iovec **iov) in scatter_data_area() 1019 struct iovec *iov; in queue_cmd_ring()
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 1263 struct iovec vec; in lwip_recvfrom_internal() 1301 lwip_readv(int s, const struct iovec *iov, int iovcnt) in lwip_readv() 1309 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_readv() 1822 lwip_writev(int s, const struct iovec *iov, int iovcnt) in lwip_writev() 1830 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 231 pub struct iovec { structure names 842 pub msg_iov: *mut ::iovec, 3994 pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) in pwritev() 3996 pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t; in preadv() 4072 pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t; in writev() 4073 pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t; in readv() 4122 iov: *const ::iovec, in vmsplice()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3762 iov: *const ::iovec, in pwritev() 3768 iov: *const ::iovec, in preadv() 3787 local_iov: *const ::iovec, in process_vm_readv() 3789 remote_iov: *const ::iovec, in process_vm_readv() 3795 local_iov: *const ::iovec, in process_vm_writev() 3797 remote_iov: *const ::iovec, in process_vm_writev() 4158 iov: *const ::iovec, in vmsplice()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/ |
H A D | audio_socket_thread.cpp | 110 iovec iov; in AudioPnpReadUeventMsg()
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_socket_listener.cpp | 419 iovec iov[1]; in ReceiveInSock()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/ |
H A D | intel.c | 955 struct iovec iov; in request_microcode_user()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 483 struct iovec iov[3] = { {0} }; in do_tx()
|
H A D | reuseport_bpf.c | 217 struct iovec recv_io = { recv_buf, 8 }; in test_recv_order()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 413 struct iovec iov[] = { in tx_tap()
|
/kernel/linux/linux-5.10/net/ |
H A D | compat.c | 91 struct iovec **iov) in get_compat_msghdr()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pfr_update.c | 445 struct iovec iov; in pfru_write()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 958 const struct iovec __user *iov;
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 472 struct iovec iov[] = { in tx_tap()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 483 struct iovec iov[3] = { {0} }; in do_tx()
|
H A D | reuseport_bpf.c | 215 struct iovec recv_io = { recv_buf, 8 }; in test_recv_order()
|
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 86 struct iovec **iov) in get_compat_msghdr()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 469 struct iovec iov; in afalg_start_cipher_sk()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 209 pub msg_iov: *mut ::iovec,
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 469 struct iovec iov; in afalg_start_cipher_sk()
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 632 iov.as_ptr() as *const libc::iovec, in vmsplice()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 3854 * Call recvmsg() with the supplied iovec structures, flags, and 3864 sock_recvmsg_guts(PySocketSockObject *s, struct iovec *iov, int iovlen, in sock_recvmsg_guts() 4014 struct iovec iov; in sock_recvmsg() 4081 struct iovec *iovs = NULL; in sock_recvmsg_into() 4100 /* Fill in an iovec for each item, and save the Py_buffer in sock_recvmsg_into() 4102 if (nitems > 0 && ((iovs = PyMem_New(struct iovec, nitems)) == NULL || in sock_recvmsg_into() 4411 struct iovec *iovs = NULL; in sock_sendmsg_iovec() 4415 /* Fill in an iovec for each message part, and save the Py_buffer in sock_sendmsg_iovec() 4432 iovs = PyMem_New(struct iovec, ndataparts); in sock_sendmsg_iovec() 4517 /* Fill in an iovec fo [all...] |
/third_party/nghttp2/src/ |
H A D | h2load.cc | 1291 std::array<struct iovec, 2> iov; in write_clear() 1411 struct iovec iov; in write_tls() 1452 iovec msg_iov; in write_udp()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 196 pub msg_iov: *mut ::iovec, 1741 pub fn writev(fd: ::c_int, iov: *const ::iovec, count: ::c_int) -> ::ssize_t; in writev() 1742 pub fn readv(fd: ::c_int, iov: *const ::iovec, count: ::c_int) -> ::ssize_t; in readv()
|