Searched refs:lioc (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-socket.c | 58 QIOChannelSocket *lioc; in test_io_channel_setup_sync() local 60 lioc = qio_channel_socket_new(); in test_io_channel_setup_sync() 61 qio_channel_socket_listen_sync(lioc, listen_addr, 1, &error_abort); in test_io_channel_setup_sync() 65 lioc, &error_abort); in test_io_channel_setup_sync() 78 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in test_io_channel_setup_sync() 79 *dst = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in test_io_channel_setup_sync() 84 *srv = QIO_CHANNEL(lioc); in test_io_channel_setup_sync() 109 QIOChannelSocket *lioc; in test_io_channel_setup_async() local 115 lioc = qio_channel_socket_new(); in test_io_channel_setup_async() 117 lioc, listen_addr, 1, in test_io_channel_setup_async() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 97 QIOChannelSocket *lioc = qio_channel_socket_new(); in tpm_emu_ctrl_thread() local 100 qio_channel_socket_listen_sync(lioc, s->addr, 1, &error_abort); in tpm_emu_ctrl_thread() 107 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in tpm_emu_ctrl_thread() 108 ioc = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in tpm_emu_ctrl_thread() 204 object_unref(OBJECT(lioc)); in tpm_emu_ctrl_thread()
|