Home
last modified time | relevance | path

Searched refs:siov (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-iov.c163 struct iovec *iov, *siov; in test_io() local
175 siov = g_memdup2(iov, sizeof(*iov) * niov); in test_io()
199 g_assert(memcmp(iov, siov, sizeof(*iov)*niov) == 0); in test_io()
217 g_free(siov); in test_io()
237 g_assert(memcmp(iov, siov, sizeof(*iov)*niov) == 0); in test_io()
258 g_free(siov); in test_io()