Home
last modified time | relevance | path

Searched refs:iovec (Results 501 - 525 of 616) sorted by relevance

1...<<2122232425

/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs245 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 Dtarget_core_user.c597 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 Dsockets.c1263 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 Dmod.rs231 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 Dmod.rs3762 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 Daudio_socket_thread.cpp110 iovec iov; in AudioPnpReadUeventMsg()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_socket_listener.cpp419 iovec iov[1]; in ReceiveInSock()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H A Dintel.c955 struct iovec iov; in request_microcode_user()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dmsg_zerocopy.c483 struct iovec iov[3] = { {0} }; in do_tx()
H A Dreuseport_bpf.c217 struct iovec recv_io = { recv_buf, 8 }; in test_recv_order()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c413 struct iovec iov[] = { in tx_tap()
/kernel/linux/linux-5.10/net/
H A Dcompat.c91 struct iovec **iov) in get_compat_msghdr()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dpfr_update.c445 struct iovec iov; in pfru_write()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs.h958 const struct iovec __user *iov;
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c472 struct iovec iov[] = { in tx_tap()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c483 struct iovec iov[3] = { {0} }; in do_tx()
H A Dreuseport_bpf.c215 struct iovec recv_io = { recv_buf, 8 }; in test_recv_order()
/kernel/linux/linux-6.6/net/
H A Dcompat.c86 struct iovec **iov) in get_compat_msghdr()
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c469 struct iovec iov; in afalg_start_cipher_sk()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs209 pub msg_iov: *mut ::iovec,
/third_party/openssl/engines/
H A De_afalg.c469 struct iovec iov; in afalg_start_cipher_sk()
/third_party/rust/crates/nix/src/
H A Dfcntl.rs632 iov.as_ptr() as *const libc::iovec, in vmsplice()
/third_party/python/Modules/
H A Dsocketmodule.c3854 * 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 Dh2load.cc1291 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 Dmod.rs196 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()

Completed in 71 milliseconds

1...<<2122232425