Searched defs:iov2 (Results 1 – 3 of 3) sorted by relevance
88 struct iovec *iov1, *iov2, *iovp; in runtest() local
107 let mut iov2 = [IoSliceMut::new(&mut rbuf)]; in test_timestamping() localVariable2626 let mut iov2 = [std::io::IoSliceMut::new(&mut rbuf)]; in test_txtime() localVariable
1245 struct iovec iov2 = {const_cast<char*>(data.data()), 1u}; in TEST_P() local