Home
last modified time | relevance | path

Searched defs:iov1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/io/direct_io/
Ddiotest5.c88 struct iovec *iov1, *iov2, *iovp; in runtest() local
/third_party/rust/crates/nix/test/sys/
Dtest_socket.rs106 let iov1 = [IoSlice::new(&sbuf)]; in test_timestamping() localVariable
2615 let iov1 = [std::io::IoSlice::new(&sbuf)]; in test_txtime() localVariable
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs1869 let iov1 = [IoSlice::new(&sbuf)]; localVariable