/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 287 struct iovec siovs[8]; in test_sockets_msgapi_tcp() 290 struct iovec riovs[5]; in test_sockets_msgapi_tcp() 291 struct iovec riovs_tmp[5]; in test_sockets_msgapi_tcp() 478 struct iovec riovs[4]; in test_sockets_msgapi_udp() 481 struct iovec siovs[4]; in test_sockets_msgapi_udp() 553 struct iovec iov; in test_sockets_msgapi_cmsg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 452 struct iovec io[1]; in linux_af_alg_skcipher_oper() 543 struct iovec io[2]; in rc4_skip() 613 struct iovec io[1]; in des_encrypt() 680 struct iovec io[1]; in aes_128_cbc_oper() 789 struct iovec io[1]; in aes_unwrap() 933 struct iovec io[1]; in crypto_cipher_oper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_linux.c | 452 struct iovec io[1]; in linux_af_alg_skcipher_oper() 543 struct iovec io[2]; in rc4_skip() 613 struct iovec io[1]; in des_encrypt() 680 struct iovec io[1]; in aes_128_cbc_oper() 789 struct iovec io[1]; in aes_unwrap() 933 struct iovec io[1]; in crypto_cipher_oper()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | types.h | 62 struct iovec { void *iov_base; size_t iov_len; }; struct
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_writev_test.cpp | 24 struct iovec iov[2]; in HWTEST_F()
|
/third_party/ltp/testcases/kernel/syscalls/io_uring/ |
H A D | io_uring01.c | 62 static struct iovec *iov; 156 struct iovec *iovecs = (void*)cqe->user_data; in drain_uring_cq()
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm01.c | 23 struct iovec *lvec; 25 struct iovec *rvec;
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_addrs.c | 87 struct iovec iov_rcv; in main() 92 struct iovec out_iov; in main()
|
H A D | test_1_to_1_nonblock.c | 73 struct iovec iov_rcv; in main() 77 struct iovec out_iov; in main()
|
H A D | test_assoc_abort.c | 70 struct iovec iov; in main() 77 struct iovec out_iov; in main()
|
H A D | test_assoc_shutdown.c | 69 struct iovec iov; in main() 76 struct iovec out_iov; in main()
|
H A D | test_inaddr_any.c | 76 struct iovec out_iov; in main() 77 struct iovec iov; in main()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | sap.c | 78 struct iovec iov[4]; in pa_sap_send() 144 struct iovec iov; in pa_sap_recv()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | sendfile.rs | 94 .map_or(ptr::null(), |v| v.as_ptr()) as *mut libc::iovec 100 .map_or(ptr::null(), |v| v.as_ptr()) as *mut libc::iovec
|
/third_party/rust/crates/nix/src/mount/ |
H A D | bsd.rs | 207 iov: Vec<libc::iovec>, 217 self.iov.push(libc::iovec { in push_slice() 231 self.iov.push(libc::iovec { in push_pointer_and_length() 386 // SAFETY: we are pushing a mutable iovec here, so we can't use in nmount() 388 self.iov.push(libc::iovec { in nmount() 394 let iovp = self.iov.as_mut_ptr() as *mut libc::iovec; in nmount()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __stdio_read.c | 7 struct iovec iov[2] = {
in __stdio_read()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __stdio_read.c | 7 struct iovec iov[2] = {
in __stdio_read()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | __stdio_read.c | 7 struct iovec iov[2] = { in __stdio_read()
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
H A D | vmsplice03.c | 19 static struct iovec *iov;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | mod.rs | 21 pub msg_iov: *mut ::iovec,
|
/third_party/nghttp2/src/ |
H A D | memchunk.h | 33 struct iovec { struct 359 int riovec(struct iovec *iov, int iovcnt) const { in riovec() 371 int riovec_mark(struct iovec *iov, int iovcnt) { in riovec_mark() 551 inline int limit_iovec(struct iovec *iov, int iovcnt, size_t max) { in limit_iovec()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | socket_test.cpp | 186 std::array<struct iovec, NUM_RECV_MSGS> io; in HWTEST_F() 234 struct iovec io[SEND_MSGS_NUM]; in SendMMsg() 541 struct iovec iov[1]; in HWTEST_F() 544 struct iovec iovr[1]; in HWTEST_F()
|
/third_party/eudev/src/udev/ |
H A D | udevd.c | 620 struct iovec iovec; in worker_returned() local 631 memzero(&iovec, sizeof(struct iovec)); in worker_returned() 632 iovec.iov_base = &msg; in worker_returned() 633 iovec.iov_len = sizeof(msg); in worker_returned() 636 msghdr.msg_iov = &iovec; in worker_returned()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | __stdio_read.c | 16 struct iovec iov_buf[2] = { in __stdio_read()
|
/third_party/musl/src/stdio/ |
H A D | __stdio_read.c | 16 struct iovec iov_buf[2] = { in __stdio_read()
|