Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c31 struct iovec *inputv; member
45 data->inputv, in test_io_thread_writer()
89 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
93 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
95 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
155 g_free(test->inputv); in qio_channel_test_validate()