Searched refs:sendchar_iov (Results 1 – 1 of 1) sorted by relevance
952 struct iovec sendchar_iov; in TEST_F() local959 sendchar_iov.iov_base = &sendchar; in TEST_F()960 sendchar_iov.iov_len = 1; in TEST_F()968 ASSERT_GE(vmsplice(pipefds[1], &sendchar_iov, 1, 0), 0); in TEST_F()