/external/virglrenderer/tests/ |
D | test_virgl_transfer.c | 124 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
|
D | test_virgl_init.c | 433 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
|
D | testvirgl.h | 56 struct iovec *iovs; member
|
D | testvirgl.c | 235 struct iovec *iovs; in testvirgl_destroy_backed_res() local
|
/external/musl/src/stdio/ |
D | __stdio_write.c | 6 struct iovec iovs[2] = { in __stdio_write() local
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_stream_sequencer_buffer_test.cc | 444 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/ |
D | descriptor_utils.rs | 351 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/ |
D | submit-reuse.c | 49 struct iovec iovs[16]; in prep() local
|
D | io_uring_register.c | 278 struct iovec *iovs; in test_iovec_nr() local
|
/external/crosvm/third_party/vmm_vhost/src/connection/ |
D | socket.rs | 195 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/ |
D | connection.rs | 187 let mut iovs = [hdr.as_slice()]; in send_header() localVariable
|
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 174 iovec iovs[kMaxArgs + 1]; in WriteReplyToFd() local
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 171 iovec iovs[kMaxArgs + 1]; in WriteReplyToFd() local
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 174 iovec iovs[kMaxArgs + 1]; in WriteReplyToFd() local
|
/external/rust/crates/nix/test/sys/ |
D | test_socket.rs | 521 let mut iovs = Vec::with_capacity(1 + batch_size); in udp_sendmmsg() localVariable
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 4028 struct iovec *iovs = NULL; in sock_recvmsg_into() local 4356 struct iovec *iovs = NULL; in sock_sendmsg_iovec() local
|