Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-command.c58 test = qio_channel_test_new(); in test_io_channel_command_fifo()
109 test = qio_channel_test_new(); in test_io_channel_command_echo()
H A Dtest-io-channel-file.c59 test = qio_channel_test_new(); in test_io_channel_file_helper()
120 test = qio_channel_test_new(); in test_io_channel_pipe()
H A Dio-channel-helpers.h27 QIOChannelTest *qio_channel_test_new(void);
H A Dtest-io-channel-buffer.c34 test = qio_channel_test_new(); in test_io_channel_buf()
H A Dtest-io-channel-socket.c193 test = qio_channel_test_new(); in test_io_channel()
220 test = qio_channel_test_new(); in test_io_channel()
254 test = qio_channel_test_new(); in test_io_channel()
281 test = qio_channel_test_new(); in test_io_channel()
H A Dtest-io-channel-tls.c227 test = qio_channel_test_new(); in test_io_channel_tls()
233 test = qio_channel_test_new(); in test_io_channel_tls()
H A Dio-channel-helpers.c67 QIOChannelTest *qio_channel_test_new(void) in qio_channel_test_new() function