Home
last modified time | relevance | path

Searched defs:iovs (Results 1 – 16 of 16) sorted by relevance

/external/virglrenderer/tests/
Dtest_virgl_transfer.c124 struct iovec iovs[1]; in START_TEST() local
146 struct iovec iovs[1]; in START_TEST() local
170 struct iovec iovs[1]; in START_TEST() local
198 struct iovec iovs[1]; in START_TEST() local
226 struct iovec iovs[1]; in START_TEST() local
256 struct iovec iovs[1]; in START_TEST() local
327 struct iovec iovs[1] = { { NULL, 23 } }; in START_TEST() local
626 struct iovec iovs[1]; in virgl_test_transfer_res() local
957 struct iovec iovs[1]; in START_TEST() local
Dtest_virgl_init.c433 struct iovec iovs[1]; in START_TEST() local
459 struct iovec iovs[1]; in START_TEST() local
483 struct iovec iovs[1]; in START_TEST() local
Dtestvirgl.h56 struct iovec *iovs; member
Dtestvirgl.c235 struct iovec *iovs; in testvirgl_destroy_backed_res() local
/external/musl/src/stdio/
D__stdio_write.c6 struct iovec iovs[2] = { in __stdio_write() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_sequencer_buffer_test.cc444 iovec iovs[2]; in TEST_F() local
475 iovec iovs[2]; in TEST_F() local
488 iovec iovs[2]; in TEST_F() local
502 iovec iovs[2]; in TEST_F() local
516 iovec iovs[4]; in TEST_F() local
537 iovec iovs[2]; in TEST_F() local
/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs351 let iovs = self.regions.get_remaining_with_count(&self.mem, count); in read_to_cb() localVariable
366 let iovs = self.regions.get_remaining_with_count(&self.mem, count); in read_to() localVariable
382 let iovs = self.regions.get_remaining_with_count(&self.mem, count); in read_to_at() localVariable
619 let iovs = self.regions.get_remaining_with_count(&self.mem, count); in write_from() localVariable
635 let iovs = self.regions.get_remaining_with_count(&self.mem, count); in write_from_at() localVariable
/external/liburing/test/
Dsubmit-reuse.c49 struct iovec iovs[16]; in prep() local
Dio_uring_register.c278 struct iovec *iovs; in test_iovec_nr() local
/external/crosvm/third_party/vmm_vhost/src/connection/
Dsocket.rs195 let mut iovs: Vec<_> = bufs.iter_mut().map(|s| IoSliceMut::new(s)).collect(); in recv_into_bufs() localVariable
/external/crosvm/third_party/vmm_vhost/src/
Dconnection.rs187 let mut iovs = [hdr.as_slice()]; in send_header() localVariable
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc174 iovec iovs[kMaxArgs + 1]; in WriteReplyToFd() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc171 iovec iovs[kMaxArgs + 1]; in WriteReplyToFd() local
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc174 iovec iovs[kMaxArgs + 1]; in WriteReplyToFd() local
/external/rust/crates/nix/test/sys/
Dtest_socket.rs521 let mut iovs = Vec::with_capacity(1 + batch_size); in udp_sendmmsg() localVariable
/external/python/cpython3/Modules/
Dsocketmodule.c4028 struct iovec *iovs = NULL; in sock_recvmsg_into() local
4356 struct iovec *iovs = NULL; in sock_sendmsg_iovec() local