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.c32 struct iovec *inputv;
46 data->inputv, in test_io_thread_writer()
90 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
94 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
96 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
156 g_free(test->inputv); in qio_channel_test_validate()
31 struct iovec *inputv; global() member